For my DCF77 clock project, I need an understanding of handling interrupts with the ATMega8 chip – here’s my sketch.
Continue reading…
Handling external Interrupts with Arduino 10
Posted by md
on December 20, 2006
Webmontag Talk: Hardware Hacking mit Arduino
Posted by md
on November 19, 2006
Arduino wird morgen mein Thema sein. Die Slideshow gibt es schonmal vorab.
Arduino DCF77 radio clock receiver 24
Posted by md
on November 05, 2006
As a first sketch, I developed a little DCF77 library for the arduino. The DCF77 sender broadcasts the exact time in Germany. It uses a binary format which needs to be decoded – which is exactly what the library does.