nRF5340 Audio DK as both LE audio and BLE transfers

Hi,

We are currently working with the nRF5340 Audio DK board and aim to implement Bluetooth Low Energy (BLE) message transmission alongside the existing LE audio transmission feature.

To achieve this, we are integrating the broadcast_source (nRF5340 Audio application) with the peripheral_uart (Bluetooth sample) and the broadcast_sink (nRF5340 Audio application) with the central_uart (Bluetooth sample). Despite completing all configurations and code integration, we are facing issues with central-to-peripheral Bluetooth message transfers not functioning as expected.

Do you have any suggestions for addressing this issue, or is there a more effective approach to implementing Bluetooth alongside the existing LE audio configurations?

Regards,

Virat

Parents Reply
  • Hi,

    The second error is complaining about not finding invn/soniclib/soniclib.h. In order for this to be found, the root folder that is refered to here must be in the include path. meadning you must have the folder where invn is located in the include path, which is broadcast_source. So try to add an additional line in your CMakeLists.txt that add it. The first error is of the same type with the same fix.

Children
Related