-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Hi all,
I'm using a Sparkfun AssetTracker development kit with MicroMod ESP32 add-on. The deployed device works in a unmanned environment and communicates via MQTT, as per closed issue #34 (thanks Paul!). All is working fine now, I just would implement some diagnostics on the device, to be reported through special MQTT topics (e.g., overtemperature, exhausted battery and so on...).
I ran the example AssetTracker_Example4_MAX17048 which helps extracting a lot of information about battery status. I don't understand how to interpret the above information to exactly establish when the battery is DEAD and MUST be replaced (usually a good indicator would be when charger is ON and the charging current is NEGATIVE).
There are several alerts that can be triggered on the example, I'm trying to figure out which could be applicable to my use case but those are not completely clear to me.
Thanks for everyone could give me any hints.
David