NOTE: This is an archive of my old blog. Go to http://gonium.net for my current website.

Arduino on Steroids

Posted by md on January 23, 2007

steroids

I just upgraded by little Arduino to the ATMega168 – and basically doubled the memory. But, be warned: This is not a hassle-free procedure if you have not some experience with microcontrollers.

Continue reading…

Arduino DCF77 v0.2 released 14

Posted by md on January 06, 2007

4:57 nixietube clock

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.

Continue reading…

Arduino Timer Interrupt

Posted by md on December 23, 2006

Continuing my interrupt experiments, I wrote a little sketch to print the seconds since startup to serial. But: Something is wrong…
Continue reading…