glucometer-protocols
glucometer-protocols copied to clipboard
Freestyle Libre NFC reading in Swift (help!)
Hi! I am a Medical Doctor and Data Scientist, currently developing a mobile app for researching with diabetic patients.
I wanted to know if somebody would help me with a technical challange: reading the Libre sensor data using Swift.
For now, I have already established connection with the sensor using the NFC core NFCTagReaderSession class. Also, I have pulled data successfully using ReadSingleBlock function. The device sends 8 bytes in a Data object and is not UTF8 encoded... so I am having problems to decode those bytes.
I would really appreciate if someone could help me :)
Thank you already!