M5 Dial Portable Power Questions
-
I'm working on a portable project featuring the M5 Dial. I've got a few questions about powering the device. There's the battery port underneath the stamp s3. However, if I hookup a battery to that, there seems to be no way to get the device to turn on with battery power only. Instead I have to plug in USB C power, then I can unplug it and it will run off the battery. Is there a way to configure it to turn on when only the battery is plugged in? And since it automatically turns on when USB C is plugged in, this is not ideal when trying to charge the battery for a portable device.
I understand it should charge the attached battery when USB C power is plugged in, but someone else had asked about monitoring battery charge level and it seems like there is no fuel gauge feature built in, can you confirm if that's correct? And furthermore, there seems to be general confusion about the specific size of the JST connector for that battery terminal. Based on something I had read in the forums here (or maybe on reddit) it sounded as though the connector was a Micro JST GH 2Pin 1.25mm, but when I order some of those from Amazon, they did not fit. Can anyone point to the a specific, purchasable link for the correct connector?
Thinking about the above, my guess is that for portable use I may need to plan on putting together an external power charging and monitoring set of devices. Perhaps something like the Adafruit Micro-Lipo USB-C Charger (MCP73833 based), an LC709203F fuel gauge board, an SPDT switch, and MT3608 boost converter module along with 18650 LiPo battery. Thoughts?
-
Hi @scoobysnax
Yes, StampS3 does not have a built-in fuel gauge.
I suggest you make a power supply device yourself, or you can take a look at this new M5StackTimerPWR: https://docs.m5stack.com/en/unit/Unit-TimerPWR
From the official documents and the actual photos, the battery connector of Dial is indeed 1.25mm-2P. I don't understand why the connector you bought is incompatible, or you can take a look at the official power terminal specification: https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/products/core/M5Dial/1.25WT-2P.pdf. -
Hello @scoobysnax
have you tried to push the
WAKE
button when M5Dial is running from battery to power on the device?M5Dial docs are here.
Thanks
Felix