This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

boost converter for single solar charged NiMH cell

Other Parts Discussed in Thread: TPS61220, TPS61200, TPS61070

 I am using a single NiMH cell to run a microcontroller and some LEDs at around 3.5 Volts. The NiMH cell is charged by a low power solar cell. When the NiMH is being trickled charged from the  solar cell, I need the boost converter  to  remain in shutdown mode until the NiMH cell voltage rises to  around 1.2 volts. I used a tps61220 but it switches on when the NiMH is at 0.7 volt. At this voltage, the battery does not have enough juice for the dc/dc output to stabilize. Note that the LEDs at the output are controlled by the micro. So the output load is just the micro. The micro will switch on the LED later when the NiMH is charged and it is night time. So, I need a boost converter which can remain shut off until the solar cell trickle charges the NiMH to 1.2 volts.

Low power solar cell ----> NiMH cell -> boost converter -> micro & leds

 

 

  • You have several options.  The most flexible would be the TPS61200.  This IC has a separate UVLO input that can be programmed to any voltage.

    The TPS61070 is another option.  It has an internal UVLO that starts at around 1.1V typical.

    You could also use a lower power micro controller, such as the MSP430.

  • Hi Chris,

     Thx for the info.  TPS61200 will solve my issue. I also looked at the TPS61070 data sheet. It mentions an undervoltage lockout threshold of 0.8 v (voltage decreasing). Not sure if there is a separate threshold for rising voltage but that would imply be a lot of hysteresis (0.3 volts).

    Thx

    RK