Entries Tagged as 'ATtiny24'

Waveform display on a VGA monitor

January 11th, 2010 · 4 Comments

I remember writing as a kid in the mid ’70s to an electronics magazine well-known in Italy, Nuova Elettronica, asking them to publish the project of a device to display music on a TV like on an oscilloscope. They did not reply but eventually they published the project. I’m not sure I’m the one who [...]

Tags: ATtiny24 · AVR · RGB · STK500 · Uncategorized

XXI century sundial – Now for Arduino also !

February 26th, 2009 · 40 Comments

Update (21/03/09) : now this thing runs on Arduino also, read at bottom.
This is a simple project of a sundial wherein the pinion is replaced by a line LASER I took from a LASER level. The LASER is mounted on a RC servo which in turn is driven by a micro controller. The micro controller [...]

Tags: ATtiny24 · AVR

Infrared remote control receiver for Arduino

December 30th, 2007 · 49 Comments

I developed this infrared remote control decoder for Arduino on my Arduino-compatible STK500 evaluation board for Atmel’s AVRs.
The sketch is pretty much standard C code so porting to non-arduino dev systems is almost immediate.

I actually developed the code in C for a smaller ATtiny24 for a specific project underway thenI adapted it for Arduino and [...]

Tags: ATtiny24 · Arduino · RC5 · STK500