Search found 3 matches
- Sun 2014-09-21 22:39
- Forum: Microcontroller Software
- Topic: Problems with ogg recording on VS1053B
- Replies: 7
- Views: 5246
Re: Problems with ogg recording on VS1053B
Panu, It works as far as it's written. Power it up and it will write the ogg data to an SD card but that's about it. It's just a mix of your generic microcontroller code with the fsfat PIC24 example ( http://elm-chan.org/fsw/ff/00index_e.html ). It's not nearly complete yet, it still needs lots of w...
- Sun 2014-09-21 0:36
- Forum: Microcontroller Software
- Topic: Problems with ogg recording on VS1053B
- Replies: 7
- Views: 5246
Re: Problems with ogg recording on VS1053B
Panu,
Thank you for your time, I've just managed to get it working it was my mistake! It appears that XDCS was not being driven properly by the MCU. Since it's not required for the design I've pulled it up with 100k and everything is now fine.
Thank you
Arran Holmes
Thank you for your time, I've just managed to get it working it was my mistake! It appears that XDCS was not being driven properly by the MCU. Since it's not required for the design I've pulled it up with 100k and everything is now fine.
Thank you
Arran Holmes
- Wed 2014-09-17 13:54
- Forum: Microcontroller Software
- Topic: Problems with ogg recording on VS1053B
- Replies: 7
- Views: 5246
Problems with ogg recording on VS1053B
All, I am trying to design a simple compact system that will record to SD when power is applied and stop when power is removed, with high quality audio but long recording times. I am having problems recording ogg using a vs1053b to an SD card using a PIC24. Im using the FSFAT library. The VS1053b is...