Hello everyone! This is my first post here... I've been doing some research on a dimmer to be used for some crazy synchronized christmas light blinking. This year, I was using a simple - on/off controller, the guts of which consist of:
4 MBI 5027 LED drivers, being controlled using a PC parallel port (one data line, one clock line, and strobe used for Latch Enable) These chips accept data serially, latch it, and can drive up to 80ma per channel with the data, holding their state till the next data is sent.
The LED driver chips are actually driving an opto-triac based optoisolator, which in turn is hooked directly to an 8A Triac which switches the AC load.
The system is very simple with a low parts count, which is great for folks who are new to the christmas light control hobby... The best way we've found so far to allow dimming control (operation at perceived levels other than off and on) is to add a PIC and a circuit to detect the zero crosses in the AC waveform and refresh the chip's latches ridiculously fast at the correct time in the waveform... which works, but has the disadvantages (for new folks entering the hobby) of requiring a programmed part (the PIC), adding a little complexity with the zero cross detection, and requiring very high speed data transfer between the PIC and the LED driver chips, which requires very short cables and is still susceptible to errors....
So what I'm thinking, and need some advice on:
I'd like to use the MBI5031 chip instead... which is a similar chip, except that it's designed to take a 12-bit level instead of a 1 bit state, and it generates a PWM signal based on that level.
Now the next step is a little over my head... The triacs we've been using, of course, latch on once they're turned on and remain on until the AC line voltage crosses zero again (well, almost until then....) and to use a PWM signal I need to replace this part with a part that shuts off when the gate is taken low again. Am I looking for a pair of MOSFETS back to back or an IGBT perhaps?
I can't find any good basic discussion with useful bare-bones example circuits for dealing with IGBTs. I'm looking for the bare minimum parts count/complexity level... and I'd love a 'for non electrical engineers' discussion of what they do and how to use them. I've found several good discussions of how they're made, but I need to know how to build a working circuit with them, if they are in fact the part I'm looking for?
Anyway. If someone has some suggestions for where to get started with a part that can cycle on and off with the PWM signal and switch AC current, I'm all ears. I guess I should at least ask about that assumption... would my life get much easier (parts count much lower) if I put a 20A Bridge Rectifier on the AC line coming into the dimmer contraption so I was trying to switch 110V Full Wave Rectified DC? I can't think of any reason the christmas lights would mind being fed DC instead, can you?
4 MBI 5027 LED drivers, being controlled using a PC parallel port (one data line, one clock line, and strobe used for Latch Enable) These chips accept data serially, latch it, and can drive up to 80ma per channel with the data, holding their state till the next data is sent.
The LED driver chips are actually driving an opto-triac based optoisolator, which in turn is hooked directly to an 8A Triac which switches the AC load.
The system is very simple with a low parts count, which is great for folks who are new to the christmas light control hobby... The best way we've found so far to allow dimming control (operation at perceived levels other than off and on) is to add a PIC and a circuit to detect the zero crosses in the AC waveform and refresh the chip's latches ridiculously fast at the correct time in the waveform... which works, but has the disadvantages (for new folks entering the hobby) of requiring a programmed part (the PIC), adding a little complexity with the zero cross detection, and requiring very high speed data transfer between the PIC and the LED driver chips, which requires very short cables and is still susceptible to errors....
So what I'm thinking, and need some advice on:
I'd like to use the MBI5031 chip instead... which is a similar chip, except that it's designed to take a 12-bit level instead of a 1 bit state, and it generates a PWM signal based on that level.
Now the next step is a little over my head... The triacs we've been using, of course, latch on once they're turned on and remain on until the AC line voltage crosses zero again (well, almost until then....) and to use a PWM signal I need to replace this part with a part that shuts off when the gate is taken low again. Am I looking for a pair of MOSFETS back to back or an IGBT perhaps?
I can't find any good basic discussion with useful bare-bones example circuits for dealing with IGBTs. I'm looking for the bare minimum parts count/complexity level... and I'd love a 'for non electrical engineers' discussion of what they do and how to use them. I've found several good discussions of how they're made, but I need to know how to build a working circuit with them, if they are in fact the part I'm looking for?
Anyway. If someone has some suggestions for where to get started with a part that can cycle on and off with the PWM signal and switch AC current, I'm all ears. I guess I should at least ask about that assumption... would my life get much easier (parts count much lower) if I put a 20A Bridge Rectifier on the AC line coming into the dimmer contraption so I was trying to switch 110V Full Wave Rectified DC? I can't think of any reason the christmas lights would mind being fed DC instead, can you?