Skip to content

esp8226 wiring for INMP441 #453

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

You must be logged in to vote

I found the following in the Arduino source code:
// IOs used for I2S. Not defined in i2s.h, unfortunately.
// Note these are internal GPIO numbers and not pins on an
// Arduino board. Users need to verify their particular wiring.
#define I2SO_DATA 3
#define I2SO_BCK 15
#define I2SO_WS 2
#define I2SI_DATA 12
#define I2SI_BCK 13
#define I2SI_WS 14

I suggest that you try the I pins for input and the O for output

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
1 reply
@PointlessOtter
Comment options

Comment options

You must be logged in to vote
1 reply
@PointlessOtter
Comment options

Comment options

You must be logged in to vote
1 reply
@PointlessOtter
Comment options

Comment options

You must be logged in to vote
3 replies
@PointlessOtter
Comment options

@pschatzmann
Comment options

@PointlessOtter
Comment options

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