http://www.adafruit.com/blog/2012/02/14/arduino-based-line-follower-robot/
This is Faz3a II, my first line-following robot, which I also hope to use for maze-solving. I used the Arduino Uno, Adafruit motor shield, Pololu's QTR-8RC line sensors and motors. You can build a cheaper and lighter version of this robot using the Atmel Atmega328 and the L293D h-bridge. This robot weighs about 300gm and costs about $90 USD.
For my previous robot projects, I used an empty external hard disk enclosure as the robot platform. But for this robot, I am using a DVD case. All in all, I found the round shape of the DVD case a better choice for maneuverability. Not to mention the low cost of DVD cases and ease of stacking layers to hold more parts, with the help of long screws and nuts.
For this project, my task was simplified by the availability of software libraries from Pololu and Adafruit for the sensor and motor shield respectively.
Of course I could have bought a robot kit but I want to be able to take my robot apart anytime to build another one or use the parts in a different project. So if your passion is robotics, consider getting a ready robot kit.
Remove these ads by
Signing UpStep 1Making the robot's plaform from a DVD case
| « Previous Step | Download PDFView All Steps | Next Step » |













































#define KP .2
#define KD 5
Got a little lost right there O: BTW excellent robot! Very fast
http://www.chibots.org/index.php?q=node/339
I have arduino UNO, Pololu QTR 8 RC sensor array, MOTOR DRIVER 1A dual tb6612fng, two geared motor can u help me with procedure and coding for line follower.
As for resetting concerns, let's analyze the robot:
-- Arduino Uno: 5V @ 500 mA (max)
-- Motors: 6V @ 40 mA free run / 360 mA stall X 2 = 720 mA (max)
500 + 720 = 1220 mA
I don't know how much the motor shield draws but when you consider I am using 6 X 2500 mAh NiMH 1.2 V AA batteries, that leaves me with 1280 mA. This is assuming max power draw from Arduino and the motors. There's plenty of power in the battery brick to power this robot.
Arduino Uno Summary
Microcontroller ATmega328
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
http://www.ladyada.net/make/mshield/parts.html