Society of Robots - Robot Forum

Software => Software => Topic started by: GEETHAKRISHNA on December 21, 2011, 02:38:13 AM

Title: suggest a book for basics in microcontroller
Post by: GEETHAKRISHNA on December 21, 2011, 02:38:13 AM
HI
 I am new to the field of robotics. I am interested in making a line follower.i don t know anything about how to set up a breadboard and microcontroller and program it (ie i know c & c++ but i have no idea how to set up a microcontroller).
 Can you suggest some links and books which gives me a idea in making circuits,setting up the microcontroller and programming it.
 thank you in advance for seeing and replying it
Title: Re: suggest a book for basics in microcontroller
Post by: wecool44 on January 10, 2012, 07:18:33 PM
I also wanted a book when I was beginning robotics, but eventually I learned to do it myself. However, you can find books on Arduino everywhere, and Paralaxx writes books on the BASIC stamp. But if you are on AVR, you will just have to teach yourself. Good luck!
Title: Re: suggest a book for basics in microcontroller
Post by: newInRobotics on January 11, 2012, 02:57:07 AM
But if you are on AVR, you will just have to teach yourself. Good luck!
Well, NO. There are plenty tutorials on AVR topic.

$50 Robot with AVR ISP mkII 6 pin (http://www.societyofrobots.com/robotforum/index.php?topic=3292.0) thread and STEP 3b: CONSTRUCT THE CONTROLLER (http://www.societyofrobots.com/step_by_step_robot_step3B.shtml) of How to Build Your First Robot Tutorial (http://www.societyofrobots.com/robot_tutorial.shtml) should give You enough info on how to setup Your controller.

And then, follow links on help in programming (http://www.societyofrobots.com/robotforum/index.php?topic=14947.msg109175#msg109175) thread to learn how to program Your AVR uC.