Ceiling fan/light node
-
-
@yveaux One for the fan and one for the light. They didn't make a single X10 module that did both as one unit.
-
I've been thinking about trying to make a dimmer using this chip:
https://www.digikey.com/product-detail/en/on-semiconductor/FL5160MX/FL5160MXTR-ND/6126507
It does the heavy lifting on the zero cross logic and claims to be good with LED bulbs. It's meant to be very easy to make a potentiometer controlled dimmer, but if you can provide a variable voltage signal, you can control it from a microcontroller.
I have been meaning to get one and experiment with it, but I've been more focused on learning how to use NRF5 modules at the moment.
-
I've been thinking about trying to make a dimmer using this chip:
https://www.digikey.com/product-detail/en/on-semiconductor/FL5160MX/FL5160MXTR-ND/6126507
It does the heavy lifting on the zero cross logic and claims to be good with LED bulbs. It's meant to be very easy to make a potentiometer controlled dimmer, but if you can provide a variable voltage signal, you can control it from a microcontroller.
I have been meaning to get one and experiment with it, but I've been more focused on learning how to use NRF5 modules at the moment.
-
Had a quick look at the datasheet for that IC.. It requires either a variable resistor, or a 0-10V input, to control the thing.
With some RC filtering you could make an analog voltage from the PWM, but that is only 0-3.3V, or 0-5V, depending on supply voltages for the MCU, then you need to boost that up to the 0-10V..
-
For now I am okay with leading edge triac based dimmers as all I am running are incandescent bulbs right now anyway, so I am going to stick with the triac based dimmers for now. Even in the future I may at least stick with the triac based dimmer with the snubbers for the fan control as that is an inductive load. If I could find some dimmable LED bulbs that use the LM3450 based driver made by national semiconductor or the TPS92210 from Texas Instruments, it looks like that type should work with triac based dimmers. This can be found referenced in this article from Digikey.
-
For now I am okay with leading edge triac based dimmers as all I am running are incandescent bulbs right now anyway, so I am going to stick with the triac based dimmers for now. Even in the future I may at least stick with the triac based dimmer with the snubbers for the fan control as that is an inductive load. If I could find some dimmable LED bulbs that use the LM3450 based driver made by national semiconductor or the TPS92210 from Texas Instruments, it looks like that type should work with triac based dimmers. This can be found referenced in this article from Digikey.