I have a battery with a maximum voltage of 42V DC when fully charged. I'm currently working on a PCB where I plan to connect the following components:
- Arduino (requires 5V)
- ESP32 (requires 3.3V)
- Solenoid lock (requires 12V)
- GSM chip (requires 4V)
To power these components, I need to convert the 42V DC input voltage into 12V, 5V, 4V, and 3.3V outputs. I'm considering two different approaches but you can suggest another way too
- Using the LM2596HV to convert from 42V to 12V and then utilizing another LM2596 to further convert the 12V to 5V. Following this, I would employ additional buck converters to step down the 5V to 4V and then from 4V to 3.3V.
- Alternatively, I'm considering using the LM2596HV to convert from 42V to 12V and then using buck convertors to step 12v to 5V, 4V, and 3.3V outputs from the 12V source.
I'm looking for guidance on which approach is the most efficient and will minimize energy loss.
you can suggest components to use for step down too.
Your expertise and advice would be greatly appreciated.