Python Forum
download data from glucose meter - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: download data from glucose meter (/thread-19946.html)



download data from glucose meter - gehrenfeld - Jul-21-2019

I have an Abbott Freestyle Glucose Meter and I want to download the data from the meter. I have the USB data cable but could not find any python code example of how to do it.

As anyone been able to come up some code to do that?

I use Windows 10 as my platform.


RE: download data from glucose meter - Yoriz - Jul-21-2019

Have you sees that there is software for viewing the data?
https://freestylediabetes.co.uk/our-products/software/freestyle-auto-assist-neo-software


RE: download data from glucose meter - gehrenfeld - Jul-21-2019

Yes, I have and I am not a fan of the software. I want to do my own reports. They do not calculate a1c nor is there any way to add comments.

SO looking for a way to download the data and then I will insert it into MySQL.


RE: download data from glucose meter - Yoriz - Jul-21-2019

What format is the data in, can the software assist in exporting the data to a format that you can use in python ?


RE: download data from glucose meter - buran - Jul-22-2019

does this help
https://github.com/Flameeyes/glucometerutils

or this one?
https://flameeyes.blog/2016/03/21/reverse-engineering-the-freestyle-libre-cgm-chapter-1/


RE: download data from glucose meter - gehrenfeld - Jul-22-2019

Thank Buran, that is what I was looking for.