The nrf5340 Audio development kit does not play audio from the inserted SD card.

Hello, I'm using the nrf5340 Audio development kit with SDK Manager v2.9.0 and a micro SD card, and when I try to play the audio as indicated in the development example in the documentation, I get the following error:

I've already checked that the audio meets all the necessary specifications and it still won't play

Parents
  • Hello, 

    The return code -13 is -EACCES, which is returned when the software codec is not initialized. I can see some remnants of an error message above your shell command. Does that line or any previous error logs indicate that the SW codec fails to initialize/successfully set up?

    Also, I want to add that the documentation for the SD card playback module is not available until nRF Connect SDK v3.1.0. If possible, please update your SDK to the latest tagged release (currently v3.2.1). By updating you will get the latest version of the SDK and nRF5340 Audio application and you can use our DN later on if you go into production with an LE Audio project. 

    Best regards,

    Maria 

  • Good afternoon, the previous error was to see if it recognized the card, and when I inserted it, it did. I updated the SDK to version 3.1.1 and I'm still getting the same error.

Reply Children
Related