maxlock / FlySkyArduinoBuggy

Use a FlySky/Turnigy receiver with an arduino and motor shield to drive a buggy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlySkyArduinoBuggy

Use a FlySky or Turnigy receiver connected to an rduino and motor shield to drive a two wheeled buggy.

This code builds uses the excellent FlySky i-bus library by Tim Wilkinson. Additionally I've used an Adafruit V1 motorshield and a differential steering algorithm from Stackexchange

Connect the motor sheild you your arduino, and motors to whichever channels you want. 1 and 2 give you more options to set frequency. You'll need to connect the receiver to Gnd and 5v, as well as RX (pin 0) but as it's not brought out to a header you may have to be creative.

An outstanding issue is that there is no failsafe so if the TX is powered off or goes out of range the buggy will continue at it's current rate.

About

Use a FlySky/Turnigy receiver with an arduino and motor shield to drive a buggy

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%