GPS Robot
Hey guys how are you this is my first post and I seem to have run into a problem here. For my current project I want to make a gps guided robot but I have no idea how to tackle this dilemma. Please understand that I am in beginner level when it comes to robots.... a noob as you might say XD however can you provide me all the guidance needed to assemble this robot from what i need to all the way to how to prgram everything. Thank you!!!
P.S. I have a Basic Stamp 2!!!!!!!!!
P.S. I have a Basic Stamp 2!!!!!!!!!
Comments
You have to crawl before you walk or run. Do you have a BoeBot or any sort of working robot yet? That is the first place to start.
People here are great help, but I've never seen anybody just give another person "the answer." The fun is learning how to do it a bit at a time.
You can do it. Take little steps and you will be on you way.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer."
That'll get you used to programming, outputs, ohms law and Pulse Width Modulation.
Buy a robot platform like mentioned earlier, or build your own: get two Parallax continuous rotation servos. That can be your wheel motors for a smaller bot up to maybe 2lbs. They're cheap, and very easy to program with decent torque. Make your bot and work your way to the GPS.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"puff"...... Smile, there went another one.
Check out erco's work on this thread - http://forums.parallax.com/showthread.php?p=869446
Lots of good info there on a simple and powerful bot.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney
To use the gps to guide the robot you need to make a set of coordinates for it to go to, and have it use it's current coordinates to find out how to do so by going forward, or turning first then advancing. Unfortunately gps will not help your robot navigate around objects, so you might as well start with something cheap first like IR--explained in the Robotics with the BOE-Bot text.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
PG
Relays are really just electrically controlled switches. You can use a really to turn a motor (or anything else) on and off. The low voltage - 5 volt high from the Basic Stamp can turn the relay on and off. The relay can have higher voltage running trough it - for example 12 volts which might run your motors.
Relays can be built into an electrical circuit (an H-bridge) which can make your robot motors run both forward, one forward and one reverse or both reverse. See erco's post that I listed above and watch how it works. And see this to get an idea how it works - http://en.wikipedia.org/wiki/H-bridge
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Whit+
"We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths." - Walt Disney