Using a cell phone to activate the Boe_Bot with Eb500
TomTDS
Posts: 1
Hi,
I have a basic Boe-Bot with an Eb500 board connected to it. Does anyone know if it is possible to program the Bs2 on the Boe-Bot's BOE so that the Boe-Bot servos will be activated should the Eb500 receive a signal from a standard cell phone? If so, could you please point me in the direction of some relevant source code.
Thanks in advance
I have a basic Boe-Bot with an Eb500 board connected to it. Does anyone know if it is possible to program the Bs2 on the Boe-Bot's BOE so that the Boe-Bot servos will be activated should the Eb500 receive a signal from a standard cell phone? If so, could you please point me in the direction of some relevant source code.
Thanks in advance
Comments
Bluetooth devices can establish a variety of types of connections. There's a protocol for sending files (OBEX). There's another protocol for sending audio. There's a protocol for a wireless network connection. There's a protocol (RFCOMM) that the EB500 speaks that establishes a full duplex serial connection, but that's the only protocol it knows. Typically cell phones implement an audio channel (HSP) and perhaps a dial up modem channel (DUN). A PDA phone like a Treo or Windows Mobile device might implement RFCOMM, but you'd have to write your own program or buy / download a program to do what you want. The Boe-Bot side would be very simple and would be a modification of the sample program(s) for the EB500.