GPRS-remotecontrolled robot

For everything that's not in any way related to PureBasic. General chat etc...
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

GPRS-remotecontrolled robot

Post 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
bye,
Daniel
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Re: GPRS-remotecontrolled robot

Post by Marco2007 »

Very interesting and cool!
PureBasic for Windows
User avatar
Joakim Christiansen
Addict
Addict
Posts: 2452
Joined: Wed Dec 22, 2004 4:12 pm
Location: Norway
Contact:

Re: GPRS-remotecontrolled robot

Post 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!
I like logic, hence I dislike humans but love computers.
DarkDragon
Addict
Addict
Posts: 2347
Joined: Mon Jun 02, 2003 9:16 am
Location: Germany
Contact:

Re: GPRS-remotecontrolled robot

Post 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.
bye,
Daniel
User avatar
idle
Always Here
Always Here
Posts: 6043
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: GPRS-remotecontrolled robot

Post by idle »

that's quite an achievement. 8)
Post Reply