Where is GPIO pin 25 on the ESP32 S2 Saola?
Posted: Sun May 02, 2021 3:31 pm
Hello all,
I want to use I2S to read samples from a microphone and looked at the sample code (in the ESP-IDF Programming Guide) to configure the reading:
the ESP32 S2 Saola has no pins 22,23,24,25 - how is this supposed to be configured? which pins can I use for I2S?
Thanks for reading,
Markus
I want to use I2S to read samples from a microphone and looked at the sample code (in the ESP-IDF Programming Guide) to configure the reading:
Code: Select all
static const i2s_pin_config_t pin_config = { .bck_io_num = 26,
.ws_io_num = 25,
.data_out_num = 22,
.data_in_num = I2S_PIN_NO_CHANGE
};
Thanks for reading,
Markus