Page 1 of 1

Regards I2C lines in esp32 s2 mini.

Posted: Thu Feb 24, 2022 2:08 pm
by srikanth r
hi
actually, we are design the new custom board by using esp32 s2 mini module.
in this module we need to use I2C lines for slave devices.
In the datasheet did not find the I2C lines.
can anyone share the esp32 s2 mini I2C related datasheet and reference document.

thanx in advance.

regards
srikanth

Re: Regards I2C lines in esp32 s2 mini.

Posted: Fri Feb 25, 2022 1:41 am
by ESP_Sprite
Like most other peripherals (including the ones that have default pins according to the datasheet), the I2C peripheral does not have specialized IO. You can use software to configure I2C on any two pins you want.