Giter Site home page Giter Site logo

m5-minimed-monitor's Introduction

M5Stack Minimed Monitor

This is an application for the M5Stack Core2 device. It implements a remote monitor for the Medtronic Minimed 770G/780G insulin pump system to be used by caregivers of a Type-1 Diabetes patient wearing the pump.

Fits in nicely on your bedside table or on a shelf in the living room and lets you see all important pump and sensor data at a glance whenever you need it.

m5-minimed-monitor

System architecture

This project leverages the Cloud infrastructure provided by Medtronic. The picture below summarizes the architecture of the data communication path.

The data acquired by the insulin pump is transmitted periodically to the patients phone running the Minimed Mobile app which works as a Cloud gateway. It forwards the data to the Carelink Cloud. A phone with the Carelink Connect app can then pull the data from the Cloud and display it.

The M5Stack Minimed Monitor replaces the last piece in this communication chain. So it interfaces with the Carelink Cloud REST API (2) to receive the patients data and displays it on the M5Stack Core2s screen. It can be used in addition to the phone with Carelink Connect app.

Since the M5Stack Core2 device has built-in Bluetooth capability, it is theoretically possible to pull the data directly from the pump via the BLE link (1). But the communication protocol for this is yet unknown and there is no open implementation for it.

minimed 780g comms

Features

The M5Stack Minimed Monitor basically implements a clone of the Minimed 770G/780G insulin pump monitor screen (plus some additional info). It reports the following status information in real time:

  • Latest glucose level and trend

  • Pump battery charge

  • Insulin reservoir level

  • Sensor connection state

  • Time to next calibration

  • Sensor age

  • Active insulin

  • Pump banner state

A second screen displays the "Time in range" statistics.

A third screen will display the glucose data history graph (to do).

Other features:

  • Pump alarm handling (with sound and text notification)
  • Device configuration via Wifi AP

Project Status

This is a developer version, with some pieces still under construction. However I am using it on a daily basis and the functionality already implemented works reliably for me. The device runs for days and weeks without issues, reporting continuously all available data from the pump.

The main drawback, at the moment, is that the Carelink Python Client, which is responsible for downloading the Minimed pump and sensor data from the Carelink Cloud server, is not yet integrated into the Core2 device as this requires a porting of the client code to Micro Python. Therefore I have an external carelink_client_proxy running on a separate device which is on 24h a day and provides the data to the Core2 in the LAN via a very simple REST API. While setting this up should not be a big deal for experienced developers, I understand that it is not really "user friendly". And it prevents you from taking the monitoring device with you when travelling (well, you can do it but it will obviously not work).

Any contributions are welcome to overcome these shortcomings.

Todo list

  • History graph for recent glucose data
  • Integration of Carelink client (maybe)

Installation

The M5Stack Minimed Monitor is a Micro Python application. Therefore you need to install Micro Python support on the Core2. This is done by flashing the UIFLOW (Core2) firmware using the M5Burner application. For details see the M5Stack documentation (chapter "Firmware burning").

Note: don't use any UIFLOW firmware version newer than 1.9.7 as some fonts which M5Stack Minimed Monitor needs have been removed in the later versions.

After booting the device with the UIFLOW firmware you have to select "USB mode" from the "Flow" menu.

Then you can load and run the application minimed-mon.py on the Core2 using your favorite Python editor with Micro Python support. I have made good experience with the Thonny editor. But VS Code with the M5Stack plugin should also work.

Note that you also have to transfer the res/ folder containing all the needed image files to the Core2 flash memory.

To run the application automatically at startup, place the Python file minimed-mon.py in the apps/ folder of the Core2 flash memory. On the next restart of the Core2 choose this file from the "App" menu and choose "Run". You might have to reset the Core2 after that.

Configuration

Before using the M5 Minimed Monitor, there are basically 3 items which need to be configured:

  • Credentials of your Wifi network
  • An NTP server address and your time zone
  • The network address of the Carelink proxy

When starting the M5 Minimed Monitor for the first time (or if Wifi connection cannot be established with the current configuration), it will automatically switch into Access Point (configuration) mode and prompt you to connect to the Wifi network "M5_MINIMED_MON" (password is 123456789) with your mobile phone or a PC. Then you can connect to the configuration Web UI at http://192.168.4.1

confg webgui

Once you have finished the configuration, it will be saved on the Core2s flash memory and the M5 Minimed Monitor will reboot. If everything went well, it starts displaying the pump data after reboot.

The active configuration data can be displayed on screen #3 of the Core2, accessible via its bottom right button. On the same screen the configuration can be reset via the "Reset config" button. This will clear the configuration parameters on the flash memory and restart the Core2 in configuration mode.

Minimed Monitor for PC

There is also an experimental version of the Minimed Monitor which runs on a PC. It has the same code base as the M5 Stack version plus some wrapper functions for the M5 Stack specific graphics API. This is very handy for testing new features and running the program directly on your desktop.

pc-minimed-monitor

To run this program you need Python 3 installed on your PC. You can start the program from the console typing the following command:

$ python3 minimed-mon-pc.py

Be sure to modify the following lines in minimed-mon-pc.py with the IP address where your Carelink Python Client is running:

proxyaddr = "0.0.0.0" # Replace with your Carelink Python Client IP address
proxyport = 8081 

Disclaimer

This project is not associated to or endorsed by Medtronic. If you decide to use the M5Stack Minimed Monitor then you do this entirely at your own risk. I am not reliable for any damage it might cause.

m5-minimed-monitor's People

Contributors

ondrej1024 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

m5-minimed-monitor's Issues

missing mm_banner_delivery_suspend.png

first of all, great work! been trying to install the script on my m5, but ran into the issue that mm_banner_delivery_suspend.png was not in the RES folder. I added a bogus one myself to see if the app loads on my m5, and unfortunately it does not load further. I will troubleshoot why not, but could. you please add the mentioned image?
After adding mm_banner_delivery_suspend.png and the icon_mmm.png to the res folder, it did make the PC version work.

M5STACK-minimed-monitor

Hi, I am trying to implement in v Code and I am stuck, could you do a little tutorial on how to implement it ?. If you do not mind.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.