What a cutie pie! Or is it... a QT Py? This diminutive dev board comes with a throwback processor - an 8-bit 8051!
This tiny core is a big change from something like the the , but there's lots of folks interested in the and given the smol size, it is a nice matchup for a smol board.
, compatible with MCS51 instruction set but with 8~15 times faster instruction execution speed. You can run this core at 16MHz and 3.3V logic, and it's gotbuilt-in 16K program FLASH memory and, 256-byte internal RAM plus 1K-byte internal xRAM (xRAM supports DMA. It's also got some cute tricks up it's sleeve, like 4 built-in ADC channels, capacitive touch support, 3 timers / PWM channels, hardware UART, SPI, and a full-speed USB device controller. The last one means it can act like a native USB device such as CDC serial or mouse/keyboard HID.
If you're interested in playing with this chip, we've wrapped it up in a QT Py format. The pinout and shape is compatible, with castellated pads so you can solder it flat to a PCB. It comes with , a chainable I2C port that can be used with . We also added an RGB NeoPixel and both a reset button and 'bootloader enter' button.
Please note! This is a minimal 8-bit microcontroller, and it definitely does not run CircuitPython or Micropython. It also doesn't really run Arduino. we recommend, but the compiler is for C not C , which means you cannot use any Arduino libraries. It's very very bare-bones and for
- Same size, form-factor, and pin-out as Seeed Xiao
- USB Type C connector - !
- CH552 8-bit 8051 microcontroller core with 3.3V power/logic. Internal 16 MHz oscillator.
- Native USB
- Built in RGB NeoPixel LED
-
10 GPIO pins:
- A2 pin is the same as MOSI pin (it's the hardware SPI port and one of only 4 ADC pns) x 8-bit analog inputs on A0, A1, A2, and A3
- 3 x PWM outputs
- I2C port with STEMMA QT plug-n-play connector
- Hardware UART
- Hardware SPI
- 4 x Capacitive Touch with no additional components required, on A0-A3 pins
- 3.3V regulator with
- Reset switch and bootloader for starting your project code over or entering USB ROM bootloader mode
- Really really small
Technical Details