Skip to content

πŸ•β³πŸ“± Blynk IoT based LED-Timer for insulin-meal intervals or other purpose πŸ•β³πŸ“±

License

Notifications You must be signed in to change notification settings

DiaKEM/blynk-led-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DiaKEM injection-meal interval timer

Simple LED-Timer application paired with Blynk IOT.

Description

This small application is a arduino implementation of a simple timer. It allows you to display a timer on a basic LED panel in combination with Blynk IOT. The timer can be simply setted over your Smartphone.

Use Case

This application was created especially for my son with type-1 diabetes. Originally we used our smartphones to set up a timer and wait for injection-meal interval. Because this was very intransparent for him he asked several times when he can start to eat his sweets and get very restless. I hoped that i could make him feel more comfortable by placing a timer he can access and look at. At the end we found out that this was the case.

Setup

Hardware

You will need the following hardware:

Wiring

Software

Configuration

Before you transfer the application to your board please set the following configuration parameter:

#define BLYNK_TEMPLATE_ID           "ENTER_TEMPLATE_ID"
#define BLYNK_DEVICE_NAME           "ENTER_DEVICE_NAME"
#define BLYNK_AUTH_TOKEN            "ENTER_AUTH_TOKEN"


char ssid[] = "ENTER_WLAN_SSID";
char pass[] = "ENTER_WLAN_PASSPHRASE";


Blynk.begin(auth, ssid, pass, "ENTER_BLYNK_URL", "ENTER_BLYNK_PORT_AS_INTEGER");

Blynk

The timer will be controlled over a small Blynk project:

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: khskekec@gmail.com

About

πŸ•β³πŸ“± Blynk IoT based LED-Timer for insulin-meal intervals or other purpose πŸ•β³πŸ“±

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages