...
There can be more than one DATA_LABEL@DATA_VALUE
pairs, however, the maximum PU_MSG length must not exceed 16 bytes/characters.
Data label | Description | Unit | Example |
---|---|---|---|
0 | Reserved | ||
1 | Internal retry counters: msg_count,retry_count | - | 42,7 for msg number 42 since powerup, and transmission this is the 7th try to upload it |
2 | Battery remaining in % | % | 42 for 42% battery remaining |
2
Battery voltage in 1/10 V
362 for 36,2 Volt
3 | Battery total capacity in 1/10 Ah | 1/10 Ah | 135 for 13,5 Ah max. battery capacity |
4 | AssistLvl | Step | |
5 | BattRange | 1/10 km | |
6 | LightState | Binary | |
7 | Speed | 1/10 km/h | |
8 | Odometer | 1/10 km | |
9 | Trip | 1/10 km |
After the PU_MSG has been sent the telemetry device should await the PU_ACK message (see the AT protocol section above) and determine if the message should be resent after a timeout.
...