Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: neo01124 on December 12, 2007, 01:11:27 PM

Title: Suggestions for a ballfollowing bot
Post by: neo01124 on December 12, 2007, 01:11:27 PM
We are working on a ball following robot and basically it shall have the following components:
1) Image processing part-we have taken care of this with some matlab code.
2) Linking a camera wirelessly to a laptop-not yet figured out
3) Setting up a wired serial link between laptop and bot(read motors)- taken care of using a simple max 232 and at89s52 uC and hbridges(motor           
    control)
4)Setting up a wireless serial link between the laptop and the bot-basically we want the bot to be free of any wires i.e. no wires should go into the laptop from the bot.I figured out  that i can use a virtual serial port of my bluetooth dongle, a Zippys( isscbta) dongle, and use its COM port no instead of COM1(of the serial port keping everything else same) and using a bluetooth receiver(??gess thats what its calld) on the other side and i wont have to understand nethin about bluetooth and have seamless flow of data serially.

I want to kno what this mystery bluetooth receiver should be and what wireless camera should be used?? Moreover any other suggestions are weclome!!
Title: Re: Suggestions for a ballfollowing bot
Post by: Mega on December 12, 2007, 01:21:22 PM
Quote
I want to kno what this mystery bluetooth receiver should be
You can just buy a simple bluetooth module like this (http://www.robotshop.ca/home/suppliers/spark-fun-en/sfe-bluetooth-dip.html).
You have to make sure that your microcontroller can be connected to the bluetooth module.
If you're using a popular microcontroller like the Arduino or Basic Stamp, this won't be a problem.

For the image processing part, make sure to check out this site: http://www.roborealm.com/ (http://www.roborealm.com/)

Mega
Title: Re: Suggestions for a ballfollowing bot
Post by: Steve Joblin on December 12, 2007, 01:30:05 PM
For extended range, consider XBee instead of bluetooth... just as easy to use, and maybe even a bit less costly.
Title: Re: Suggestions for a ballfollowing bot
Post by: neo01124 on December 12, 2007, 01:34:44 PM
wats the primary difference between blutooth and xbee(xigbee)?? and why is bluetooth on a higher price scale?
Title: Re: Suggestions for a ballfollowing bot
Post by: Steve Joblin on December 12, 2007, 03:33:01 PM
I asked the same question myself on Sparkfun's forum --> http://forum.sparkfun.com/viewtopic.php?t=8442
Title: Re: Suggestions for a ballfollowing bot
Post by: neo01124 on December 13, 2007, 02:33:09 AM
Thanks steve that post was really helpful!! any ideas about how to wirelessly send data from a usb camera on my bot to my laptop??
or maybe there is a turnkey solution for this..
Title: Re: Suggestions for a ballfollowing bot
Post by: airman00 on December 13, 2007, 08:52:07 AM
just get a wifi cam............
Title: Re: Suggestions for a ballfollowing bot
Post by: neo01124 on December 14, 2007, 07:21:51 AM
any other options for the camera part??