LED Panel Glucose Monitor
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:
The LED Panel also highlights dangerous parts by colors:
- high / low glucose value
- fast increase / decrease
- old data
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.
- DiaKEM Backend
- CGM-Bridge
You will need the following hardware:
- Arduino compatible board like ESP32
- 32x8 LED-Panel
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:
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:
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
Distributed under the MIT License.
Selcuk Kekec
E-mail: [email protected]