examples/esp32-rx/README.md
This is a sample project for receiving audio data using ESP32 microcontroller. The chip has a built-in 12-bit ADC which is used to process the analog audio from the external microphone module in real-time. The program also support input from I2S MEMS microphones that does not require the usage of the ADC. The received messages are optionally displayed on the attached OLED display.
| MCU | Mic |
|---|---|
| GND | GND |
| 3.3V | VCC / VDD |
| GPIO 35 | Out |
| MCU | Mic |
|---|---|
| GND | GND |
| 3.3V | VCC / VDD |
| GPIO 26 | BCLK |
| GPIO 33 | Data / DOUT |
| GPIO 25 | LRCL |
| MCU | Display |
|---|---|
| GND | GND |
| 3.3V | VCC / VDD |
| GPIO 21 | SDA |
| GPIO 22 | SCL |
https://user-images.githubusercontent.com/1991296/177211906-2102e9fa-8203-4b80-82e6-4839bf66f01f.mp4