Skip to content

πŸ“ΊπŸ“ˆπŸ•΅πŸ§ΏπŸŒ Watch glucose level during you watch TV πŸŒπŸ§ΏπŸ•΅πŸ“ˆπŸ“Ί

License

Notifications You must be signed in to change notification settings

DiaKEM/cgm-led-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DiaKEM Glucose LED Monitor

LED Panel Glucose Monitor

Description

This project allows to display CGM-Data provided by DiaKEM on a simple LED Panel. The data will be continiously retrieved and prepared to show:

Current glucose value

20220612-011908

Difference to previous measurement

20220612-011917

Elapsed time

20220612-011919

The LED Panel also highlights dangerous parts by colors:

  • high / low glucose value
  • fast increase / decrease
  • old data

Use Case

Most people are using CGM-Sensors to continiously monitor their glucose value and also share this with other friends or family members. This data will be provided over a specific application on the smartphone. Especially parents of children with typ-1 diabetes are forced to permanently check their smartphone because of this. This was the main reason for me to create this solution to be able to check the current glucose value without having to accessmy smartphone 24 hours a day.

Requirements

  • DiaKEM Backend
  • CGM-Bridge

Setup

Hardware

You will need the following hardware:

Wiring

wiring-2 wiring-1

Software

Build and Deploy

This project is based on PlatformIO. The easist way to run PlatformIO is in combination with VSCode. For a detailed tutorial you can check this.

After installing PlatformIO please clone this repository:

$ git clone ....

Now open VSCode and open the project with PlatformIO:

Bildschirmfoto-2022-06-12-um-01-09-54

Now you are ready to set all necessary configuration parameter in src/config.h:

const char *ssid = "MY-WLAN-SSID";
const char *password = "Pa$$w0rd!";

const char *serverName = "https://my-diakem-instance/api/v1/graphql";
String appToken = "MY_APP_TOKEN";

We are ready to build and transfer the application to our ESP32 or other Arduino based board:

Bildschirmfoto-2022-06-12-um-01-13-42

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  • Fork the Project
  • Create your Feature Branch (git checkout -b feature/AmazingFeature)
  • Commit your Changes (git commit -m 'Add some AmazingFeature')
  • Push to the Branch (git push origin feature/AmazingFeature)
  • Open a Pull Request

License

Distributed under the MIT License.

Contact

Selcuk Kekec

E-mail: [email protected]

About

πŸ“ΊπŸ“ˆπŸ•΅πŸ§ΏπŸŒ Watch glucose level during you watch TV πŸŒπŸ§ΏπŸ•΅πŸ“ˆπŸ“Ί

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published