Skip to content
Portisch edited this page Jan 31, 2019 · 7 revisions

0xA6

This is the advanced sniffing mode what is able to decode the defined protocols in RF_Protocols.h.

Activate this advanced sniffing by sending:

Direction: host -> EFM8BB1

Hex: AA A6 55

Data Description
0xAA uart sync init
0xA6 uart command
0x55 uart sync end

Example of a received decoded protocol:

Direction: EFM8BB1 -> host

Hex: AA A6 04 02 32 FA 80 55

Data Description
0xAA uart sync init
0xA6 uart command
0x04 data len
0x02 protocol index (Seamaid_PAR_56_RGB)
0x32, 0xFA, 0x80 24 bit of data
0x55 uart sync end