Is it possible to control the speed and direction of the T200 by a smart phone? Perhaps using bluetooth? Looking for something simple. I think there is an app for Android called Arduino that is setup for bluetooth controls.
Thank you
You can use a bluetooth module with Arduino to send commands from your smartphone application, try first to send some simple commands and receive using the bluetooth module connected in arduino serial port.
Check our repository for some examples.