Tweaking the code

Wednesday, April 18th, 2007

Thanks to Lasse Lambrecht, I can release a new version of the DCF77 code - now you can run it on the ATMega168-based Arduinos.

Arduino DCF77 v0.2 released

Saturday, January 6th, 2007

The sketch for decoding the time radio signal DCF77 is greatly improved: I use interrupts for handling the signal and a backup timer has been added.

Arduino DCF77 radio clock receiver

Sunday, November 5th, 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.