Hi all, I am a hobbyist whose skill level is butting against project requirements - any help is appreciated:
My goal is to power two components in my project with a single cell lipo:
mcu: ATSAMD21G18 (3.3V/100mA)
radio: E32-915T30S (5V/680mA)
Right now, my understanding is that I will need to do this using three separate circuits:
Lipo charging circuit using DC/USB/Solar Vin
LDO regulator for 3.3V
Boost converter for 5V
This project will spend most of its time in sleep - so I am setting myself a design goal of ~50uA sleep current to give 1yr on a 500mAh lipo.
Yes I can probably do this with parametric searches on component sites but given that almost all are smd components and I have little design experience, I have no idea how to prototype this without 10 bad pcbs and false starts.
Has anyone dealt with similar requirements before and can you share your solution ? Just to clarify, I can solder SMD components so that's not a blocker.
What is the allowable voltage range on the microcontroller? Often they are wide enough to accept a lithium battery directly. The AVR processors common to Arduinos will run just fine direct to the battery so long as the clock speed is set to 8MHz.
Then there are no losses associated with powering the microcontroller. It can sleep as required and you don't have any parasites sucking energy during sleep.
Choose a boost supply that is controllable. Many of the Pololu ones are. So the microcontroller can turn it on only when necessary.