Hi! I'm using the
FONA 808 - Mini Cellular GSM + GPS Breakout to build a GPS tracker for my bike. I'm struggling to find info on running my external microcontroller from the same battery as the FONA breakout. I'm led to believe this is possible as the product advert says it supports: "
onboard LiPoly battery charging circuitry so you can take your project on the go" (I happen to be using a Teensy 3.2, although this question would apply to many microcontrollers).
I have the FONA working well when powered from a 5V USB source, and supplying voltage to my microcontroller. I have wired it the same as shown in the
wiring guide, with Vio tied to 5V. This works great when powered from an external source, but ideally I'd like to run the FONA, and the attached microcontroller, on the FONA's own battery without being plugged in via USB. 5V doesn't seem to be powered without an external power source attached, however.
I wondered if it would be safe to instead tie Vio to BAT, which seems to supply 4.2V at fully-charged state, and then use 5V to supply the microcontroller's VIN? From initial investigation with a multimeter, though, it looked like BAT powers down after a bit, so I'm now doubting whether this would work. Do you know of another, better, way to achieve what I want?
Ideally, I'd like to supply the microcontroller with 5V 100% of the time, from the same battery as the FONA is using, then use this to pull KEY pin to ground when I want to activate the FONA. I'm starting to think maybe extra hardware is necessary, for example the
Adafruit Micro-Lipo Charger, but this seems to double up on the onboard LiPo charging circuitry.
Any guidance you can give would be gratefully received!