esp8226 wiring for INMP441 #453
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 6 replies
-
I am confused. I never heard of an esp8226 ? |
Beta Was this translation helpful? Give feedback.
-
The ESP8266 pins for I2S are: I have never tested this however... |
Beta Was this translation helpful? Give feedback.
-
These options are only supported by the ESP32. |
Beta Was this translation helpful? Give feedback.
-
I found the following in the Arduino source code: I suggest that you try the I pins for input and the O for output |
Beta Was this translation helpful? Give feedback.
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