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: 5 months ago
JSON representation

Alarm clock with ATmega16, LCD display, binary output and DCF77

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