3.1 Data Protocol for Remote Sensor Telegram

The following table provides details about the remote sensor data protocol parameters. The Manchester encoding is using a low-to-high transition for a ‘0’ bit and a high-to-low transition for a ‘1’ bit.

Table 3-1. Data Protocol
Protocol Item#Of Data BitsValueDescription
Preamble551Pre-burst for wake-up and synchronization
Start bit10Start bit to indicate data payload
Data payload80x14ID for no valid sensor data
0x19ID for low battery voltage (VCC < 2.2V)
0x64ID for temperature data (-55 to +125°C)
16Signed integerTemperature value (0.1°C resolution)
8ChecksumChecksum of ID and data payload as 2’s complement
Total88Data telegram with Ttx = 11 ms at 8 kbit/s

The remote sensor sends the acknowledgment protocol with the following data:

Table 3-2. Acknowledge Protocol
Protocol Item#Of Data BitsValueDescription
Preamble551Pre-burst for wake-up and synchronization
Start bit10Start bit to indicate data payload
Data payload80x60ID for RSSI data
16IntegerRSSI value (0-255)
8ChecksumChecksum of ID and data payload as 2’s complement
Total88Data telegram with Ttx = 11 ms at 8 kbit/s