Hello!
I am currently working on utilizing the Thingy53 as a Bluetooth Audio Broadcast Source. I have so far successfully developed an application that utilizes the DMIC interface on the Thingy53 to transmit audio over USB. While this USB functionality is functioning as intended, I am now attempting to achieve the same audio transmission over a Bluetooth connection instead, rather than a USB connection.
I am referencing the 'samples/bluetooth/broadcast_audio_source' code, which is serving as a helpful starting point for Thingy53 development. I've come across a challenge, however, since the repository is designed specifically for the nrf5340dk board, not the Thingy53. Because of this, I am not sure where to start porting the code to suit the Thingy53.
Any assistance, advice, or pointers on implementing this Bluetooth functionality would be greatly appreciated!