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

0xA8

Use this advanced transmit command to transfer data like they are defined in the RF_Protocols.h.
The length of the data is defined by the used protocol.

Transfer by protocol index

Example:

Direction: host -> EFM8BB1

Hex: AA A8 06 01 D0 F9 32 11 33 55

Data Description
0xAA uart sync init
0xA8 uart command
0x06 data len
0x01 protocol index (Rohrmotor24)
0xD0, 0xF9, 0x32, 0x11, 0x33 40 bit data
0x55 uart sync end
Clone this wiki locally