- #1
DaveC426913
Gold Member
- 22,986
- 6,661
- TL;DR Summary
- I want to make a countdown clock that doesn't need maintenance to reset it every year.
I want to (try to) build a "Countdown to Launch Day" clock for my sailing club. Ideally, it should require no maintenance (meaning, once I'm gone, it will keep working). Even as my right brain was thinking how cool it will be, my left brain started counting the ways it would be problematic:
*if it were Arduino-powered - which I suspect might be the only viable option - does that have everything I need? Notably, a small display screen and a web connection so it can keep its clock in sync after power-reset?
- Launch Day is always the last Friday of April, so not always the same every year (but abides by the 28 year perpetual calendar).
- If it were a web page, it would be trivial, but I want a gadget - that sits on a shelf.
- It would be super cool if it were electro-mechanical in nature (like an electric clock is) - as distinct from electronic, such as an Arduino*.
- With the exception of a backup battery, I don't know how it would survive the occasional unplugging and loss of time sync.
- With the exception of a Wifi connection, I don't know how it could recalibrate itself if/when it does get unplugged.
*if it were Arduino-powered - which I suspect might be the only viable option - does that have everything I need? Notably, a small display screen and a web connection so it can keep its clock in sync after power-reset?