-
Notifications
You must be signed in to change notification settings - Fork 124
0xA6
Portisch edited this page Jan 31, 2019
·
7 revisions
This is the advanced sniffing mode what is able to decode the defined protocols in RF_Protocols.h.
Hex: AA A6 55
Data | Description |
---|---|
0xAA |
uart sync init |
0xA6 |
uart command |
0x55 |
uart sync end |
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 |