santais
Junior Member level 1
- Joined
- Jan 14, 2011
- Messages
- 18
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,474
Hi all.
I'm currently trying to construct a board, where I can wirelessly control an LED Strip using my phone's Bluetooth.
I'm using an atmel 328PU microcontroller for the main control of the system.
What I'm trying to achieve, is to have up to 5 strips attached to the board. Each has to be able to be turned on/off individually. The PWM control of each strip is controlled together, mainly because of the lack of PWM output pins.
So far I've tried to design the on/off mechanism using MOSFET transistors. My main problem here, is that the MCU only provides 5V output, which is rarely enough to fully turn on most of the MOSFET's. This cause a huge heat dissipation, which is not the intention.
I have a decoder from china, where you can control the led strips using an IR remote. From what I can see, they use Atmel 125 24C02 for controlling and VS30 diode rectifiers for the pwm control. This seems to be working fine, without any uncontrolled heat dissipation. However, I'm not quite sure this will work in my application?
My question is, is there any easier way of controlling the on/off and pwm mechanism than using MOSFETS, or a transistor as a switch in general?
Each STRIP use a maximum of 14 W and 1A. I have 12V and 5A Power supply.
I'm currently trying to construct a board, where I can wirelessly control an LED Strip using my phone's Bluetooth.
I'm using an atmel 328PU microcontroller for the main control of the system.
What I'm trying to achieve, is to have up to 5 strips attached to the board. Each has to be able to be turned on/off individually. The PWM control of each strip is controlled together, mainly because of the lack of PWM output pins.
So far I've tried to design the on/off mechanism using MOSFET transistors. My main problem here, is that the MCU only provides 5V output, which is rarely enough to fully turn on most of the MOSFET's. This cause a huge heat dissipation, which is not the intention.
I have a decoder from china, where you can control the led strips using an IR remote. From what I can see, they use Atmel 125 24C02 for controlling and VS30 diode rectifiers for the pwm control. This seems to be working fine, without any uncontrolled heat dissipation. However, I'm not quite sure this will work in my application?
My question is, is there any easier way of controlling the on/off and pwm mechanism than using MOSFETS, or a transistor as a switch in general?
Each STRIP use a maximum of 14 W and 1A. I have 12V and 5A Power supply.