VS1053 OGG VORBIS AUDIO RECORDER for Arduino with ATmega 328

It was a long and winding road to get it working properly. Starting with the Audafruit library and the oggRecorder demo, all files written to the SD card were corrupt.

And in the end with a little help of Google search, we can work it out. All you need is the links below.


Es war ein langer und holpriger Weg, es richtig zum Laufen zu bringen. Beginnend mit der Audafruit-Bibliothek und der oggRecorder-Demo waren alle auf die SD-Karte geschriebenen Dateien beschädigt.

Und am Ende, mit ein wenig Hilfe der Google-Suche hatt's dann endlich geklappt. Alles, was Sie brauchen, sind die unten stehenden Links.

 

background image
A0
D11
D12
D13
D10
D9
D8
D3
+
Shield
mic
GND
VCC
Arduino
pinout:
Check if the microphone polarity is correct.
In my case it was wrong soldered and could not work.
The Line input is MONO, and connected to Line2.
But only Line1 is supported, therefor it can not work.
Arduino pinout:
A0 = CS
SDCard chip select pin
D9 = XRESET
VS1053 reset pin
D10 = XCS
VS1053 chip select pin (output)
D8 = XDCS
VS1053 Data/command select pin (output)
D3 = DREQ
VS1053 Data request, ideally an Interrupt pin
D11 = MOSI
SPI serial in pin
D12 = MISO
SPI serial out pin
D13 = SCK
SPI clock pin
D7 = REC_BUTTON (Momentary switch to ground)
Make sure the plugin image "v08k1q05.img" is present on your SDCcard. If not, you'll find it here:
You'll find the Arduino upload file here: