
Chris writes in with an easier way to control an Arduino robot from an Android phone or tablet:
Hey guys, I have been putting together a little robot controller app… I tried the Andriod/Arduino stuff and the CellBots stuff etc and quickly found how much it sucked to have to use someone else’s software on both the phone AND the robot brain. I wanted a sorta “universal” controller that could work with any microcontroller out there and this is what I came up with.
Nice and simple, while still giving you quite a bit of usability and because everything is just a 2-byte, letter/number combination, any microcontroller with a serial port can talk talk to it. Woo Hoo.
Via the contact form.

Hi, is there a link you could give me to what the various codes are?