This shows you the differences between two versions of the page.
|
arduino:rmp3_audio_shield [2012/05/06 02:24] camille |
arduino:rmp3_audio_shield [2012/05/16 19:52] (current) camille |
||
|---|---|---|---|
| Line 22: | Line 22: | ||
| //sync()// is needed to initialize the module and communication. | //sync()// is needed to initialize the module and communication. | ||
| - | Format the the SC card using FAT16 or FAT32, and just to be on the same, name your files without weird characters, whitespace or funky punctuation: //audio_001.mp3// is less problematic across OSes than //annette's rip of Glósóli.mp3// | + | Format the the SD card using FAT16 or FAT32, and just to be on the same, name your files without weird characters, whitespace or funky punctuation: //audio_001.mp3// is less problematic across OSes than //annette's rip of Glósóli.mp3// |
| The default interface is a 9600 bps serial port on pins 6 and 7 of a standard Arduino. The pin selection can be easily changed, as with the serial communication speed. It makes this module very easy to work with any microcontroller that has hardware (or software) serial support, including all Arduinos and event ATtinys. It only needs 2 pins and power supply (Vcc and Ground), so it possible to use with many other shields and/or modules. | The default interface is a 9600 bps serial port on pins 6 and 7 of a standard Arduino. The pin selection can be easily changed, as with the serial communication speed. It makes this module very easy to work with any microcontroller that has hardware (or software) serial support, including all Arduinos and event ATtinys. It only needs 2 pins and power supply (Vcc and Ground), so it possible to use with many other shields and/or modules. | ||