Ralph Weaver
Jan 11, 2007, 09:06 AM
==Measuring current w/o inline resistor:
I'm attempting to do my own glow driver (running a glow plug from 12V). It's basically a switching regulator run by a uC. I don't really need to know exact current, but would like to be able to shut down in case of over current (shorted outputs).
Typically the voltage across a current sense resistor is amplified and read using an A/D - no big deal, but I'd like to be able to get rid of the resistor and amplifier.
If I know Vin, Vout and the PWM %duty cycle then I think I can detect over current (example Vin = 12, Vout = 0.5, PWM = 100%). I'm thinking that I can get a reasonably good idea what the actual current is.
==Eliminating the typical switching power supply inductor
The glow plug does not care if it's run on DC, AC etc. as long as the average voltage (really average power) is correct. Typical switch mode power supply's need the inductor to give a clean DC output. As long as I filter the feedback I shouldn't need the inductor.
I'm a software guy, so what would be the best way to filter the feedback? I can do averaging in the SW, but am pretty sure I'll need some sort of RC filter as well.
Thoughts???
Thanks.
I'm attempting to do my own glow driver (running a glow plug from 12V). It's basically a switching regulator run by a uC. I don't really need to know exact current, but would like to be able to shut down in case of over current (shorted outputs).
Typically the voltage across a current sense resistor is amplified and read using an A/D - no big deal, but I'd like to be able to get rid of the resistor and amplifier.
If I know Vin, Vout and the PWM %duty cycle then I think I can detect over current (example Vin = 12, Vout = 0.5, PWM = 100%). I'm thinking that I can get a reasonably good idea what the actual current is.
==Eliminating the typical switching power supply inductor
The glow plug does not care if it's run on DC, AC etc. as long as the average voltage (really average power) is correct. Typical switch mode power supply's need the inductor to give a clean DC output. As long as I filter the feedback I shouldn't need the inductor.
I'm a software guy, so what would be the best way to filter the feedback? I can do averaging in the SW, but am pretty sure I'll need some sort of RC filter as well.
Thoughts???
Thanks.