Python Forum
download data from glucose meter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
download data from glucose meter
#1
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.
Gary
Reply
#2
Have you sees that there is software for viewing the data?
https://freestylediabetes.co.uk/our-prod...o-software
Reply
#3
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.
Gary
Reply
#4
What format is the data in, can the software assist in exporting the data to a format that you can use in python ?
Reply
#5
does this help
https://github.com/Flameeyes/glucometerutils

or this one?
https://flameeyes.blog/2016/03/21/revers...chapter-1/
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#6
Thank Buran, that is what I was looking for.
Gary
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020