Back in March I published my first instructable called Programmable LED. The idea was simple, have a device that is able to record and play back light sequences. Light sequences are recorded with an LDR, a light dependent resistor and played back with an LED.
After a while some users at Instructables began to rebuild, modify [...]
Entries Tagged as 'avr'
Programmable LED gallery
November 28th, 2007 · 5 Comments · avr, instructable, led
Tags:
Tengu clone update
November 10th, 2007 · 6 Comments · avr, led, sound
I just finished the tengu clone on a prototype board. Here are some pictures.
Tags:
DIY Tengu on a breadboard
October 22nd, 2007 · 53 Comments · avr, led, sound
When I first saw Crispin Jones Tengu, I was sure, I must have one. If you don’t know tengu and don’t want to follow the link, it’s a small face, made of LEDs, that reacts to music and sound.
It did not take long until I decided to clone this funny little device. All it needs [...]
Tags:
Programming AVR with a MacBook
September 29th, 2007 · 16 Comments · avr
I recently switched from Windows to OS X. I bought a MacBook and I already love it.
The downside is, that I have to build up the complete environment to program AVR microcontrollers again.
This is a write up of things to install and confiure to get the tool chain up and running.
Tags:
Firmware for the GPS tracking device
August 8th, 2007 · 16 Comments · avr, gps, gsm
After some trouble with my SMS sending routine I am finally able to show some working code.
Features so far
Displays menu via serial port if attached to PC
Can run unattended or interactively for debugging
Fetches GPS positions and sends them via SMS every two minutes
If the circuit is powered on, the following sequence will be executed:
Boot up, [...]
Tags:
Using Google Maps with a Mobile GPS Tracker
July 28th, 2007 · 40 Comments · avr, gps, gsm
Two weeks ago I posted about how to interface an AVR microcontroller to a Telit GM862. You can read it here: Interfacing an AVR controller to a GPS Mobile Phone.
That post got listed on Hack-A-Day, Engadet and Makezine among many others! w00t! Thanks for posting and reading it, I really appreciate it.
This post will show [...]
Tags:
Interfacing an AVR controller to a GPS Mobile Phone
July 13th, 2007 · 107 Comments · avr, gps, gsm
Update: Part II Using Google Maps with a Mobile GPS Tracker is online.
My goal is to build a kind of a mobile tracker. There are many different use cases you can think of but one of the obvious is a device, that is able to report where it is. This device can be [...]
Tags:
Using PROGMEM and EEMEM with AVRs
June 16th, 2007 · 1 Comment · avr, winavr
This post will give you a short example how to read and write EEPROM, and how to use flash memory as storage.
When you are jumping into programming microcontrollers many things are new and uncommon. At least to me as I used to develop in Java. This snippet may save you some time when you start [...]
Tags:
Cheap Sound Sensor for AVR
May 20th, 2007 · 63 Comments · avr, sensor, sound
I searched the web for a cheap method to let the ATmega respond to sound. My knowledge in analog circuits is very limited, but what I do remember, is that you can not attach a electret mircophone to a controller pin. The signal of the microphone is just too small and has to be amplified. [...]
Tags:
Synchronizing Fireflies
May 11th, 2007 · 19 Comments · avr, instructable, led, simulation
I was always fascinated by the emergence of patterns. One I like most is the synchronization of hundreds or thousands of fireflies. First they flash randomly but after some time and influencing each other, they flash in sync.
The rule behind this is very simple. All fireflies have nearly the same frequency for their flashing, but [...]
Tags:
