Skip to content
Portisch edited this page Nov 6, 2018 · 5 revisions

0xB1

This command will do a raw bucket sniffing without any decode of the received signal.
Use this data to analyse and to be able to define new protocols in RF_Protocols.h.

Hint

The signal needs a minimum of 3 repeats to be successful decoded.

Example:

Direction: EFM8BB1 -> host

Hex: AA B1 04 03C0 01B8 0BC2 1C70 01011010101001010110101010100110011001011010101023 55

Data Description
0xAA uart sync init
0xB1 uart command
0x04 number of buckets
0x03, 0xC0 Bucket 0 length: 960µs
0x01, 0xB8 Bucket 1 length: 440µs
0x0B, 0xC2 Bucket 2 length: 3010µs
0x1C, 0x70 Bucket 3 length: 7280µs
01011010101001010110101010100110011001011010101023 RF data received (high/low nibbles denote buckets)
0x55 uart sync end
Clone this wiki locally