Cubecell_LoRa_APRS_Tracker
Cubecell_LoRa_APRS_Tracker copied to clipboard
Optimize Energy Management
trafficstars
Just did a few Measurements with the actual Firmware: Current was measured in between Battery and the Cubecell Board without USB Power.
- LCD on, GPS: on: 50-63mA
- LCD on, GPS off: 17.9mA
- LCD and GPS off: 11.27mA
- LCD, GPS and Radio off, CPU Sleepmode : 11.17 mA
As there is no On/Off switch on the Device itself, we have to fully rely on the Sleepmode for Standby use.
The advertised 21uA from the Datasheet is not nearly reached, so the Battery gets drained fast.

Found the missing piece.. with https://github.com/dj1an/Cubecell_LoRa_APRS_Tracker/commit/d469cacb4cd4dc6e7c0299b997047383ecdebfe3 the sleep current is now down to 448uA. Not exactly as advertised, but going in the right direction ;)