Switching Power Considerations
Bobb Fwed
Posts: 1,119
I am looking for a switching/buck power supply for a battery operated propeller project I am working on.
I am mostly looking for suggestions of models, but also wondering if there are any special considerations I need to make because of it.
I can't recall ever seeing a switching regulator on a board with a propeller on this site (forums or parallax pre-fab -- not that I've been looking for them), do switching regulators have too much noise to operate the PLL or something? Or maybe does it cause something to function oddly?
Requirements:
I can't imagine using more than 400mA on the whole project at any one time. Input voltage may be as high as 16V while the device is charging, but shouldn't ever drop below 5.5V (the Li-Ion batteries I am using will cut off at about that point, if not at a higher voltage). High efficiency (>85%) would be great, but not necessary (I've been running this project on a linear regulator without serious problems, but I am looking for extended life).
What should I be looking for in oscillator frequency? I have seen quite a few in the 150-250kHz range, but have seen some as high as 2MHz. I am guessing the higher frequency would produce less noise on the 3.3V line, but may cause regulator to generate additional heat and loose efficiency?
A lot of these switching regulators suggest a 100µH inductor; I am not too familiar with inductors, can I increase the henry's to reduce the noise without altering the function of the regulator?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!
I am mostly looking for suggestions of models, but also wondering if there are any special considerations I need to make because of it.
I can't recall ever seeing a switching regulator on a board with a propeller on this site (forums or parallax pre-fab -- not that I've been looking for them), do switching regulators have too much noise to operate the PLL or something? Or maybe does it cause something to function oddly?
Requirements:
I can't imagine using more than 400mA on the whole project at any one time. Input voltage may be as high as 16V while the device is charging, but shouldn't ever drop below 5.5V (the Li-Ion batteries I am using will cut off at about that point, if not at a higher voltage). High efficiency (>85%) would be great, but not necessary (I've been running this project on a linear regulator without serious problems, but I am looking for extended life).
What should I be looking for in oscillator frequency? I have seen quite a few in the 150-250kHz range, but have seen some as high as 2MHz. I am guessing the higher frequency would produce less noise on the 3.3V line, but may cause regulator to generate additional heat and loose efficiency?
A lot of these switching regulators suggest a 100µH inductor; I am not too familiar with inductors, can I increase the henry's to reduce the noise without altering the function of the regulator?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!
Comments
As long as you adequately filter the output with a capacitor that can keep up with the ripple, you shouldn't see any problems. IOW - the Propeller wouldn't know any different.
At the higher frequencies make sure that the external mosfet can keep up with switching that fast. If everything is integrated including the mosfet, then I wouldn't pay much attention to the frequency in this case. Higher frequency will produce less apparent ripple, but there is a sweet spot. If the frequency is too high, then the efficiency starts to do down, because of HEAT being dissipated within the regulator.
For the inductor, there is usually a chart to go by within the datasheet. I would follow that, since in this type of application the inductor's kick-back is what is used to boost the voltage. In other applications an inductor is used as a low-pass filter. That however is not the case with a boost regulator's primary inductor.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
Have a look at the LTC3412. It operates at 4 MHz and uses a small inductor, typically 1-2 uH.
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
Low ESR caps and Inductors are also the name of the game, the data sheets have many recipes laid out.
Graham
http://www.parallax.com/Store/Microcontrollers/PropellerDevelopmentBoards/tabid/514/CategoryID/73/List/0/Level/a/ProductID/584/Default.aspx?SortField=ProductName,ProductName
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
My head is pasming!
Is that many external parts normal? I am looking at some regulators (LM2576T-3.3) that have 4 external parts, but they are 70-80% efficient, and only 52kHz, they are also higher voltage (up to 60V input). I was hoping to find some parts that would have a small footprint on the board.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Style and grace : Nil point
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!
Leon
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Amateur radio callsign: G1HSM
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
· Propeller Object Exchange (last Publications / Updates);·· Vaati's custom search
I bought mine from futurlec and they happened to have a LM2575 in 5V for a good price and a LM2574 in 3V for a good price (the latter is a DIP8). But any of the simple switchers will work and it would be a matter of where you can get them at the right price ($2 to $3 each).
The only word of caution is to keep the caps, inductor and diode all as close to each other as possible and to make those tracks or wires reasonably thick.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.smarthome.viviti.com/propeller
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Visit some of my articles at Propeller Wiki:
MATH on the propeller propeller.wikispaces.com/MATH
pPropQL: propeller.wikispaces.com/pPropQL
pPropQL020: propeller.wikispaces.com/pPropQL020
OMU for the pPropQL/020 propeller.wikispaces.com/OMU
Thanks for your help.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
April, 2008: when I discovered the answers to all my micro-computational-botherations!
Some of my objects:
MCP3X0X ADC Driver - Programmable Schmitt inputs, frequency reading, and more!
Simple Propeller-based Database - Making life easier and more readable for all your EEPROM storage needs.
String Manipulation Library - Don't allow strings to be the bane of the Propeller, bend them to your will!
Fast Inter-Propeller Comm - Fast communication between two propellers (1.37MB/s @100MHz)!