This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Audio transmission from microphone to smartdevice using nRF52840

Hi there. I am working on an application where i need to transfer audio signal from a microphone connected to the nRF52840 to a smartphone. Are there any working examples demonstrating this? Or is it totally impossible to do on this BLE module?

Parents Reply
  • Alright, I don't know that much about smartphone app development so I can't help much there, but both Android and iOS should have comprehensive guides on how to develop BLE apps. 

    I suggest you use a custom service, but the Nordic UART Service can get you up and running the fastest. There are probably several open-source projects that have built smartphone apps based on the NUS. 

    See the /examples/ble_peripheral/ble_app_uart. 

    What kind of throughput do you need? 

Children
Related