image
Physics Forums Logo
image
image
* Register * Upgrade Blogs Library Staff Rules Mark Forums Read
image
image   image
image

Go Back   Physics Forums > Engineering > General Engineering


Reply

image I wanna build a robot! Share It Thread Tools Search this Thread image
Old Nov11-09, 01:55 PM                  #1
Rhine720

Rhine720 is Offline:
Posts: 49
I wanna build a robot!

So I know little about engineering. But I do know a thing or two about programming in c++ now. I've disassembled many eletronics (MANYMANYMANY) IN my house. Like we have all sorts of things I could just take apart.

Since I know little about robots and engineering them I decided I'd also purchase a robotics kit. So I'm looking for one withen the 200-400 range.

I want to be able to build a robot that I can upgrade all my life. (Ultimatly as my programming and engineering knowledge develops I can make something very helpful out of it)

I havn't started college yet so..yeah. Can anyone give me an overview or something? Good kits? How robots work? What these green boards are? Thanks!
  Reply With Quote
Old Nov11-09, 05:14 PM                  #2
Pattonias
 
Pattonias's Avatar

Pattonias is Offline:
Posts: 150
Recognitions:
PF Contributor PF Contributor
Re: I wanna build a robot!

This website has a lot of resources you might find useful. From what I can tell it can be less or more expensive based on your expertise.

http://www.arrickrobotics.com/arobot/build.html
  Reply With Quote
Old Nov11-09, 11:08 PM                  #3
Topher925
 
Topher925's Avatar

Topher925 is Offline:
Posts: 1,040
Recognitions:
PF Contributor PF Contributor
Re: I wanna build a robot!

Before you go building anything you need some basic skills first. Can you solder (SMD and throughole), program a microcontroller, design basic analog and digital circuits? If you can't you may want to start small with something like this http://www.sparkfun.com/commerce/pro...oducts_id=9501
  Reply With Quote
Old Nov12-09, 07:57 AM                  #4
J.ofalltrades

J.ofalltrades is Offline:
Posts: 13
Re: I wanna build a robot!

I got the fever a few days ago, but I'm to frugal to go buy a kit. So I spent the money on all the stuff I would need to build my own. Based it on the bot at the link below. You'll want to look into "BEAM robotics" for some true DIY stuff. BTW, the smaller the wheels on the bot, the better. I thought I'd like it to go fast, I've had to repair it numerous times on account of damage from running head on into the wall. Well, that and the dog doesn't seem to like the little bot. The next project is a simple walker, then I'll see about moving into something that needs code and a controller. After that, THE WORLD!!

http://members.tripod.com/robomaniac_2001/id120.htm
  Reply With Quote
Old Nov12-09, 08:39 AM                  #5
wolram
 
wolram's Avatar

wolram is Offline:
Posts: 3,567
Blog Entries: 1
Recognitions:
PF Contributor PF Contributor
Re: I wanna build a robot!

http://www.active-robots.com/

A good place to start, i have just finished the Boe-Bot.
  Reply With Quote
Old Nov12-09, 09:34 AM                  #6
Mech_Engineer

Mech_Engineer is Offline:
Posts: 989
Re: I wanna build a robot!

I would recommend looking at these two websites:

http://www.parallax.com/
http://www.crustcrawler.com/

Crust Crawler used to make some very cool crawler robots but it seems that they have since discontinued them. Still, they have some good servos, and their Beginner Bioloid Kit might be right up your alley if you don't want a "rolling" robot. It can't realy make use of sensors or uneven terrain though...

Parallax is an excellent website that sells simple robots, and TONS of hobby-grade robotic components like sensor modules, control boards, etc. The Boe Bot is a good little robot that comes in an educational kit, and supports many accessories like wireless interfaces, sensors galore, walker kits, gripper kits, etc etc. Another robot kit you might consider is the Sumobot competition kit, which comes with two robots and a competition ring. It's still in your price range, and would allow you to try out different strategies and tactics and hone your programming skills.
  Reply With Quote
Old Nov12-09, 01:07 PM                  #7
Rhine720

Rhine720 is Offline:
Posts: 49
Re: I wanna build a robot!

