Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bartekpacia/chariotofheaven

Software for the crazy, tri-wheeled, remote-controller electro boi, a.k.a The Chariot of Heaven. Meme project.
https://github.com/bartekpacia/chariotofheaven

electromobility embedded

Last synced: 2 days ago
JSON representation

Software for the crazy, tri-wheeled, remote-controller electro boi, a.k.a The Chariot of Heaven. Meme project.

Awesome Lists containing this project

README

        

# Chariot of Heaven

Take a look at [the project overview](project.pdf) to learn more.

[Video](https://www.youtube.com/watch?v=WWUe42dH6nw)

![the chariot](chariot.webp)

### Commands

- `w` start moving forward
- `s` start moving backward
- `q` stop moving

- `a` start turning left
- `d` start turning tight
- `z` stop turning

- `x` stop all

### Wiring

**Info diodes**

- red - GPIO17
- green - GPIO22
- yellow - GPIO27

**Servo**

- PWM - GPIO18

~~- servo - GPIO10~~ (probably not???)

**Stepper motor**

stepper motor driver: MP6500 Pololu 2966

- STEP - GPIO20 (yellow diode)

- DIR - GPIO21 (red diode)

Red diode is ON when the direction is right. It is OFF when the direction is left.