About implementing nRF5340 Audio

I am thinking of using the sample source code of nRF5340 Audio to realize LE-Audio on a board created by our company.

I have written the source code of nRF5340 Audio to nRF5340 Audio DK and confirmed that sound comes out of the headset side.

I was unable to confirm that sound comes out of the headset side when I wrote it to the board I created.

The difference between the two boards is:
1. The codec IC is different.
2. I use a module that combines nRF5340 and antenna.
(The module is MDBT53-1M made by Raytac)

As for the codec IC part, I have confirmed the I2S waveform, so I think the change was made without any problems.

Does BLE require special settings?

Also, I would like to be able to debug the part where the source code is written by script with VSCODE, so please tell me how to run it with VSCODE.

For example, to make streamctrl_unicast_client.c a build target in VS Code, you need to add "CONFIG_BT_BAP_UNICAST_CLIENT=y" to the configuration file. I would like to know in detail the settings and values ​​required for operation in VSCODE.

Parents Reply Children
No Data
Related