Hello everyone, I've been developing a board since last year. It's called ESP32-S3 PowerFeather, and it's a dev board with a focus on low power (specifically quiescent current during deep sleep) and extensive power management and monitoring.
I've designed it for solar-powered cellular applications in mind, but I was thinking this community might also be interested in it. From what I understand, there are generally two types of Meshtastic devices: portable/handheld devices and off-grid fixed-location nodes - the second one seems awfully similar to what I designed PowerFeather for.
Here are the features of PowerFeather which I think make it suitable for those applications (off-grid fixed deployments):
- up to 2 A charging
- thermistor input to reduce charge current/stop charging depending on battery temperature
- battery fuel gauge for charge estimation, voltage measurement, time-to-full/time-to-empty estimate, health&cycle count estimation, battery alarms
- I2C-controllable battery charger IC for getting supply/battery current, enable/disable charging, etc.
- firmware-settable MPP voltage to maximize power from solar panel, up to 16.8 V
(full features and other documentation at docs.powerfeather.dev)
There is no support for Meshtastic yet, and I was wondering if there is interest in me adding it.