Hi,
I purchased nrf52840 dongle after reading that it supports i2s. www.nordicsemi.com/.../nrf52840
Unfortunately, I am unable to find a single working audio related example or sample. My requirement is very basic, as follows :
1. Rename bluetooth device
2. I should be able to connect the the device as bluetooth module, which will output audio it receives via bluetooth from PC, to external device like DAC or amplifier in I2S format.
I am using nRF Connect SDK v2.4.2, VS code and have installed all the required software and dependencies. However I am unable to build I2S program which is available at
nRF5_SDK_17.1.0_ddde560/examples/peripheral or
/opt/nordic/ncs/v2.4.2/zephyr/samples/bluetooth/broadcast_audio_source
Can anyone guide me if the nrf52840 dongle is a right choice for such project?