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