RD_SET_CALI via RADIO, Command 35
OUT
0A
11
35
GRP
ID
ID TO
CRC
CAL0
CAL1
CRC
IN
0A
10
45
GRP
ID
ID TO
CRC
CAL0
CAL1
CRC
This command will set the calibration value of the node via RADIO. This information will be stores in virtual EEPROM in the node. The PC handles the calculations.
The calculation from the PC is done like this:
If the calibration value is 1.81, then the value is split up in two different bytes and stored as 1[CAL0] and 81[CAL1].
If it was –1.81, then the value is split up in two and the individual bytes are 2-complemented (byte=value XOR $FF +1). The individual bytes are then stored 255[CAL0] and 175[CAL1].
All data is stored in decimal value.
Last updated
