pugazh19 Posted February 10 Report Posted February 10 I need to transmit audio from a MEMS digital microphone to a device via USB (Audio Class 1.0) using the STM32WB55RG microcontroller. The audio is received via I2S and stored in a buffer, but I am facing difficulties in transferring this buffer to USB. Despite multiple attempts over the past 15 days, the data is not being transmitted. Can anybody help me with this? Quote
HarryA Posted February 10 Report Posted February 10 How do you transfer data from the buffer to a USB interface? Quote
RyderKnox Posted March 21 Report Posted March 21 On 2/10/2025 at 10:49 AM, pugazh19 said: I need to transmit audio from a MEMS digital microphone to a device via USB (Audio Class 1.0) using the STM32WB55RG microcontroller. The audio is received via I2S and stored in a buffer, but I am facing difficulties in transferring this buffer to USB. Despite multiple attempts over the past 15 days, the data is not being transmitted. Can anybody help me with this? All good? Quote
bidrohini Posted March 26 Report Posted March 26 Check if your STM32WB55RG is correctly receiving audio data from the MEMS microphone. Is I2S configured in master or slave mode? If the MEMS mic requires an external clock, your STM32 should provide it. Store the received I2S data in a buffer and print it via UART or store it in RAM and inspect it with a debugger. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.