https://github.com/fmalcher/avr-clock
Alarm clock with ATmega16, LCD display, binary output and DCF77
https://github.com/fmalcher/avr-clock
Last synced: 5 months ago
JSON representation
Alarm clock with ATmega16, LCD display, binary output and DCF77
- Host: GitHub
- URL: https://github.com/fmalcher/avr-clock
- Owner: fmalcher
- Created: 2015-08-09T11:02:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T11:06:47.000Z (almost 11 years ago)
- Last Synced: 2025-10-11T19:03:00.700Z (9 months ago)
- Language: Eagle
- Size: 359 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alarm clock with binary output, LCD and DCF77
This project features a working alarm clock with HD44780 compatible display, binary output and DCF77 sync.
It is built using an ATmega16.
Feel free to fork, contribute or ask questions.
## Demonstration
[](https://www.youtube.com/watch?v=sluBzaCNyI8)
## Issues
* Debouncing does not work correctly
* DCF77 implementation could be much more efficient