nrf52840 dongle audio

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?

Parents Reply
  • Hi Mayuresh,

    MayureshV said:
    Here it says nrf52840 supports I2S. Does this dongle supports any other (non-LE) type of audio which I make use of? 

    The reason for LE Audio not being supported on nRF52840 is that LE Audio has a high CPU requirement. This is the reason we recommend nRF5340 for LE Audio because of its dedicated network core. Wired audio is supported through PDM or I2S for nRF52840. 

    MayureshV said:
    The nRF52840 is fully multiprotocol capable with full protocol concurrency. It has protocol support for Bluetooth LE, 

    It has support for Bluetooth LE, but as I wrote above, it is not recommended for LE Audio development.

    MayureshV said:
    It has numerous digital peripherals and interfaces such as high speed SPI and QSPI for interfacing to external flash and displays, PDM and I2S for digital microphones and audio,

    Audio does not mean LE Audio. In our documentation "LE Audio" is used about Bluetooth LE Audio and "audio" can mean audio from a local file or over a wired connection.

    BR,

    Maria

Children
Related