0

Can uncompressed MP3 audio data be sent from Arduino board, by SPI, to Adafruit Music Maker shield instead of from the SD card on the Music Maker?

Instead of using SD card on Music Maker board, I want to send the compressed MP3 data from a Particle Photon board on the Particle shield shield, by SPI, to the VS1053B codec chip on Music Maker board, and then to amplifier for speakers.

Particle Shield Shield is attached to Particle Photon board, which has STM32F205RGY6 120Mhz ARM Cortex M3.

Particle Photon board uses its WiFi to receive uncompressed MP3.

asked Aug 22, 2016 at 14:01
2
  • There's no such thing as "uncompressed MP3". MP3 is compressed. What format are you really sending? Raw 16-bit signed samples? Commented Aug 22, 2016 at 15:29
  • Majenko: You are correct -- pardon my redundancy. The MP3 data will come from an iPhone's music library, by WiFi to the Arduino (probably Adafruit Feather M0) Commented Aug 22, 2016 at 16:17

1 Answer 1

1

As far as I can see the SD card on the shield isn't read by the VS1053 directly, but by the arduino, which sends it to the VS1053.

So as far as I can see, you should be able to do what you want.

answered Aug 22, 2016 at 14:15

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.