Close

Arduino sketch

A project log for Smartphone Bluetooth controlled toy

Smartphone Bluetooth controlled toy

nochkinnochkin 08/16/2014 at 23:030 Comments

The sketch is pretty simple and straight forward. All commands are received in ASCII to simplify development and debugging. It uses SerialCommand library to parse incoming commands and decide what to do.

I have the sketch available on GitHub: https://github.com/nochkin/RobotChassis-Bluetooth/tree/master/Arduino

Discussions