Habit tracking with Evernote

Set up

Evernote

Evernote is an app designed for note taking, organizing, task management, and archiving. We want to log all the times we remembered to do something, like drinking water or taking medication. To do this

icon

Integromat

Integromat lets you connect apps and automate workflows. We'll use it to write time-stamps to Evernote when the webhook is triggered by a python code.

To configure this:

icon
icon

icon
icon

icon
icon

Python code

Reads from Arduino's Serial port for the push button's state. If pushed, the code triggers the Integromat webhook that writes to Evernote.

Arduino

Sets up the push button and LED display.

Final Evernote

icon




A previous version of the same project uses Python's tkinter and Bolt's WiFi module.