Arduino project to countdown seconds to event date.
##Heads-up The time will restart once powered down. You'll need a battery source (like we did), or install a RTC chip.
#Todos
- {X} add countdown to event in seconds
- {X} add add title above countdown
- {~} add countdown success message. see repo for RTC chip
- { } add button and if statement to reset timer (if countdown complete)
- {X} add RTC chip to check today's date/time for a accurate countdown to event date. see repo for RTC chip
- { } add array of fun random messages to popup every 10secs~
#Ideas
- { } add humidty/tempeture sensor (display surrounding enviroment data) (example)
- { } add wifi chip (display outside tempature, update arduino over network: to solve switch to Thing or Photon board)
Any other suggestions?