I have a solar powered project which includes an Arduino Nano and a cellular module.
At the moment the Arduino is powered via the USB port and the cellular module is powered by a small 3.7V battery (to cope with the brief 2A spikes during data transmission.) I want to power both of these elements from the same 11.1V lithium-ion battery which I can keep topped up with a solar panel and a charge controller.
To do this, I’ll need to regulate the voltage from the battery down to two different voltage levels – 7-12V for the Arduino and 3.7-4V for the cellular module. The battery needs to be 11.1V as it will occasionally be used to directly power a solenoid.
A lot of people seem to opt for the LM2596 regulator, but it seems a bit overkill for this since the battery voltage will actually be between 8.25V and 12.6V. Regulating 8.25V down to 7V isn’t much of a drop and the LM2596 is designed for higher voltages I believe.
I’ve found some dual output step down converters, such as the TPS54395.
I’m wondering if anyone has any other suggestions which may be easier to implement?
I don’t mind SMT components either as I’m looking to fabricate a PCB for the project anyway. The device should also be able to supply at least 3A.