Regulated 3.3 V output from the onboard regulator; Adafruit Learn says it can supply about 500 mA.
5 V from the USB port; can be used as a voltage input only with a diode as described by Adafruit Learn.
Power, data, and signal ground.
Digital/analogue GPIO 0; true 10-bit analogue output and capacitive touch input; no PWM.
Digital/analogue GPIO 1; capacitive touch input or AREF pin.
USB · 3.3 V
Confirm the data interface matches your host board.
Module pins: 3V, 5V, GND, A0 / D0, A1 / D1, A2 / D2, A3 / D3, SDA / D4. Schematik maps them to your board in the app.
Specialists: Teensy for high-clock audio and USB, Adafruit SAMD boards running CircuitPython or the Arduino IDE, proper STM32 eval kits, and the micro:bit classroom ecosystem. Schematik builds target ESP32, Arduino Uno, and Pico; come here when you have a specific reason to.
10 I/Os PLC Module - CPU Arduino Nano (Optoisolated Output) visual preview
10 I/Os Relay Module - CPU Arduino Nano (Relay Output) visual preview
Adafruit METRO 328 - Arduino Compatible - with Headers visual preview
Adafruit Metro Mini 328 V2 - Arduino-Compatible - 5V 16MHz [STEMMA QT / Qwiic] visual previewAbout 75 boards across every Arduino generation: 5V Uno/Mega/GIGA, 3.3V MKR and Portenta, plus DFRduino and Bluno compatibles. Confirm the voltage rail before stacking any shield.
Boards · Arduino boards · 76 parts
10 I/Os Relay Module - CPU ESP32 (Relay Output) visual preview
Adafruit ESP32 Feather V2 w.FL Antenna - 8MB Flash + 2MB PSRAM visual preview
Adafruit ESP32-C6 Feather - STEMMA QT visual preview
Adafruit ESP32-S2 Feather - 4MB Flash + 2MB PSRAM visual previewWi-Fi and Bluetooth on a single chip, in every shape from Espressif DevKitC to Adafruit Feathers with STEMMA QT, DFRobot FireBeetles tuned for battery life, and Seeed XIAOs under a thumbnail.
Boards · ESP32 boards · 111 parts
15x7 CharliePlex LED Matrix FeatherWing - Cool White visual preview
15x7 CharliePlex LED Matrix FeatherWing - Warm White visual preview
16-Ch High Current Driver Shield Kit v2 visual preview
19V 90W AC/DC Adapter for LattePanda Mu Full-Function EVA Carrier Board visual previewAbout 270 add-ons across Pi HATs, Arduino shields, and FeatherWings. The same function — motor control, PoE, display — usually ships once per host connector family. Get the host board right first.
Boards · HATs, Shields & add-ons · 272 parts
Adafruit DVI Breakout Board for HDMI Source Devices visual preview
Adafruit DVI Sock for Pico - Works with HDMI Displays visual preview
Adafruit Feather RP2040 with DVI Output Port - Works with HDMI visual preview
Adafruit MACROPAD RP2040 Bare Bones - 3x4 Keys + Encoder + OLED visual previewThe Raspberry Pi MCU line — Pico, Pico 2, and third-party boards on the same silicon — plus a deep bench of Pico-pinout displays, loggers, and radio modules that do nothing without a Pico plugged in.
Boards · Pico & RP2040 boards · 44 parts
Digital/analogue GPIO 2; PWM-capable and capacitive touch input.
Digital/analogue GPIO 3; PWM-capable and capacitive touch input.
I2C data and digital pin 4; PWM-capable, no analogue input. STEMMA QT uses this SDA signal.
I2C clock and digital pin 5; PWM-capable, no analogue input. STEMMA QT uses this SCL signal.
Serial1 transmit output; also analogue/digital GPIO 6, PWM-capable and capacitive touch input.
Serial1 receive input; also analogue/digital GPIO 7, PWM-capable and capacitive touch input.
Hardware SPI clock; also analogue/digital GPIO 8 and PWM-capable output.
Hardware SPI MISO, microcontroller-in serial-out; also analogue/digital GPIO 9 and PWM-capable output.
Hardware SPI MOSI, microcontroller-out serial-in; also analogue/digital GPIO 10 and PWM-capable output.
Onboard NeoPixel signal pin, connected to digital pin 11.
Onboard NeoPixel power control; Adafruit Learn says set pin 12 low to turn off the pixel for low power usage.
Plug-and-play I2C connector using the board SCL and SDA signals for STEMMA QT/Qwiic accessories.
| Pin | Position | Type | Function | Voltage |
|---|---|---|---|---|
| 3V | power | Regulated 3.3 V output from the onboard regulator; Adafruit Learn says it can supply about 500 mA. | 3.3V regulated output | |
| 5V | power | 5 V from the USB port; can be used as a voltage input only with a diode as described by Adafruit Learn. | 5V USB rail | |
| GND | ground | Power, data, and signal ground. | 0V | |
| A0 / D0 | gpio | Digital/analogue GPIO 0; true 10-bit analogue output and capacitive touch input; no PWM. | 3.3V logic | |
| A1 / D1 | gpio | Digital/analogue GPIO 1; capacitive touch input or AREF pin. | 3.3V logic | |
| A2 / D2 | gpio | Digital/analogue GPIO 2; PWM-capable and capacitive touch input. | 3.3V logic | |
| A3 / D3 | gpio | Digital/analogue GPIO 3; PWM-capable and capacitive touch input. | 3.3V logic | |
| SDA / D4 | i2c | I2C data and digital pin 4; PWM-capable, no analogue input. STEMMA QT uses this SDA signal. | 3.3V logic | |
| SCL / D5 | i2c | I2C clock and digital pin 5; PWM-capable, no analogue input. STEMMA QT uses this SCL signal. | 3.3V logic | |
| TX / A6 / D6 | uart | Serial1 transmit output; also analogue/digital GPIO 6, PWM-capable and capacitive touch input. | 3.3V logic | |
| RX / A7 / D7 | uart | Serial1 receive input; also analogue/digital GPIO 7, PWM-capable and capacitive touch input. | 3.3V logic | |
| SCK / A8 / D8 | spi | Hardware SPI clock; also analogue/digital GPIO 8 and PWM-capable output. | 3.3V logic | |
| MI / A9 / D9 | spi | Hardware SPI MISO, microcontroller-in serial-out; also analogue/digital GPIO 9 and PWM-capable output. | 3.3V logic | |
| MO / A10 / D10 | spi | Hardware SPI MOSI, microcontroller-out serial-in; also analogue/digital GPIO 10 and PWM-capable output. | 3.3V logic | |
| NeoPixel / D11 | gpio | Onboard NeoPixel signal pin, connected to digital pin 11. | 3.3V logic | |
| NeoPixel power / D12 | gpio | Onboard NeoPixel power control; Adafruit Learn says set pin 12 low to turn off the pixel for low power usage. | 3.3V logic | |
| STEMMA QT | connector | Plug-and-play I2C connector using the board SCL and SDA signals for STEMMA QT/Qwiic accessories. | 3.3V I2C connector |
Adafruit FLORA Wearable Electronic Platform v3