"BUCK" voltage converter questions
Bean
Posts: 8,129
I want to try my hand at makign a "buck" voltage converter to go from 12V (close to 24v open circuit) solar panels to 7.2v to run a robot.
The schematics I've seen use a high-side switch (FET), is there any reason I can't use a lo-side switch ? It seems the FET would be easier to drive if it was on the lo-side.
I want to have a propeller chip contol the switching frequency and duty cycle to get the most power. Is there a FET that will turn on at 3.3V ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does that byte of memory hold "A", 65, $41 or %01000001 ?
Yes it does...
·
The schematics I've seen use a high-side switch (FET), is there any reason I can't use a lo-side switch ? It seems the FET would be easier to drive if it was on the lo-side.
I want to have a propeller chip contol the switching frequency and duty cycle to get the most power. Is there a FET that will turn on at 3.3V ?
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does that byte of memory hold "A", 65, $41 or %01000001 ?
Yes it does...
·
Comments
-Phil
"Six of one, half a dozen of the other..." Yes you could use a LOW side driver (an N-MOS), the reason that it's done the other way is to keep the Grounds common and it's much easier to read the output voltage. However as you stated, to ensure that the 3.3V signal will turn on the MOSFET into saturation can be tricky, even with some of the logic level mosfets available. In this since, it makes more since to use a HIGH side driver with a P-MOS so you have adequate drive strength. IOW - easier to take the Gate to GND with a P-MOS than to drive the gate to VSupply using an N-MOS.
I know that I have talked in circles, but it depends on the topology that you want to use... If it's ok to NOT use a common Ground and you can measure the output voltage with reference to Vsupply, then a N-MOS would work. If you need common Ground, then P-MOS is the way to go as well as measuring the output voltage with reference to Ground.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
-Phil
Bean
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does that byte of memory hold "A", 65, $41 or %01000001 ?
Yes it does...
Post Edited (Bean (Hitt Consulting)) : 11/20/2009 3:56:43 PM GMT
-Phil
-- BrooksL
-Phil
Bean
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does that byte of memory hold "A", 65, $41 or %01000001 ?
Yes it does...
But you could easily replace all three transistors and four resistors with a cap and one of these:
····www.micrel.com/_PDF/mic5018.pdf
The nice thing about this part is that it includes a charge pump to drive the gate of a nMOSFET in a high-side configuration. However, if you still want to use a pMOSFET, there are other driver chips that don't even need the cap.
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Thanks for the link. I assumed there HAD to be a part that did all the dirty work.
Bean.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Does that byte of memory hold "A", 65, $41 or %01000001 ?
Yes it does...
·
I've probably steered you wrong on the MIC5018. I just noticed that its supply voltage is limited to +9V max, and your panel probably puts out more than that. Instead, take a look at the MIC4416. This is a low-side driver, but it could be used on the high side with a pMOSFET, since the output voltage covers the full Vss - Vdd range.
-Phil
-Phil