ESP32-S2: Pin mapping #94
Pinned
JanPetterMG
started this conversation in
General
Replies: 1 comment
-
Adafruit QT Py ESP32-S2// IKEA Frekvens
#define PIN_OE 7 // SDA EN
#define PIN_MIC 8 // A3 U3 pin 7
#define PIN_CS 9 // A2 LAK
#define PIN_SW1 17 // A1 SW1
#define PIN_SW2 18 // A0 SW
#define PIN_MOSI 35 // MO DA
#define PIN_SCLK 36 // SCK CLK// IKEA Obegränsad
#define PIN_OE 8 // A3 EN
#define PIN_CS 9 // A2 CLA
#define PIN_SW2 17 // A1 SW
#define PIN_MOSI 35 // MO DI
#define PIN_SCLK 36 // SCK CLK⚡ Power Notes
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🔧 ESP32-S2: Pin Tips & Gotchas
🎉 Feel free to share your insights, questions, or setups below!
💡 This thread is for beginners and experienced users alike. Whether you're figuring out your first build or have clever tricks to share, you're welcome to join in.
⏰ RTC Pins
GPIO 1–21can wake the ESP32-S2 from deep sleep. Useful for:PIN_SW1PIN_SW2PIN_INTfrom a real-time clock🎙️ Analog Input
GPIO 1–10are usable as analog inputs. For example:PIN_LDRfor photocell signalsPIN_MICfor microphone signalsGPIO 0,45,46have bootstrapping functions. Avoid connecting these to inputs that may float or pull them during boot.📄 Reference
ESP32-S2 Datasheet (PDF)
💬 Add your own:
Feel free to include your SPI, PWM, I2C, or other digital pin setups too—this thread is meant to cover practical pin mapping across different ESP32-S2 boards.
Let’s make this a helpful resource together!
Beta Was this translation helpful? Give feedback.
All reactions