6. Protocol description
This agreement applies to 60G Communication between the millimeter wave breathing and sleep
detection radar and the host computer.
This protocol briefly introduces the radar workflow, briefly introduces the structure of the interface
protocol, and gives the control commands and data required for the related radar work. The serial port
communication is defined as follows:
Interface level: TTL
Baud rate: 115200 bps
Stop bit: 1
Data bits: 8
Parity: None
7. Communication command and parameter definition
7.1. Frame structure definition and description
A. frame structure definition
B. frame structure description
a. Frame header: 2Byte, fixed at 0X53, 0X59;
b. Control word : 1 Byte
(0x0 1 - heartbeat packet identification, 0x0 2 - product information, 0x0 3 - OTA upgrade, 0x05
- working status, 0x07 - radar detection range information, 0x8 0 - human presence, 0x81 -
breathing detection, 0x84 - sleep monitoring, 0x85 - heart rate monitoring)
c. Command word : 1Byte ( identify the current data content )
d. Length identification : 2Byte, equal to the specific byte length of the data
e. Data: nByte, defined according to the actual function
f. Check code: 1 Byte,
(Check code calculation: frame header + control word + command word + length identifier +
data) After summing, take the lower eight bits)
g. Frame end : 2 Byte, fixed at 0X54, 0X43;