SIGNAL Telegrams
SIGNAL telegrams are used to encode generic system conditions independent of specific sensor functionality of the device. Examples of such system conditions are internal energy level, available ambient energy and backup battery status.
SIGNAL telegrams are identified by having the R-ORG field of the data telegram set to 0xD0. After that, the SIGNAL type (what is reported) is identified by the 1 byte long MID field which is followed by the data corresponding to this SIGNAL type.
The figure below shows the structure of a SIGNAL telegram.
The table below lists common SIGNAL types with their reported data.
MID | Content | Data |
0x06 | Energy status (remaining energy) | 1 byte integer value (expressing %) |
0x0D | Energy delivery of the harvester | 1 byte Enumeration |
0x0E | Radio disabled | Transmitted upon disabling the radio |
0x0F | Radio enabled | Transmitted upon enabling the radio |
0x10 | Backup battery status | 1 byte integer value (expressing %) |