Support for NRF52xxx in the MP3_Decoder #441
Replies: 3 comments 1 reply
-
The NRF52xx are Bluetooth modules, right? The BT integrated in the ESP32 only works properly with a sample rate of 44100Hz. Can you also use other sample rates, e.g. 48000 or 22050 with NRF52? |
Beta Was this translation helpful? Give feedback.
-
Yes, different rates are supported. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your feedback. Then I'll get a NRF51822, there are 2 on Amazon for 10€, that's affordable, and will experiment with it. I have your sample code as a template :-)) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I was able to add support for NRF52xxx to the decoder which is simply:
malloc
I've put mine here, it would be interesting if the mp3_decoder.* can somewhat be kept in sync (maybe a different repo?)
Beta Was this translation helpful? Give feedback.
All reactions