this post was submitted on 03 Jul 2023
5 points (100.0% liked)
Ask Electronics
3732 readers
9 users here now
For questions about component-level electronic circuits, tools and equipment.
Rules
1: Be nice.
2: Be on-topic (eg: Electronic, not electrical).
3: No commercial stuff, buying, selling or valuations.
4: Be safe.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would just use a MOSFET and resistor to drive the LED if you are only using it in short bursts.
If you want to drive the MOSFET directly from the microcontroller pin, it will need a series resistor to limit the current since the gate has quite a bit of capacitance. If your microcontroller pins can handle 15-20mA, it will be able to switch an AO3400A fast enough without needing a gate driver.
Hey, thanks for your comment. I looked at using a resistor in series with the LED, but if my calculations were correct I could only power the LED less than 3W and 2W would be wasted.
R = (V~s~-V~f~)/I~f~ = (5V-2.8V)/1A = 2.2Ω
P~LED~ = V~f~*I~f~ = 2.8V*1A = 2.8W
P~Resistor~ = V~s~*I~f~-P~LED~ = 5V*1A-2.8W = 2.2W
Let me know if the calculations are correct.
Edit: Calculations
Those calculations are correct.
Since the remote control signals are short and low duty cycle, you could use a capacitor to provide the peak current for the LED without going over the maximum current of the power supply.