ESP32-C3: Pin mapping #95
Pinned
JanPetterMG
started this conversation in
General
Replies: 1 comment
-
Seeed Studio XIAO ESP32C3// IKEA Frekvens
#define PIN_MIC 3 // D1 U3 pin 7
#define PIN_SW1 4 // D2 SW1
#define PIN_SW2 5 // D3 SW
#define PIN_OE 6 // D4 EN
#define PIN_CS 7 // D5 LAK
#define PIN_SCLK 8 // D8 CLK
#define PIN_MOSI 10 // D10 DA// IKEA Obegränsad
#define PIN_SW2 3 // D1 SW
#define PIN_OE 4 // D2 EN
#define PIN_CS 5 // D3 CLA
#define PIN_SCLK 8 // D8 CLK
#define PIN_MOSI 10 // D10 DI⚡ 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-C3: 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 0,1,3–5can wake the ESP32-C3 from deep sleep. Useful for:PIN_SW1PIN_SW2PIN_INTfrom a real-time clock🎙️ Analog Input
GPIO 0,1,3,4are usable as analog inputs. For example:PIN_LDRfor photocell signalsPIN_MICfor microphone signalsGPIO 2,8,9have bootstrapping functions. Avoid connecting these to inputs that may float or pull them during boot.📄 Reference
ESP32-C3 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-C3 boards.
Let’s make this a helpful resource together!
Beta Was this translation helpful? Give feedback.
All reactions