User's Guide
Table Of Contents
- Document related firmware and hardware
- Form factor
- General Specifications
- Interfaces
- Specifications
- Regulatory conformity summary
- Technical Drawing
- GPIOs
- 16 pins connector
- 8 pins connector
- Power supply design
- Board layout
- Antenna performance
- Introduction
- Generic message structure
- Communication protocol
- Encryption (6 bits)
- Message Type (1 bit)
- Simplified Mode
- Message types
- Payload: Simplified Message type
- Message Type advanced
- Encryption Types
- Payload
- Payload [0] PayloadType <4: 0>
- payload [0] PayloadType <7: 5>
- TypeID
- Refresh
- DataWithoutAck
- DataWithAck
- FileTransfer
- Event
- Return
- Get
- Set
- Payload [1]: sub-type <7: 0>
- AckData 0x03
- RoutingTableInfo 0x20
- TableLvl1 0x21
- DebugInfos 0x22
- Settings 0x23
- Rssi 0x24
- MasterID 0x25
- NackInfos 0x2B
- DecryptionError 0x2C
- WrongParameter 0x2D
- Payload [1]: subType <7: 0>
- TypeID 0x00
- Refresh 0x01
- RoutingTableInfo 0x20
- TableLvl1 0x21
- DebugInfos 0x22
- Settings 0x23
- Rssi 0x24
- MasterID 0x25
- 0x23Settings
- MasterID 0x25
- ForceRelay 0x26
- Password 0x26
- ResetMcu 0x28
- CloseDevice 0x29
- United States (FCC)
- OEM labeling requirements
- FCC notices
- FCC-approved antennas
- RF exposure
- CANADA - ISED (Innovation, Science and Economic Development Canada)
- Labeling requirements
- Detachable antenna
- EUROPE (CE)
- Maximum power and frequency specifications
- OEM labeling requirements
- Declarations of conformity
- Antennas
16
Communication protocol
A message sent must begin with 0x24 0x24 and end with 0x0D 0x0A. In addition, it must contain a size,
8 bits checksum, the message type used and the type of encryption used."
Table 1: example of a simplified type of message"
In the example on Table 1, byte[1 & 2] are the sync characters which are alway, whether in simplified or
advanced mode, $$."
byte[3] Length: "
This byte is a computation of the size of the payload the msgType and itself."
byte[4] Msg Type & Encryptio: "
This byte is created by mixing the binary values [MSB 1bits Advanced=1 Simplified=0][LSB 7 bits
Encryption Type]"
Exemple:
Encryption_Type = 0x01;"
Msg_Type = 0x01;"
byte[4] = Msg_Type<<7 + Encryption_Type;"
##byte[4] = 0x81"
Please see MsgType and Encryption type section for more infos.
byte[n-3] Checksum:
The checksum is calculated over payload using and 8 bits exclusive or (XOR) sequence. It is done prior
to encryption and include payload type. "
byte[n-2] & byte [n-1] Ender:
Each message must be terminated by \r\n (0x0D, 0x0A). This allowes both packet end but also
correlation of length on which if both values are not equals, message is discarded."
sync
sync
length
msg type +
encryption
Payload
type
Data
Data
Data
Data
0x24
0x24
0x0F
0x00
0x02
0x41
0x41
0x41
0x41
Data
Data
Data
Data
Data
checksum
Byte termination
Byte termination
0x48
0x45
0x4C
0x4C
0x4F
0x40
0x0D
0x0A










