I was seeing the episode of getting stated with launchpad for msp microcontrollers. Can you setup that example using arduino and control using an android phone?
I was seeing the episode of getting stated with launchpad for msp microcontrollers. Can you setup that example using arduino and control using an android phone?
Which episode? We did an episode using the launchpad as an Arduino connecting to an Android phone.
http://blog.colecago.com/?p=279
I have the eclipse source code for Android as well as the Arduino code for Energia, which is the Arduino compiler for MSP430 kits. It's been along time since I did Android code, I don't think I even have Eclipse set up on my computer, so I can't walk you through too much with customizing the bluetooth code. Bluetooth on Android was not super fun, it doesn't like to receive binary data, ascii it was okay with.
then what about xbee? Can anyone show a tutorial to get analog data and control pwm, one in at, one in api? I searched online but couldn't understand how to program it
rather then xbee, can I use this-http://www.ebay.com/itm/Gainspan-WiFi-Shield-for-Xbee-GS1011MIP-/251489647311?pt=LH_DefaultDomain_0&hash=item3a8df37acf
If possible how to program it to control through wifi
I guess I don't understand what you are trying to do. You want an example of controlling something over wifi with an Android phone?
just want to control something wirelessly (an hexapod)
Ben has done several episodes using Android -> Bluetooth -> Arduino and I think a few Arduino -> Zigbee -> Arduino
http://arduino.cc/en/Guide/ArduinoWirelessShieldS2
Then just encode and decode a packet, so like 'a' means a certain button, or 'b' means another button, etc.
http://arduino.cc/en/Guide/ArduinoWirelessShieldS2
Then just encode and decode a packet, so like 'a' means a certain button, or 'b' means another button, etc.