Hi,
We're actually trying to think about building a self controled car, or at least a car which can avoid obstacles. So we thought about Arduino to program it. Like it's for an exam, we need to have a great thing, making the jury astonished. So we thougt about the robot:
Protocole:
The robot touch an obstacle at right. He goes back, turns left and continue a few centimeters. Then, he turn right to go back to his first objective.
The robot will have 4 wheels, 4 motors, 2 buttons to know where it touchs, an Arduino Uno, a battery and two leds for go back or not.
So is it feasable ?
Do you have special recommandation ?
What exactly do we need ?
Is a motor control shield needed ?
OK thanks for all.
I think we'll take this cart :
1 x YourDuino-UNO 328 (Open Source Copy of Arduino UNO)(Free Cable)
1 x L298N motor drive Shield
1 x 4 - AA Battery Holder
3 x Ultrasonic Distance Measuring Module HC-SR04
1 x LED Assortment 5 colors 10 ea
4 x 5V Stepper Motor
But will batteries be enough for 4 motors, the Arduino, the Ultrasonic Module and leds ?
thehunt33r , I'm not comfortable with what "looks like business" here on the arduino forums. Please ask the questions in a general way or ask me or through the site contact form.
Another approach uses "continuous rotation" servo motors that operate on 5V to 6V and are easily controlled by one Arduino pin.
These are called "Robot Servos" by the manufacturer I use.
Examples: http://goo.gl/in6v7
You would want to run a direct connection from your battery to whatever motors you use.. not from Arduino.
A lot of good robots use two drive wheels and a caster instead of 4 wheels. Some have a body that looks like a car but they are a lot more maneuverable.