I have two rechargeable batteries that make around 2.5v. I use a boost converter to get this to 5v to power an mcu and other things that rely on 5v. Now, I have an ic that requires 3.3v and I'm curious what the best way to handle this would be. Here's my brain dump but I'm sure I'm missing a better more obvious way (which is why I'm asking you smart people).
- I could (naively) use a low dropout 3.3v voltage regulator to step the 5v down to 3.3v. This is very inefficent however since a lot of power will be lost to heat and undesirable since I'm on limited battery power.
- Use a diode to drop the 5v to around 3.3. Since the switching boost ic is keeping the supply constant I need not worry about major power fluctuations (this assumptuion is wrong of course until I test it with an o-scope). Same problem as above as far as efficiency.
- Same as above but with a voltage divider? I'm not sure what the + or - of this would be.
- Use a second switching regulator to boost a parallel 2.5v line from the battery to 3.3v. This adds a lot of parts and cost but seems like the best way (yes, please prove me wrong).
- Opposite of above -- use a buck converter to drop the 5v to 3.3v but regulated. I honestly have no idea what the efficiency curve for this would look like. Seems like black magic or crossing the streams.
- Run the new ic at 2.5v with a couple of caps to smooth and pray. Yeah, I'm not doing this.
Thoughts?