Each project is one project and each one has its own unique power configurations, so you must be aware of the best battery choice and how to distribute voltage through your robot.
I strongly advice you to read the following articles:
Picking Batteries for your Robot
Once you've decided on batteries, how do you regulate the voltage
************************************************
L293D gives you the possibility to control two motors in both directions - datasheet
Remove these ads by
Signing UpStep 1: Basic implementation
As you can see, a 5V Voltage Regulator is between the battery and pins 1, 9, 16.
Pin 8 gets power before the VReg, if your motor needs for example 6V you should put 6V directly in this pin, all the other pins should not get more than 5V.
This will work with no problem at all, but if you want to do the right implementation take a look at the next example:








































Visit Our Store »
Go Pro Today »




Your implementation into a circuit board also differs from the breadboard, such as the added voltage regulator. If you have time, could you pls update your electrical schematic?
Anyway, thanks for the great 'ible.
Paul
Cheers
Great Job! :)
I noticed that in the final breadboard (Page 3 of the downloadable pdf), you have included servo control and a couple of extra capacitors that are not in the system diagram. Any chance of a complete schematic of this circuit?
Thanks
I'm new to electronics (follow instructions level) and this instructable helped me a lot on bringing two motors to life with my arduino.
I have a basic question: is it better to use the 5V arduino output or a regulated current from the ext source (as shown on this instructable) for the L293D logic input?
Thank you
if ( pin 1 = high)
{
turn right
5 sec
}
if (pin 1 = low)
{
turn left
5 sec
}
else
{
do nothing
}
Hope I could help
check the following links:
http://store.fundamentallogic.com/ecom/index.php?main_page=index&cPath=15
http://www.arduino.cc/en/Main/ArduinoBoardNano
http://lab.guilhermemartins.net/?p=539
http://lab.guilhermemartins.net/?p=817