(10/25) Weekly Status Update: Jeffrey

This week I worked on parsing location messages from the wearable device. The wearable device encodes messages slightly different than messages sent by another pi, because messages from the wearable devices are all sent using raw bytes rather than a string converted to bytes. I finalized the protocol we are using to have the wearable device send its location by first having the location message ID followed by its mac address. Then after the mac address comes a number that indicates how many rssi signals were detected followed by the list of mac addresses with a rssi signal value all separated by commas. The hub can successfully receive this message type and parse the message into a usable form.



Leave a Reply

Your email address will not be published. Required fields are marked *