Arduino

TwitterFacebook
Get flash to fully experience Pearltrees
AVR

Watchdog and Sleep functions This example shows how to make use of the Watchdog and Sleep functions provided by the ATMEGA 168 chip . These functions are useful if you want to build low power consuming devices operated by battery or solar power.

Lab3 - Laboratory for Experimental Computer Science

http://interface.khm.de/index.php/lab/experiments/sleep_watchdog_battery/
http://gonium.net/md/2006/11/05/arduino-dcf77-radio-clock-receiver/index.html 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.

Blog Archive » Arduino DCF77 radio clock receiver

Blog Archive » Tweaking the code

Posted by md on April 18, 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. The ATMega8 differs slightly from the ATMega48/88/168-series: The latter chips have an extended Timer2-hardware and therefore need different initializations. http://gonium.net/md/2007/04/18/tweaking-the-code/index.html

Teensy USB Development Board

The Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects . All programming is done via the USB port. No special programmer is needed, only a standard "Mini-B" USB cable and a PC or Macintosh with a USB port. http://www.pjrc.com/teensy/
I was working in the lab, late one night, when my eyes behold an eerie sight... Yes, Halloween is a long time ago, but that stupid song is still stuck in my head . I miss Halloween. I never got to post up pictures of my skeleton running off IXM 's. :-) Anyway, I was browsing the Arduino forums and saw this cool post about DuinOS , a real-time embedded "operating system" for the Arduino. DuinOS by RobotGroup It's a simple little realtime OS (RTOS) built by the guys at RobotGroup (hello!)

4 Operating Systems for the Arduino

http://antipastohw.blogspot.com/2009/11/4-operating-systems-for-arduino.html

Blog Archive » Arduino DCF77 v0.2 released

http://gonium.net/md/2007/01/06/arduino-dcf77-v02-released/index.html Posted by md on January 06, 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. Note that there is no interface at the moment, the time is simply put to the serial line. But it should be easy to add a display to show the time. The sketch eats roughly 6000 bytes of memory – if you want to add a user interface, you should consider buying a 16 kb Arduino ;-)

AVR-Tutorial: Interrupts

http://www.mikrocontroller.net/articles/AVR-Tutorial:_Interrupts [ Bearbeiten ] Definition Bei bestimmten Ereignissen in Prozessoren wird ein sogenannter Interrupt ausgelöst. Interrupts machen es möglich, beim Eintreten eines Ereignisses sofort informiert zu werden, ohne permanent irgendeinen Status abzufragen, was teure Rechenzeit kosten würde. Dabei wird das Programm unterbrochen und ein Unterprogramm aufgerufen. Wenn dieses beendet ist, läuft das Hauptprogramm ganz normal weiter.
Dieses Tutorial soll den Einstieg in die Programmierung von Atmel AVR -Mikrocontrollern in der Programmiersprache C mit dem freien C-Compiler avr-gcc aus der GNU Compiler Collection (GCC) erleichtern. Vorausgesetzt werden Grundkenntnisse der Programmiersprache C. Diese Kenntnisse kann man sich online erarbeiten, z. B. mit dem C Tutorial von Helmut Schellong ( Liste von C-Tutorials ).

AVR-GCC-Tutorial

http://www.mikrocontroller.net/articles/AVR-GCC-Tutorial#Programmieren_mit_Interrupts

Arduino timer interrupt

This is a total shot in the dark, but when you do this: is it possible that other bits are already set in TCCR2? http://arduino.cc/forum/index.php/topic,37875.0.html
1-wire

DIY Hardware

Pretty Microcontroller development environment, available at a reasonable cost. by cheasy Mar 16