Espressif ESP32-C3-AWS-ExpressLink-DevKit

ESP32-C3 dev board with AWS ExpressLink - simplifies secure cloud connectivity for IoT products.

Micro-USB
Espressif ESP32-C3-AWS-ExpressLink-DevKit board
ESP32-C3
RISC-V MCU
160MHz
clock
4MB
flash
400KB
SRAM
22· 5 ADC
GPIO
BLE 5.0+ WiFi
radio
On this page

Pinout

22 pins
View:
Espressif ESP32-C3-AWS-ExpressLink-DevKit pinout diagram
PinGPIOLabelsStatusCapabilitiesNotes
10A0PWMsafeadc
21A1PWMsafeadc
32A2PWMstrappingadc
43A3PWMsafeadc
54A4PWMstrappingadc
65PWMstrapping-
76PWMstrapping-
87PWMstrapping-
98PWMstrapping-
109PWMstrapping-
1110PWMsafe-
1211PWMstrapping-
1312PWMstrapping-
1413PWMstrapping-
1514PWMstrapping-
1615PWMstrapping-
1716PWMstrapping-
1817PWMstrapping-
1918PWMuart-
2019PWMuart-
2120PWMuart-
2221PWMuart-

Start with these

4 pins with no boot or system involvement
A0PWMA1PWMA3PWMPWM

Freely assignable - no strapping, flash, USB or JTAG duties. Ideal first picks for buttons, sensors and LEDs.

Fine - with a little care

sampled at boot or shared with debug/serial
PinLabelWhat to knowRole
A2GPIO2Must be held high during boot (if low on reset, normal flash boot may fail)Strapping
A4MTMSUsed during boot; JTAG TMS for debugging; acts as Quad-SPI flash IO (hold data line) in internal-flash variantsJTAG
PWMMTDIUsed during boot; JTAG TDI for debugging; acts as Quad-SPI flash IO (write-protect data line) in internal-flash variantsJTAG
PWMMTCKUsed during boot; JTAG TCK for debugging; provides flash clock in internal-flash variantsJTAG
PWMMTDOUsed during boot; JTAG TDO for debugging; acts as Quad-SPI flash IO (data line) in internal-flash variantsJTAG
PWMGPIO8Must be held high during reset (if low, UART flashing/boot may not work)Strapping
PWMGPIO9Controls boot mode on reset (HIGH for normal flash boot, LOW enters serial download mode)Strapping
PWMU0RXDUsed as UART0 receive (console/bootloader); repurposing may disable serial programming and debug logsUART
PWMU0TXDUsed as UART0 transmit (console/bootloader); repurposing may disable serial console output and printingUART

Only if you know the tricks

wired to flash or USB - expect a fight
PinLabelWhat to knowRole
PWMVDD_SPIBy default powers the SPI flash; only configurable as GPIO if the flash is powered externally (not recommended otherwise)Flash
PWMSPIHDConnected to flash HOLD#; not recommended for other use as it’s reserved for flash communicationFlash
PWMSPIWPConnected to flash WP#; not recommended for other use (used to interface with SPI flash)Flash
PWMSPICS0Dedicated chip-select for SPI flash memory; cannot be repurposed for general I/OFlash
PWMSPICLKDedicated clock line for SPI flash; cannot be used as general GPIO without interfering with flashFlash
PWMSPIDUsed for SPI flash data transfer (data-out from flash); not available for other functionsFlash
PWMSPIQUsed for SPI flash data transfer (data-in to flash); not available for other functionsFlash
PWMUSB_D-By default connected to on-chip USB Serial/JTAG controller; to use as GPIO it must be reconfigured from its USB functionUSB
PWMUSB_D+By default connected to on-chip USB Serial/JTAG controller; not available for GPIO use unless USB functionality is disabled or remappedUSB
These are recommendations, not hard rules - with the right pull-ups, timing and boot-state awareness most pins can be made to work. When in doubt, start green.
Pinout notes All 22 pins on the Espressif ESP32-C3-AWS-ExpressLink-DevKit are usable GPIO. Beyond plain digital I/O you get 5 ADC-capable pins for sensors and battery…