Thanks guys for all these links... So, I've taken a look at the Boe-Bot. And I think one or two people here mentioned it. If I were to buy this kit ( I also wanna add the crawler and gripper kit to it) How much would I be learning from it? Or should I get a more "difficult" kit?

If i get really into it (like it turns out i like it and am good at it(after all I do consider both computer science and engineering for my future) I might wanna build professionally one day. Of course I'll start out small.. Thanks again! =]
  Reply With Quote
Old Nov12-09, 01:48 PM                  #8
wolram
 
wolram's Avatar

wolram is Offline:
Posts: 3,567
Blog Entries: 1
Recognitions:
PF Contributor PF Contributor
Re: I wanna build a robot!

Originally Posted by Rhine720 View Post
Thanks guys for all these links... So, I've taken a look at the Boe-Bot. And I think one or two people here mentioned it. If I were to buy this kit ( I also wanna add the crawler and gripper kit to it) How much would I be learning from it? Or should I get a more "difficult" kit?

If i get really into it (like it turns out i like it and am good at it(after all I do consider both computer science and engineering for my future) I might wanna build professionally one day. Of course I'll start out small.. Thanks again! =]
The Boe-Bot is an excellent learnig kit with very good instructions, i found if one stage didnt work it was my fault the book is very well put together.
No need for soldering as all the circuits are on bread board, it will never be more than a toy, but you can get some good ideas for your own project.
  Reply With Quote
Old Nov12-09, 02:35 PM                  #9
Rhine720

Rhine720 is Offline:
Posts: 49
Re: I wanna build a robot!

I noticed the programming on it was like PBasic or something like that. I looked it up on google and apparently it is a really good starter kit. But I only know things about c++ and don't really want to learn another language and start getting them all tangled. Is there a programming language most used for robotics?
  Reply With Quote
Old Nov12-09, 03:26 PM                  #10
Mech_Engineer

Mech_Engineer is Offline:
Posts: 989
Re: I wanna build a robot!

Originally Posted by Rhine720 View Post
I noticed the programming on it was like PBasic or something like that. I looked it up on google and apparently it is a really good starter kit. But I only know things about c++ and don't really want to learn another language and start getting them all tangled. Is there a programming language most used for robotics?
You should get away from thinking of programming languages like foreign languages; if you know the basics of programming in general, then it will just be a matter of finding the command that does what you want. It's good that you know C++, and don't worry because the Basic programming language used by the Boe-Bot is very simplistic in comparison and can be learned on the fly with a command reference and a few examples.
  Reply With Quote
Old Nov12-09, 03:28 PM                  #11
DavidSnider

DavidSnider is Online:
Posts: 195
Recognitions:
PF Contributor PF Contributor
Re: I wanna build a robot!

You could get a cheap laptop or Nano-ITX motherboard and use USB Servos and sensors.
  Reply With Quote
Old Nov14-09, 06:02 AM                  #12
Albalan0779

Albalan0779 is Offline:
Posts: 1
Re: I wanna build a robot!

Hi, you could try looking at "Instructables.com and searching their archives,there is loads of stuff on there and lots of alternative ways of doing things!
  Reply With Quote
Old Nov15-09, 03:17 PM                  #13
Rhine720

Rhine720 is Offline:
Posts: 49
Re: I wanna build a robot!

Hmm. I found this website and this http://letsmakerobots.com/start

Do you think that bot would be more invaluable to learning as a starter than a boe bot?
  Reply With Quote
image image
Reply
Thread Tools


Similar Threads for: I wanna build a robot!
Thread Thread Starter Forum Replies Last Post
I wanna build a car. Lancelot59 General Discussion 21 Oct25-09 11:43 PM
need help in build a cylindrical arm robot..final project SHAZRIL General Engineering 3 Apr1-09 09:50 AM
how to build Line Following Robot harleen007 Mechanical Engineering 4 Mar16-09 11:00 AM
Wanna try my webcam paintball/laserdome robot? magi Computing & Technology 5 Dec29-07 02:14 PM

Powered by vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd. © 2009 Physics Forums
Sciam | physorgPhysorg.com Science News Partner
image
image   image