Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the nRF SDK already included the example about UAC? Thanks!
Best Regards,
Sean
Hi engineers,
I want to achieve a demand that receive audio/HID data from the PC side through USB interface and transmit data through BLE to other devices.
So has the nRF SDK already included the example about UAC? Thanks!
Best Regards,
Sean
You would need to combine the USB Audio class example with an BLE example, for instance modify:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/usbd_ble_uart_example.html
to use this instead
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_usb.html
However, make sure you understand that with the current BLE spec the audio quality will be low and the delay can be long. So you can't expect real-time audio streaming with high quality audio with low latency.
You would need to combine the USB Audio class example with an BLE example, for instance modify:
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/usbd_ble_uart_example.html
to use this instead
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/examples_usb.html
However, make sure you understand that with the current BLE spec the audio quality will be low and the delay can be long. So you can't expect real-time audio streaming with high quality audio with low latency.