arduino
Saving Memory on the Arduino using PROGMEM
deece — Sat, 12/12/2009 - 12:14pm
Getting stuck into my LED matrix project, I soon ran into memory problems on the Arduino.
It turns out you can stick constant data into program memory using the PROGMEM directive, with macros provided to get it back out without having to have everything residing in RAM simultaneously.
There is a good tutorial on how to use it on the AVRFreaks forums.
Bit Twiddling Hacks
deece — Fri, 11/12/2009 - 6:24am
I came across this site with a bunch of pre-canned recipes for bit manipulation: http://graphics.stanford.edu/~seander/bithacks.html
Developing for the Arduino in Eclipse
deece — Mon, 07/12/2009 - 7:46pm
Love the Arduino but hate the minimal IDE it provides?
http://www.arduino.cc/playground/Code/Eclipse shows you how to develop for the Arduino in Eclipse.
Arduino Powered Orbit CD Duplicator
deece — Mon, 30/11/2009 - 7:32am
I completed this project a while ago, but I thought I'd better write it up anyway.
A few years ago, I bought a CD duplicator cheaply at an auction, with the intent of upgrading it to a DVD drive. Since then, it had been collecting dust, until I got motivated enough to do something about it.
I decided to convert it into an autoloading DVD burner, using an Arduino. Read on at my blog for information on how I did it: http://alastair.d-silva.org/orbit-cd-duplicator-rebuild .
