Jump to content
Electronics-Lab.com Community

Recommended Posts

Posted

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?


  • 1 month later...
Posted
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?

Posted

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.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
  • Create New...