Wireless Communication Message Format
-
I'm currently working on a reasearch project involving MySensors, and I was curious as to what the message format of the wireless communications are. I can see what the serial communications are, according to the API documentation. However, is this the same format messages which are sent by the radios themselves?
node-id;child-sensor-id;message-type;ack;sub-type;payload
-
Nevermind! I finally dug up Nordic's documentation on the nRF240l+ radio, and found their "ShockBurst" header format on page 25 of their product specification.
-
Look at the MyMessage.h, it contains the struct that is sent OTA.