jbinkleyj / cellbots

Automatically exported from code.google.com/p/cellbots
0 stars 0 forks source link

Support BlueTooth 2-way communication with the robot #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Python code currently send commands out to the robot using serial 
commands over /dev/ttyMSM2 on rooted phones. We want to support BlueTooth 
serial so that non-rooted phones can be used to connect to electronics.

This also means phones won't need to be physically connected to the device to 
commands them. Holding the phone and moving it like a Wiimote is an example 
use for remote control.

Original issue reported on code.google.com by rhickman on 28 Feb 2010 at 7:16

GoogleCodeExporter commented 9 years ago
I stumbled across this on a quick google search for android arduino bluetooth...

http://www.amarino-toolkit.net/

have you guys seen this project?  It looks like some collaboration might be in 
order...

Original comment by chriskyr...@gmail.com on 9 Mar 2010 at 5:52

GoogleCodeExporter commented 9 years ago
Almost have this working...

Original comment by rhickman on 26 Mar 2010 at 4:14

GoogleCodeExporter commented 9 years ago

Original comment by rhickman on 26 Mar 2010 at 4:19

GoogleCodeExporter commented 9 years ago
This is in place although we don't do anything with the response from the robot 
yet. 
That part is still TBD.

Original comment by rhickman on 2 Jun 2010 at 3:16