|
|
 1.2V to 5V DC_DC converter based on TI TPS61200
About a year ago, while researching low startup voltage DC-DC converters I ran into Texas Instruments’ TPS61200. This monolithic synchronous rectifier boost converter has several nice features. First, the input voltage range starts at 0.3V; therefore, it’s possible to run the converter from low-voltage source such as single solar cell or supercapacitor. Second, the converter is powerful – up to 1.8A for certain input/output voltage combination. (”Certain” is a key word here – see below for explanation). Another nice feature is the ability to down-regulate the output when Vin exceeds Vout; for example, you can configure the converter to run from single-cell Li-ion/Li-poly battery and output stable 3.3V over the whole 4.2V-2.7V Li-Poly range. In addition to all that, the controller has built-in undervoltage lockout feature – minimum input voltage, below which controller would shut itself off can be set with simple voltage divider. This feature comes handy when rechargeable battery is used as power source. TPS61200 also has pins for enabling/disabling and power-saving mode on/off. Device is manufactured in 2 fixed Vout configurations – 3.3V, 5V, plus adjustable variant. Maximum working input voltage is 5.5V, minimum output voltage for adjustable part is specified at 1.8V.
After much prototyping and testing I came out with a layout that works well. The result can be seen on title picture – Arduino Duemilanove board (running USB keyboard polling sketch ) , USB Host Shield, LCD display and USB keyboard all powered by single 1.2V NiMH AA cell. The circuit that makes it possible can be seen on the left side of the picture connected between the battery and USB B connector, which is used here as 5V power connector to the Arduino.
The run time of this setup from freshly charged 1800ma NiMH cell is 6 hours which makes it quite practical. It should be noted that when input voltage is much lower than output voltage, efficiency suffers ( see figure 8 in the datasheet. 3 NiMH cells in series or single-cell Li-Poly is much better for 5V output, even 4 NiMHs will work if load is light – in down conversion mode power losses in the converter increase and I found that the chip gets very warm with output current of 200ma or more while down converting.
Continue reading Designing DC-DC converters using TI TPS61200 controller
 Magnetic probe amplifier connected to external trigger input
I made (hopefully) last iteration of magnetic probe amplifier board. Schematic remains the same. Layout, however, is slightly different. First, I made it more narrow to better fit Tektronix 7000-series time base plugins external trigger input, as can be seen on the title picture. Second, the amplified probe output is made via SMx type connector – PCB-mounted SMA and SMB all have the same footprint. I used straight SMB since I have a surplus of Tektronix P6041 cables. The board layout permits soldering right-angle connector here as well. This arrangement is much handier than previous one.
Since publishing initial design I haven’t seen much interest in it, so instead of ordering a bunch of PCBs I made this board available on BatcPCB Marketplace. Schematic and board layout in Eagle 5.x format are also available. I built one board and haven’t found any errors on copper or silkscreen – if you find any, please let me know.
Oleg.
 Magnetic probe amplifier connected
Recently, I was researching low-noise DC-DC converters and while reading Linear Technology Application Note 70 found this clever and useful circuit, designed by Jim Williams. The idea is to sense current in power inductor of the converter with another inductor, placed within short distance from the first one. The sensing inductor is connected to a circuit which amplifies and conditions the signal and generates nice clean square wave pulses which can be used to trigger oscilloscope sweep. The probe is isolated from the circuit preventing measurement corruption. As a bonus, analog output of probe amplifier allows observing current waveform through power inductor.
As is often the case with application notes, circuit description and build details are somewhat brief; I’m posting my notes hoping that the information will be helpful for other builders. Also, since BatchPCB doubled my order, I have extra PCBs; if anyone wants to build this circuit on a professionally made PCB with just couple green wires, e-mail me – the PCB can be yours for the price of postage.
Continue reading Magnetic probe amplifier
 3.3V to 5V DC-DC converter
During development of Arduino USB Host Shield I designed small and simple boost converter to provide 5V to Vbus from 3.3V input. The circuit, built around Linear Technology’s LTC3426, worked so well, that I decided to release a standalone version. There are many uses for such converter – LCD contrast bias being most typical. Another example when 3.3V to 5V converter could be handy, is old style Arduino shields. This photo shows my converter sitting on empty space of 3.3V-only Arduino Pro board.
Maximum output current of the converter is 650ma. It can be loaded up to 700, but inductor becomes warm. Output ripple is around 25mv at 500ma. If less ripple is desired, 3.3uH inductor can be used. Output capacitor can be increased also, hovever, benefits are marginal. Measured efficiency of this circuit is around 90%.
Project files, including Eagle schematic and layout files, as well as Gerbers, are available from Downloads section. Design rules are pretty relaxed and board is routed almost on a single side (the other side is a ground plane), so making one at home should not be a problem. Also, PCBs and assembled and tested converters are available in the store.
Oleg.
|
|