cheapo said:when the jetbeam mk2 came out... nobody cared. not a single mention on all those pages of the mk2 thread.
No I didn't say that. Resistor limiters (hard to call them "mods" when they're designed into the light as with the McLux PD, Firefly 2, etc) work quite well. Even if there's some efficiency cost, at low power there's generally plenty of runtime regardless. It might even be comparably efficient in lumens/watt to PWM, even though the power conversion is less efficient, because the LED is more efficient in the lower power range.Solstice said:As paulr said, PWM is certainly better than no low mode at all, or a very inefficient resistor mod.
paulr said:No I didn't say that. Resistor limiters (hard to call them "mods" when they're designed into the light as with the McLux PD, Firefly 2, etc) work quite well.
Brlux said:I have found that my personal preferences for PWM driven lights is a drive frequency of 1KHz or higher. That seems to be where I no longer can notice the flicker. I have been playing around with PWM for my home lighting project and currently have 2 designs that I like a lot. One using a 555 timer and which has a frequency that varies between 1.1-1.5 KHz. I also have a PSoC micro consoler design that runs a 5 KHz and is great. I was concerned about EMI with that high of a frequency switching 4 amps through hundreds of feet of wire but I have yet to notice any ill effects in other electronic devices.
- Current regulation is typically controlled by a feedback resistor which sets the output current of the regulator IC. Varying this resistor value will provide varying current. But to maximize regulator efficiency at high light output, the resistor values need to be very small, fractions of an ohm, which makes it difficult or impossible to accomplish varying resistor value with a potentiometer. (The vast majority of small, cost-effective potentiometers do not adjust down as low as fractions of an ohm.) Therefore, you sometimes see current regulation accomplished by using a bank of several discrete feedback resistors, which are selected via firmware or various other means. This gives a light with a selection of discrete output levels rather than a continuous output adjustment.
Agree. The LED's are least efficient when driven at the high end of their capability.soffiler said:- PMW is less somewhat less efficient than current regulation at levels below 100%. I remember a Newbie post on this subject which presented the evidence clearly in graphical form. Basically, it is a physical property of all LED's that efficacy increases when underdriven. Current regulation is underdriving the LED by definition; whereas PWM drives at full rated current during the on portion of the duty cycle.
The current regulators are nearly always a boost topology switch-mode regulator (a PWM circuit) operating at 100Khz on up to 2Mhz. As long as the on/off PWM brightness control is well below the switch frequency, and it is well designed (*important*), I have seen the PWM frequency make very little (almost no) difference to boost converter efficiency (I'm just finishing a project that drives about twenty LED's that are PWM'd) and don't see why it should. A less well designed one can have nasty transients, overshoot and ringing during the switch that might cause some loss, but if it is well designed for this purpose, this shouldn't be [much] of an issue.soffiler said:- as PWM frequency goes up, the ability to notice it goes down (which is obviously a good thing); however, there is a tradeoff: as PWM frequency goes up, converter efficiency goes down. If the designer is trying to make as much light and as little heat as possible, then he wants a relatively low PWM frequency. The trick is to strike a happy balance between a higher PWM frequency and reduced converter efficiency.
Pretty much. You can get just a bit exotic and get around this, but it's not particularly easy and it will give up at least some efficiency.soffiler said:- Current regulation is typically controlled by a feedback resistor which sets the output current of the regulator IC. Varying this resistor value will provide varying current. But to maximize regulator efficiency at high light output, the resistor values need to be very small, fractions of an ohm, which makes it difficult or impossible to accomplish varying resistor value with a potentiometer. (The vast majority of small, cost-effective potentiometers do not adjust down as low as fractions of an ohm.) Therefore, you sometimes see current regulation accomplished by using a bank of several discrete feedback resistors, which are selected via firmware or various other means. This gives a light with a selection of discrete output levels rather than a continuous output adjustment.
- PWM very simply and readily allows use of a potentiometer in the timer circuit, therefore it is the design choice when fully variable dimming is preferred over a few discrete levels.
You can do this, but as soffiler mentioned, it's not very efficient. For high efficiencies, these sense voltages are low, sub-bandgap. You can't go lower with a particular device. You can go higher at the expense of efficiency.evan9162 said:You can very easily do continuously variable constant current regulation with a potentiometer. You don't need to modify the sense resistor, you use a potentiometer to modify the reference voltage. I've built many constant current regulators with continuously variable output with this method - it's a very basic electronic circuit - a reference voltage that's changed with a pot, a small value sense resistor, and an op-amp controlling a pass transistor. I can vary the output from 25mA to 1A with this method.