If you followed my previous post on how to use the famous Eclipse IDE to program AVR microcontrollers, you may…
Using Google Maps with a Mobile GPS Tracker
Two weeks ago I posted about how to interface an AVR microcontroller to a Telit GM862. You can read it…
avrdude 5.4 for Windows
I had some problems with the avrdude 5.3.1. It complains about reading the fuses properly. Verify error – unable to…
Interfacing an AVR controller to a GPS Mobile Phone
Update: Part II Using Google Maps with a Mobile GPS Tracker is online. My goal is to build a kind…
Using PROGMEM and EEMEM with AVRs
This post will give you a short example how to read and write EEPROM, and how to use flash memory…
Programming AVR with Eclipse and WinAVR
This is a log of what I have done to get Eclipse running with WinAVR on Windows XP. Maybe it’s…