pinch PCB Kit (PRE-ORDER)
pinch PCB Kit (PRE-ORDER)
SHIPPING STARTS SEPT 2026
Regular price
$15.90 USD
Regular price
Sale price
$15.90 USD
Quantity
Couldn't load pickup availability
This kit includes:
- pinch Arduino-Compatible Board (SAMD11 based)
- Breakout Board with 0.1" pitch
- Male 0.1" pitch header pins (x3 unsoldered)
pinch is the World's Smallest 32-bit Arduino-compatible board. Small enough for tight builds and capable enough to run HID devices like keyboards and mice over native USB. Full spec sheet, pinout, and Arduino board options on GitHub.
Please review our return/warranty policy.
3D Files
3D Files
Schematics PDF
Schematics PDF
PCB Files
PCB Files
- Assembly PDF coming soon
Full Specs
| Product Name | pinch |
|---|---|
| Processor | ARM Cortex-M0+ processor running at up to 48 MHz (SAMD11) |
| RAM | 4 KB SRAM |
| Flash | 16 KB Flash (12 KB for sketches, 4 KB bootloader) |
| Interface |
|
| USB | USB-C, native full-speed (CDC serial + HID) |
| Onboard |
|
| Header | 16-pin, 1.27 mm pitch |
| Power |
|
| Debug | SWD on D5 (SWCLK) / D6 (SWDIO) |
| Dimensions |
|
Pinout
| Arduino | MCU pin | Analog | PWM | Peripheral |
|---|---|---|---|---|
| D0 | PA15 | ✓ | I2C SCL | |
| D1 | PA14 | ✓ | I2C SDA | |
| D2 | PA09 | ✓ | ||
| D3 | PA08 | ✓ | ||
| D4 | PA17 | ✓ | ||
| D5 | PA30 | ✓ | Serial1 TX, SWCLK | |
| D6 | PA31 | ✓ | Serial1 RX, SWDIO | |
| D7 | PA07 | A0 | SPI MOSI | |
| D8 | PA06 | A1 | ✓ | SPI MISO |
| D9 | PA05 | A2 | SPI SCK | |
| D10 | PA04 | A3 | SPI SS | |
| D11 | PA02 | A4 | DAC0 | |
| D12 | PA16 | ✓ | LED_R / LED_BUILTIN | |
| D13 | PA11 | ✓ | LED_B | |
| D14 | PA10 | ✓ | LED_G |
PWM — ✓ marks pins usable with analogWrite(); the carrier frequency is set by Tools → Timer PWM Frequency (default 732 Hz). D11 is the DAC: analogWrite(A4) there outputs a true analog voltage, not PWM.