Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmalcher/avr-clock
Alarm clock with ATmega16, LCD display, binary output and DCF77
https://github.com/fmalcher/avr-clock
Last synced: 25 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-09T11:06:47.000Z (over 9 years ago)
- Last Synced: 2024-10-06T06:20:16.393Z (about 2 months ago)
- Language: Eagle
- Size: 359 KB
- Stars: 0
- Watchers: 2
- 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
[![Bau einer Binäruhr](https://img.youtube.com/vi/sluBzaCNyI8/0.jpg)](https://www.youtube.com/watch?v=sluBzaCNyI8)
## Issues
* Debouncing does not work correctly
* DCF77 implementation could be much more efficient