Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Robotics?

  1. #1
    Join Date
    Jan 2005
    Location
    India
    Beans
    385
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Robotics?

    I didn't really know which category this post would belong to, but here goes.

    Me and a friend are getting interested in building toy robots, and I've been looking around the web for information. Mostly we find circuit diagrams and videos of stuff other people have done, but nothing that would help us understand the machine and roll our own.

    Assuming we know nothing about electronics and stuff, can somebody give me a rough roadmap of what I should know before I'll be ready to make, say, a simple RC bot, or one of those line finder robots?

    I don't want to pick up circuit diagrams and glue the pieces together. I want to understand the electronics behind the entire thing.

    Are there any enthusiasts here who could help me out a bit? I don't frequent many other forums, so this is where I turned for help.
    I am the turnip. No, not a turnip, the turnip. Visit my blog here.

    I need help with my Code Dojo. If you're interested, please drop me a line.

  2. #2
    Join Date
    Aug 2007
    Location
    Chicago, IL, USA
    Beans
    1,429
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Robotics?

    It might be too simple for you, but Lynxmotion has some really awesome kits. Really, the electronics to a robot aren't much more than some servos and a micro controller. You can buy just bare bones hardware and add on yourself, or you can buy the whole kit, with the micro controller and everything, it's up to you.

  3. #3
    Join Date
    Nov 2007
    Beans
    60

    Re: Robotics?

    I think discrete electronics is the best - it has an elegant simplicity. Pick up any good starter book on electronics, and roll with it! Just read it, and think about what you read, and you should pick it up quickly. Then apply it and, voila, something electronic (hopefully it works and it is a robot )

  4. #4
    Join Date
    Sep 2007
    Location
    over there
    Beans
    2,521
    Distro
    Ubuntu

    Re: Robotics?

    You should check out microcontrollers - that's where hobbyist robotics is nowadays. And there's a whole bunch of software in synaptic for working with the micros.

    A few examples: piklab and picasm for Microchip's PIC microcontrollers; avrp and avrprog for Atmel AVR microcontrollers; lnpd, a utility that enables communication with the LEGO Mindstorm RCX.

    This stuff isn't just toys. Even the LEGO Mindstorm. These are basic microcontrollers that offer great functionality to any semi-intelligent robot you might have in mind.
    "All people are scum. No matter what they look like." ~ Spider Jerusalem, Transmetropolitan #4



  5. #5
    Join Date
    May 2007
    Location
    Philadelphia
    Beans
    Hidden!
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Robotics?

    Check out the Arduino (http://www.arduino.cc/). Here's an example of a robot you can make with it: http://www.arduino.cc/cgi-bin/yabb2/...num=1216170455. To start learning, I would look around here for a simple, well documented project and clone it. There's also some very nice guides that'll teach you how to use the various aspects of your Arduino here and here.

  6. #6
    Join Date
    Aug 2007
    Location
    Chicago, IL, USA
    Beans
    1,429
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Robotics?

    Quote Originally Posted by R_T_H View Post
    I think discrete electronics is the best - it has an elegant simplicity. Pick up any good starter book on electronics, and roll with it! Just read it, and think about what you read, and you should pick it up quickly. Then apply it and, voila, something electronic (hopefully it works and it is a robot )
    You mean something like BEAM? I built a BEAM kit in my high school electronics class. It was more electrical engineering than computer engineering. It looked similar to this, but there were no ICs, and it was solar powered.

  7. #7
    Join Date
    Jan 2005
    Location
    India
    Beans
    385
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Robotics?

    I never thought I'd get any replies Building bots seems to be a popular hobby.

    Kits might be a great way to learn some basics, but I'm afraid I don't have the luxury of being able to purchase any. I'm in India and getting something shipped from across the globe would cost me about as much as the product I'm ordering. And that's assuming the retailer ships the product to India at all.

    As I said, I *could* just get a circuit diagram off the web, glue together the components and call it a robot, but I really want to understand the electronics behind the thing. Even if I build nothing more than a fancy RC car, I want to do it on my own. Sure, in the end I might just copy stuff off a webpage, but I want to understand what I copy.

    Discrete electronics? Wikipedia doesn't seem to know anything about that. What I'm looking for is basic electronics knowledge that would help me create my own circuits when (if?) I want to.
    I am the turnip. No, not a turnip, the turnip. Visit my blog here.

    I need help with my Code Dojo. If you're interested, please drop me a line.

  8. #8
    Join Date
    Aug 2008
    Location
    Brunei & Australia
    Beans
    24
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Robotics?

    I'm interested in getting into robotics and programming robots too. I recently found a magazine called "ROBOT" (www.botmag.com) which addresses getting started in robotics in their JULY / AUGUST 2008 issue. Check out educational robot systems like VEX and the VEXPLORER.

    Let me know how you go - I'd like to share experiences. Where I live it can be hard to get hold of resources for this kind of endeavor.

    - Nick

  9. #9
    Join Date
    Nov 2007
    Beans
    60

    Re: Robotics?

    Quote Originally Posted by ankursethi View Post
    Discrete electronics? Wikipedia doesn't seem to know anything about that. What I'm looking for is basic electronics knowledge that would help me create my own circuits when (if?) I want to.
    Discrete electronics - anything not IC based (although you could make exceptions for basic logic gates etc ). The main restriction is that the bhaviour of your robot would be hardwired in the electronics.
    Not the most versatile, but if you want to learn, it's definitely the best way to do it. If you want to do a line finder robot, it would be very simple, basic, and you'd learn a fair amount.

  10. #10
    Join Date
    Jan 2005
    Location
    India
    Beans
    385
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Robotics?

    Sounds interesting. Can you give me some links?
    I am the turnip. No, not a turnip, the turnip. Visit my blog here.

    I need help with my Code Dojo. If you're interested, please drop me a line.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •