Setting up Speaker through the headphone jack on nRF5340 Audio DK

Hey, I'm pretty new to Nordic Development. I am working on nRF5340 Audio DK development board right now and I was trying to create a bluetooth speaker kinda setup using the development board. I'm writing all the code right from scratch and I have already completed the part of connecting the development board to my mobile device via bluetooth. I want to be able to stream audio data from my mobile to the speaker which is connected to the Headphone Jack provided in the audio dk. As far as I've read (please correct me if I'm wrong), the builtin headphone jack is connected to the Cirrus Logic DSP provided in the board. I couldn't find much documentation for working with the DSP and also the LC3 codec provided. Pease guide me through the procedure of setting up the speaker connected to headphone jack so i can stream music over my mobile phone.

Parents
No Data
Reply
  • Yeah, I was facing issues with configuring the audio application provided with the nrf5340 audio dk, so I just thought of building one from scratch myself stripping down the necessary functions which are useful for me. What approach do you think would be the best then? modifying the existing codebase examples? if yes, can you please suggest me some examples which could be good for referring?

    I was also trying to setup I2S and couldn't find any useful examples for it.

Children
  • Hello,

    Thank you ace.johnny for sharing your experience.

    I recommend that you start with the nRF5340 Audio application to start with a working application. The application is complex because there are time sensitive components throughout.

    SohamGhugare said:
    I was facing issues with configuring the audio application provided with the nrf5340 audio dk,

    If you can share a bit more about which issues you faced, we'll be able to help you to figure out a solution.

    When you tried out the Audio application, did you follow the building and running instructions in the documentation?

    Best regards,

    Maria

Related