Page 1 of 1

GPRS-remotecontrolled robot

Posted: Tue Sep 28, 2010 7:13 pm
by DarkDragon
Hello,

A few years ago I've had an abonement of a magazine about robots. You've got parts of a robot with every issue. And after a while you had a driving robot. It looked like this:
Image

Now I've reused the basis of this robot with the motordriver and connected it to an atmega16-16pu. A mobilephone is receiving commands from the internet (over GPRS) and sending them to the microcontroller. The software on the other side of the internetconnection is programmed in purebasic.

Video of the software
AVI: http://www.bradan.eu/files/robot.avi
Youtube: http://www.youtube.com/watch?v=xzdBMKklsPs

Webinterface (Also coded with PureBasic)
http://www.bradan.eu/files/robotweb.jpg

The software for the mobilephone is written in java and the software for the microcontroller is written in C

Re: GPRS-remotecontrolled robot

Posted: Tue Sep 28, 2010 8:26 pm
by Marco2007
Very interesting and cool!

Re: GPRS-remotecontrolled robot

Posted: Wed Sep 29, 2010 4:06 am
by Joakim Christiansen
Nice!
Reminds me of the stuff I was doing, though I used bluetooth and a wireless camera instead of a cellphone.

Does the cellphone have a serial connection to the micro processor? Or do you use a sensor to "read colors" at its screen?
I find it fascinating that you can control it from anywhere in the world (with internet) and send images back, good job!

Re: GPRS-remotecontrolled robot

Posted: Wed Sep 29, 2010 7:13 am
by DarkDragon
Thanks for your answers.
Joakim Christiansen wrote:Nice!
Reminds me of the stuff I was doing, though I used bluetooth and a wireless camera instead of a cellphone.

Does the cellphone have a serial connection to the micro processor? Or do you use a sensor to "read colors" at its screen?
I find it fascinating that you can control it from anywhere in the world (with internet) and send images back, good job!
I use the audio-out of the cellphone for serial datatransfer. I've also thought about using the screen and a LDR but the audiocable looked more "professional" :P . The signal is in a range of -20..20mV or such and the µC can't differ it very well from the noise. So now I've got 3 bits per second.

Re: GPRS-remotecontrolled robot

Posted: Wed Sep 29, 2010 8:23 am
by idle
that's quite an achievement. 8)