Product Info

Read Block Command
Takes a single uint8 type argument designating the Block to read. Returns a data payload equal
in bytes to the ‘Data Bytes per Block’ value returned by the Info command.
Ex:
TX ->
0x01 - Endian
0x52 - Command (Read)
Args… - uint8 value for the sequential block number to read.
RX <-
0x52 - Command (Read)
0x00 - Error (success)
0x04 - Block Number (4)
Unlock Command
Takes a 16 byte argument that must be the calculated challenge response. All commands
except the Info command require Unlock Level 1! Current prototypes do not check the
response code so you can send any sequence of bytes, for now.
Ex:
TX ->
0x01 - Endian
0x55 - Command (Unlock)
0x00 - 16 byte challenge response
….
0x0F
RX <-
0x55 - Command (Unlock)
0x00 - Error (success)
Silence Command
Takes a single uint16 type argument representing the time in seconds the radio should be
oine. Passing in a value of 0 will have no eect.
Ex:
TX ->
0x01 - Endian
0x53 - Command (Silence)
0x01 - Silence time (0x012C = 300 seconds)
0x2C
RX <-
0x53 - Command (Silence)
0x00 - Error (success)
Halt Command
Takes no arguments. Issuing the Halt command will cause the E2ES to enter Idle mode. Data
will not be logged and the Radio interface will be down.
Ex:
TX ->
0x01 - Endian
0x48 - Command (Halt)
RX <-
0x48 - Command (Halt)
0x00 - Error (success)
© 2018 End2End Sensors LLC, ALL RIGHTS RESERVED
© 2018 End2End Sensors LLC, ALL RIGHTS RESERVED