
- on Microcontrollers
- Published in issue 9/2012 on page 54
Arduino on Course (1b)
Part 1b: an Arduino sound player

Up to this point, you have been experimenting with code that can be generated directly out of the Arduino language. Now we proceed with methods of hacking the processor on the Arduino Uno (the ATmega 328) at a low level, aiming to create a block of code that will use sound data coming from a WAV file for storage inside program memory — and playing back of course.