So, I'm back to another tutorial! Well, today I'll show how to correctly use external power supply with Arduino!
Is Really simple, You will see:
Power supplies
Well, power supplies are used for every projects with Arduinos, like controlling Leds, Servo motors, Relays and more!
But sometimes, The Arduino can't be a power supply because of the project, like controlling more than 1 servo motor with the only 5v of the Arduino.
This example shows:

So, this example shows that isn't possible to control 5 servo motors with Arduino as power supply, so what's our solution?

The Solution
Yes! The solution is very simple, but you need to take care to not doing anything wrong.
So, our solution is using Batteries as external power supply!
Some external power supply examples images:



Well, there are some examples, but, how to use correctly them?
Check the Schematics!
EXPANDED TECHNICAL DETAILS
Professional Power Architecture
This project serves as a comprehensive guide to powering high-draw peripherals (Servos, Motors, LED strips) safely without destroying the Arduino.
- Current Limitation Explained: Discusses why the Arduino's onboard 5V regulator can only handle ~500mA and how a 12-servo project can pull over 5 Amps, leading to heat damage or "Brown-outs."
- Common Ground Requirement: Highlights the CRITICAL step of linking the Negative (-) terminal of the external power supply to the Arduino's GND pin, ensuring a shared reference voltage for control signals.
Hardware Implementation
- Regulated vs. Unregulated: Explains the use of Buck Converters (LM2596) and LDO regulators to provide stable voltages for diverse hardware components while maintaining a safe environment for the MCU.