https://github.com/simonprickett/arduino-task-tracker
Arduino Task Tracker using LED arcade buttons.
https://github.com/simonprickett/arduino-task-tracker
arcade-button arduino c iot led
Last synced: about 2 months ago
JSON representation
Arduino Task Tracker using LED arcade buttons.
- Host: GitHub
- URL: https://github.com/simonprickett/arduino-task-tracker
- Owner: simonprickett
- License: mit
- Created: 2018-12-06T06:23:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-01T06:55:42.000Z (over 7 years ago)
- Last Synced: 2025-04-03T21:34:13.665Z (about 1 year ago)
- Topics: arcade-button, arduino, c, iot, led
- Language: C++
- Homepage: https://simonprickett.dev/
- Size: 1.18 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arduino Task Tracker
An Arduino powered Task Tracker using LED arcade buttons. Keeps track of a daily task such as brushing your teeth over the course of one week. If you want a much cooler version that tracks a whole year, check out [Simone's Every Day Calendar Kickstarter](https://www.kickstarter.com/projects/simonegiertz/the-every-day-calendar).
This uses 8 LED arcade buttons from Adafruit, an Arduino Uno and the C code in this repo. The seven green buttons are wired up to the digital pins on the Arduino. The red button is wired direct to the reset pins and reboots the Arduino when pressed.
Here's a video of it working...
[](https://www.youtube.com/watch?v=BcS5LLRLeBo)
You can also read a more complete build description [over on Medium](https://medium.com/@simon_prickett/building-a-task-tracker-with-arduino-and-led-arcade-buttons-6d9c7a2f5243).
This makes use of the [Bounce 2 button debouncing library](http://thomasfredericks.github.io/Bounce2/files/index.html) for Arduino.
The code is intentionally simpler than perhaps it could be, as the target audience was my 7 year old son.