Skip to content

A2DP I2S microphone to bluetooth #423

Answered by pschatzmann
Andrewt12 asked this question in Q&A
Discussion options

You must be logged in to vote

Please follow the steps described in the Wiki: https://github.com/pschatzmann/arduino-audio-tools/wiki/It's-not-working

You need to learn how to use your own hardware first before you start to do some complex sketches!

All the INMP441 Mems Microphones I was working with have one clean channel and one with noise using 16 bits. That's the reason for the proposed logic to just overwirte the noiy one with the proper one.

This issue can be avoided by reading the data with 32 bits, but then you need to convert the data because A2DP needs 16 bits.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants