Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

usb audio mic send data

Nordic DevZone
Nordic DevZone

hi ,

I'm testing this example     sdk17.1\examples\peripheral\usbd_audio\pca10056\blank\arm5_no_packs.

I tested the microphone and the headphone separately.

For microphone devices, I found that data could only be sent successfully if the recorder on the computer side was turned on .If the recorder on the PC side is not turned on and the USB microphone is not used, the data on the 52840 chip will fail to be sent.

If the local end of the chip can know when the microphone is turned on, then I can control the transmission of this data.

But my test code did not find such an event, what should I do, how do I know if the USB microphone is on or off.

I used DK PCA10056, SDK17.1.

Thanks.

Related