Need to build a low-cost Bot (suggestions required)

Hi all,

I currently trying to build a low-cost Bot with following features:

  1. Precise controlled movements
  2. Low-to-mediocre speed (10-20 feet per minute)
  3. External host controllable via Bluetooth
  4. 10-15 ounces payload carrying capacity
  5. Battery operable

Please note that this bot may have wheels (as in RC Cars) or Pods (as in RC robots) for movement.

Is it possible to have wheels on a bot with features 1-5 (mentioned above) ?

Also, in case of bot with wheels, is it possible to scale speeds from (10-20 feet per minute) to (50-60 feet minute) ?

I am aware of some components like RS232 to Bluetooth Dongles with DB9M RS232 port (available from various vendors like SerialIO, IOGear etc), which can be connected to SSC-32 controller DB9F RS232 port.

Should the Dongle have its own power source or derive power from SSC-32 ?

I need your valuable inputs on deciding on type of components required to build this bot.

I believe the rich and vibrant community here can provide the insights.

Thanks In Advance,

Kirti

this isn’t going to be very helpful but it probably won’t be “low cost” (but probably under $1k. maybe $400-ish)
also, i am a bit of a fan of Parallax, so i would recommend their Basic Stamp II. They are simple to wire and have a powerful yet easy to learn language called Pbasic. that’s just me though, I know a lot of people prefer Atmel and stuff.
I had some success modifying an RC car from Walmart or something. if you find a nice big monster truck kinda thing, and drive it around with a couple pounds of weights on it, that should make a nice base for your robot, if you want to go the cheap way. but using a car would be fast and less accurate. you may want to build from scratch using some gear motors and sheet aluminum or something. if you want real precision, use modified servos or motors with encoder wheels.
Also, I wouldn’t recommend using the SSC32 as a main controller. it is designed to be a “slave” unit that receives serial commands from a different board. Basic Stamp is good for that, you could use it to send serial commands to the SSC32.
you will also need a motor controller to drive your motors, such as these lynxmotion.com/Category.aspx?CategoryID=10
Here’s a bluetooth module i found online. it has a TTL output which is generally easier to use than RS232 when working with robots.
hvwtech.com/products_view.asp?ProductID=922
alright thats all the random stuff i can think of for now, so good luck!

PrinterFace,

Thanks a lot.

your welcome.
If you need more help let me know how things go along so i can attempt to give advice / drool over your robot.

good luck!

kirti_chawla,

If you are going to use Bluetooth, I would recommend the Linksys Bluetooth USB adapter which is a Class 1 device and can be hacked (popsci.com/popsci/how20/51460e0796b84010vgnvcm1000004eecbccdrcrd.html) to provide up to a mile range.

I have two of them and they have installed flawlessly on my XP SP2 PC. One is normal and the other has been hacked for the improved antenna mod.

For the robot/rover, you might want to consider the Sparkfun Bluetooth Modem (sparkfun.com/commerce/product_info.php?products_id=158) which Lynxmotion has a tutorial on for installation on a Robot.

Regards,
TCIII