Cluster 0x80
→ Broadcast 0xbf
The cluster will periodically broadcast the current speed, and rpm, while the bus is active.
80 05 BF 18 1A 0E 22
Fixed length. 3 data bytes.
Parameter | Index | Length | Type | Note |
---|---|---|---|---|
Speed | 0 |
1 |
Integer | multiply by 2 (1A = 26, real speed is 26*2 = 52 km/h) |
RPM | 1 |
1 |
Integer | multiply by 100 (0E = 14, real rpm is 14*100 = 1400 rpm) |
TODO : add information about the Speed sensor
This value is a whole number (i.e. 26) to be multiplied by 2 to get the real speed value.
TODO : add information about the RPM sensor
This value is a whole number (i.e. 14) to be multiplied by 100 to get the real rpm value. I did not find any way to get a more precise rpm number.
# Example Speed/RPM Frame 1
80 06 BF 19 17 37 00 00
Property | Speed | RPM | NA |
---|---|---|---|
Data | 17 |
37 |
00 |
Value | 46 km/h | 5500 rpm | -- |
TODO : find descriptive uses cases
TODO : add information about check control