I'm sampling from the SAADC with a microphone attached and need to send the sampled data over ble to devices, and I want the devices to recognize the data as being a audio source. Is there example code somewhere which does something similar?
Thanks
I'm sampling from the SAADC with a microphone attached and need to send the sampled data over ble to devices, and I want the devices to recognize the data as being a audio source. Is there example code somewhere which does something similar?
Thanks
Hi, there isn't really any native 'audio over BLE' support in any platform (windows, android or iOS), but you may solve this partially in a proprietary way, where you for instance have an app that handle the input data, then buffer/store the data for later playback. Some useful threads here in Devzone are:
https://devzone.nordicsemi.com/f/nordic-q-a/30820/recommend-best-sample-app-to-stream-audio-data-between-two-nrf52832-nrf52-dk-boards/
https://devzone.nordicsemi.com/f/nordic-q-a/30565/half-duplex-voice-transmission-via-ble/
https://devzone.nordicsemi.com/f/nordic-q-a/30881/opus-implementation-with-ble-sdk-14-2