![]() | ![]() | ![]() |
| | |||||||
| Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| Hello forum, I'm looking for a circuit that can give a constant average voltage with PWM regardless of the input voltage. Example: I need 1.5V from a random voltage source. The 1.5V should be the average of a PWM pulse. Eg. the input voltage is 3V, the PWM duty cycle should be 50% to give an average output voltage of 1.5V. The load for the 1.5V is resistive. Any suggestions? Regards, Futterama | |
| |
| | (permalink) |
| It sounds like a normal switchmode regulator?, the filtered output voltage is fed back to control the mark/space ratio. However, your supply voltage is rather low and will make a design more difficult. What exactly are you trying to do?. | |
| |
| | (permalink) |
| I'm trying to drive a glowplug for a RC engine, from a 2-18V supply using PWM. | |
| |
| | (permalink) |
| You would be better off using a Switching power supply. "Down Converer" Not PWM.
__________________ I No Longer accept Private Messages on here. All Emails to me Must Contain the Word \"Electronic\" in the \"Subject Line\" or they go Directly to my Junk Mail Folder. Email me at: chemelec@hotmail.com Website: http://www3.telus.net/chemelec | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | ||
| Quote:
| |||
| |
| | (permalink) | |
| Quote:
![]() Right? | ||
| |
| | (permalink) | ||
| Quote:
| |||
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) | ||
| Quote:
| |||
| |
| | (permalink) |
| you need to use a fairly high PWM frequency and pick a cut off frequency well below the PWM frequency. the 3db frequency is defined as f = 1/(2*PI*R*C) You want to attenuate the PWM component pretty heavily. Though ripple may not be an issue here. to get a feeling for this, try SPICEing it. what you don't say is how much current which has a fair bearing on the matter... | |
| |
| | (permalink) | |
| Quote:
| ||
| |
| | (permalink) |
| well, that's going to take a bit more than just a PIC and a little filtering... I think I'd look at a buck converter like the lm2852 if its under 2A. Minimal components: 4 caps, 1 coil and the chip. | |
| |
| | (permalink) |
| Well, I got something that works now. I just measure the input voltage with the PIC A2D, and calculate the PWM duty cycle from that, so it will output the average 1.5V square wave to a MOSFET that drives the glowplug. Thanks for all your replies. Regards, Futterama | |
| |
| | (permalink) |
| Your might want to revisit your requirements. A resistive glow plug should take a PWM signal with no problem whatsoever. You can use a voltage divider to read the source voltage and adjust PWM period based on that. Code: Source voltage PMW period 1.5v 100% 3v 25% 15v 1% If you want DC, usually you use an inductor to make a step-down "buck" converter to do this sort of thing. Those change the voltage without generating a lot of heat.
__________________ I thought what I'd do was I'd pretend I was one of those deaf-mutes. | |
| |