Communication protocol
Embedded into raw protocol. Used to send single messages to drone or ground station. Used to change settings. Implemented into communication module.
What can it do?
Structure
Defined Messages
Parameter Request
{ "destination": 1,
"type": "settingsparamreq",
"request": "db",
"id": 1234,
"parameters": [ "COMMON", "GROUND", "AIR" ]
}Parameter Response
Settings Request
Settings Response
Settings Change Request
Settings Change Success Message
System Identification Request
System Identification Response
"Calibrate" RC/Joystick
Ping Request
Ping Response
Error Response
ACK Response
Fields
CRC32
Sequence Diagramms

Adding a custom message to the communication module
Last updated