Skip to content

BATTERY_VOLTAGE

theficus edited this page Dec 23, 2021 · 7 revisions

BATTERY_VOLTAGE is used to tell the subscriber what Mousr's battery level is.

These appear to be sent at a rate of 1 per second.

On initial examination, it appears that the second byte contains the battery level percent. It is unknown what the other bytes indicate at this time.

BATTERY_VOLTAGE structure

Byte(s) Data Type Value Note
1 Byte Always 0x62
2 Byte Percent (called "Voltage")
3 Boolean Is charging
4 Boolean Is fully charged
5 Boolean Is auto mode on
6 Boolean Is auto mode active
7-8 UInt16 ??
9-20 Unused

Example (92%?)

0x625c000000002015000000000000000000000000

Clone this wiki locally