Power an LED that requires more the 5V

I am trying to control a light board with Chanzon LED chips that have a forward voltage of 6.5V and require 650mA. The 5V Arduino output is not sufficient to power these LEDs directly. I am looking for examples of approaches to this problem. Thanks.

You need a power supply for that voltage and current and a logic level MOSFET to turn the LED chip on and off.

1 Like

I would use a TIP120, but only because a have a pile of them on hand. It is an old darlington junction transistor that will drop a couple of volts and dissipate a couple of watts in your application.

If you are getting parts for this application use a logic level MOSFET. Less voltage loss and lower power dissipation.

1 Like

Thanks
I have found some YouTubes and Websites that talk about the process. I am afraid I am no electronics person and need to control a lightbox for a research project on myopia.

Thanks so much
I had no idea this type of construct existed. I have searched YouTube and will watch some videos. Your help is greatly appreciated

Here is how I drive a 12V fan from a 3.3V GPIO pin. (5V will work also).

Thank you all. I think I have. I have ordered some MOSFETs and will start experimenting soon. You folks are all great.

FYI

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.