All 22 pins on the Espressif ESP32-C3-AWS-ExpressLink-DevKit are usable GPIO.

Beyond plain digital I/O you get 5 ADC-capable pins for sensors and battery monitoring.

9 of the exposed pins carry boot-time or system duties on the ESP32-C3 (A2, A4, PWM and 6 more) - check the guidance above before wiring anything to them. A0, A1, A3 and PWM are free of any such role - the safest first picks.

Getting started

flash your first firmware in ~2 minutes
Tool:
1
Connect over USB
Serial chip: onboard. Not detected? Hold BOOT while plugging in.
2
Flash with your tool
Arduino IDE, PlatformIO, ESPHome or esptool - copy the settings on the right.
3
Verify it runs
The blink example uses GPIO0 - swap for your board's LED pin if different.
Tools → Board settings Copy
Board:            Esp32 C3 Aws Expresslink Devkit
Flash Size:       4MB · DIO
Upload Speed:     921600

// blink
pinMode(0, OUTPUT);
digitalWrite(0, LOW);   // on (often inverted)
platformio.ini Copy
[env:esp32-c3-aws-expresslink-devkit]
platform = espressif32
board = esp32-c3-devkitm-1
framework = arduino
monitor_speed = 115200
upload_speed = 921600
device.yaml Copy
esp32:
  board: esp32-c3-devkitm-1
  variant: esp32_c3_aws_expresslink_devkit
  framework:
    type: esp-idf

# blink - GPIO0
output:
  - platform: gpio
    pin: 0
    id: led_out
light:
  - platform: binary
    name: "LED"
    output: led_out
shell Copy
esptool.py --chip esp32c3 --port /dev/ttyACM0 \
  write_flash 0x0 firmware.bin
Build details: sketch space 1310720 B · data 327680 B · DIO

Specifications

ESP32-C3
Compute
MCU
ESP32-C3 · RISC-V
Clock
160 MHz
SRAM · Flash
400 KB · 4MB
Radio
Wi-Fi
802.11 b/g/n
Bluetooth
5.0 LE
Antenna
PCB
I/O
GPIO · ADC
22 · 5
UART · I²C · SPI
2 · 1 · 3
PWM
6 channels
Power
USB
Micro-USB
Serial
-
Boot address
0x0
Flashing
Upload · OTA
esptool_py · esp_ota
Flash · Boot mode
DIO · DIO
Sketch · Data
1.25 MB · 320 KB
The Espressif ESP32-C3-AWS-ExpressLink-DevKit uses esptool_py for firmware uploads, esp_ota for over-the-air (OTA) updates. Flash mode is DIO with DIO boot mode. The maximum sketch size is 1.25 MB with 320 KB available for data.

About this board

Inside sits the ESP32-C3 - a single-core RISC-V and the budget low-power pick.

The $10.00 price tag is typical for an ESP32-C3 board.

With 22 GPIO broken out, you get more pins to play with than most ESP32-C3 boards offer.

Around the module: status LEDs (Power, RGB) and Reset buttons.


The ESP32-C3-AWS-ExpressLink-DevKit is a development board that hosts Espressif's AWS IoT ExpressLink module, based on the ESP32-C3-MINI-1-N4-A. It provides out-of-the-box, seamless AWS IoT connectivity for external host MCUs through a simple serial interface, transforming offline products into cloud-connected devices. The module handles complex tasks such as authentication, device management, connectivity, messaging, and OTA updates, relieving developers from maintaining complex firmware and providing end-to-end security and fleet management at scale.

Where to buy

prices are typical street prices
Espressif ESP32-C3-AWS-ExpressLink-DevKit
Espressif ESP32-C3-AWS-ExpressLink-DevKit
$10.00per unit, typical
As an Amazon Associate, ESPboards earns from qualifying purchases.

Resources

Similar boards