espiando wrote: ↑Sat Oct 09, 2021 1:57 pm
thanks for detailed explanation about document structure @ Espressif..this helps for sure. Actually I could find that pinout picture before, but I was not able to identify the I2C pins ( pins not mentioned ... or I am blind
). I will get the dev kits tonight... let's start with GPIO8 and 9
you are welcome.
yes, you're right, on this pin out no SDA, SCL on IO8, IO9 labeled, perhabs this will be updated.
It can also happen that not all pins are brought out on some modules / kits, this is sometimes the case with Flash pins, if they are embedded in the SoC (Flash inside, psRAM inside)
standard pins are "only pre set" in arduino, you can use any GPIO pin for I2C ( SDA, SCL ) - you find this info under "
Peripheral Pin Configurations" in the
ESP32-S2 Datasheet example
- esp32-s2_datasheet_en_I2C.png (17.89 KiB) Viewed 12172 times
so a trick tip is, too, whats done in arduino sometime in the
variants
best wishes
rudi