Maker Pro
Maker Pro

voltage amplifier circuit using arduino mega 2560 for powering 20 leds

hello evryone !

the main goal of this project is to make a strobe light using 20 leds controling by an arduino mega 2560.

my problem is that the voltage of the pin of the arduino is 5 v and its not enought to power up the leds how i can increase these voltage ?? any circuit please thanks guys !!! :)
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
You don't need more than 5V if you place the LEDs in parallel (each with their own resistor).

The problem then becomes switching the 400mA of current required to drive them.

For that, a logic level mosfet would be my preferred solution.
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
The need for a driver is determined by the switching losses you can tolerate.

When switching losses become significant, you (essentially) need to provide greater gate current to switch faster. That applies to logic level mosfets as much as any other.

Logic level mosfets simply have a lower gate voltage to turn on.
 
Top