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

https://github.com/theo-brown/rc-car

Raspberry Pi remote control car
https://github.com/theo-brown/rc-car

Last synced: 3 months ago
JSON representation

Raspberry Pi remote control car

Awesome Lists containing this project

README

        

rc-car
======

Code for a Raspberry Pi Remote control car project, requiring two Raspberry Pis.

Transmitter:
Reads from a joystick (L stick Y-axis acceleration, R stick X-axis steering) and sends data over serial port.

Receiver:
Reads from serial port and writes PWM pulses to GPIO using pigpio module to control servo and ESC.