You know that weekend project idea that stalled because the dev board was bigger than the thing you wanted to hide it inside? A wearable, a keyfob mod, a sensor tucked into a bottle cap? The pinch from moddo is the board that finally makes those builds realistic.
A whole Arduino the size of a USB-C plug
moddo calls the pinch "the world's smallest 32-bit Arduino-compatible board," and while nobody has the record book out, it is hard to argue. The whole thing takes up about the same surface area as a female USB-C connector. Under the hood sits a Microchip SAMD11, an ARM Cortex-M0+ running at 48 MHz, with native USB so you flash it straight over the cable with no separate programmer. You get 15 GPIO pins plus the usual SPI, I2C, PWM, and UART, which is plenty for a small sensor node or a blinky wearable.
The parts-and-cost reality
Two things to keep in mind before you plan a build around it. First, the specs are tight: 4 KB of SRAM and 16 KB of flash, and the bootloader eats 4 KB of that flash right off the top, leaving you roughly 12 KB to work in. Coming from an ESP32 you will feel the squeeze, so skip heavy libraries, watch your String usage, and lean on direct register writes if you run out of room. Second, it is a pre-order: the $16 board (roughly PHP 900) is slated to ship in September, so this is a plan-it-now, solder-it-later project.







