Hello guys, Iam using arduino mega 2560 to make a robot that consists of :
4x 6v gear dc motor
2x L293D
1x Bluetooth module (HC-06)
1x LDR
3x leds
1x temperature sensor (LM35)
2x small speakers
1x micro sd card module
1x 16*2 LCD + 1x potentiometer
(and in the future I will connect 3 micro servos)
So, the problem is :
When I power arduino with a USB cable it works fine. but when I connect it with 11v battery (3 ultrafire)
the voltage regulator gets hot.
Is it safe ?
if not. any suggestions ?
Near the bottom of this page's content about powering the Arduino is a paragraph about the limits of the voltage regulator. You will see that, as the supply (battery) voltage goes up, the current available without heating the regulator goes down (see the table). The regulator can dissipate a limited amount of power (watts). The regulator is not used when on USB power so it won't heat.
Hardizzer:
So, the problem is :
When I power arduino with a USB cable it works fine. but when I connect it with 11v battery (3 ultrafire)
the voltage regulator gets hot.
Is it safe ?
if not. any suggestions ?
So what is the current coming out of the 11v battery, you forgot to say ?
kenwood120s:
Where's the 6V for the motors coming from?
I have a power supply for the motors (3 ultrafire batteries 11v) so I have 6 ultrafire batteries, 3 for the arduino and other stuff and 3 for the motors
srnet:
So what is the current coming out of the 11v battery, you forgot to say ?
Each ultrafire battery is 4800mAH, I have 3 for powering arduino so 3x4800=14,400mAh
groundFungus:
Near the bottom of this page's content about powering the Arduino is a paragraph about the limits of the voltage regulator. You will see that, as the supply (battery) voltage goes up, the current available without heating the regulator goes down (see the table). The regulator can dissipate a limited amount of power (watts). The regulator is not used when on USB power so it won't heat.
Thanks for the information, but what do I exactly do to prevent heating of the voltage regulator ?
what do I exactly do to prevent heating of the voltage regulator ?
2 choices. Draw less current from the regulator or lower the supply voltage. The lower the supply voltage the less power (V*I) that the regulator must dissipate. Your batteries are 3.7 volts apiece. If you use 2 in series (instead of 3) the supply voltage is lowered to 7.5V which is still above the low voltage of the regulator and the regulator can supply more current without overheating.
From the link in reply #1:
– 12 V Power Supply: I = 2 / (12-5) = 2 / 7 = 285mA
– 9V Power Supply: I = 2 / (9-5) = 2/4 = 500mA
– 7 V Power Supply: I = 2 / (7-5) = 2/2 = 1A
Hardizzer:
Each ultrafire battery is 4800mAH, I have 3 for powering arduino so 3x4800=14,400mAh
That is just wrong.
You do not have 14,400mAh available, you have only 4800mAH as the batteries are in series.
And 4800mAH only tells you how much current the batteries are able to supply over time.
What you need to know is what is the current actually flowing in the circuit and you do have to measure it. If your building a robot then using a multimeter to check how much current is flowing should be part of the basic testing.