nyarlathotep
Member
I'm interested in running my project off NiMH battery packs. Four nominal 1.2V NiMH batteries yields an easy 5V, but..
Fully charged NiMHs output around 1.4 volts, supposedly some start as high as 1.45 volts. So we're looking at 5.6-5.8 volts fully charged, which exceeds the Teensy 3.0's 3.7-5.5 volts range.
I suppose a simple voltage divider circuit is the easiest way to achieve this, well maybe just a resistor. Is it perhaps best to go with a voltage regulator though, given that my packs should mostly hang out around 5 volts?
I briefly looked into voltage regulator boards when considering building this to support both NiMH and LiPo packs, which are nominally 3.7 volts per cell but range from 4.23 volts down to 3 volts. I found that inexpensive regulator boards like the LM2596 want 1.5 volts more than their output voltage though. I could obviously design the entire system around two cell LiPos packs (7.4V, 6-8.4V) and six cell NiMH packs (7.2V, 6-8.7V), but then the WS2811 strips would need voltage regulation too.
As an aside, I'd ideally want the system to shut off around 4V because a four cell NiMH battery pack incurs some risk of polarity reversal below about 1 volt per cell, some voltage regulators do this.
Fully charged NiMHs output around 1.4 volts, supposedly some start as high as 1.45 volts. So we're looking at 5.6-5.8 volts fully charged, which exceeds the Teensy 3.0's 3.7-5.5 volts range.
I suppose a simple voltage divider circuit is the easiest way to achieve this, well maybe just a resistor. Is it perhaps best to go with a voltage regulator though, given that my packs should mostly hang out around 5 volts?
I briefly looked into voltage regulator boards when considering building this to support both NiMH and LiPo packs, which are nominally 3.7 volts per cell but range from 4.23 volts down to 3 volts. I found that inexpensive regulator boards like the LM2596 want 1.5 volts more than their output voltage though. I could obviously design the entire system around two cell LiPos packs (7.4V, 6-8.4V) and six cell NiMH packs (7.2V, 6-8.7V), but then the WS2811 strips would need voltage regulation too.
As an aside, I'd ideally want the system to shut off around 4V because a four cell NiMH battery pack incurs some risk of polarity reversal below about 1 volt per cell, some voltage regulators do this.