Login / Signup
Cart
Your cart is empty
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 ESP32-S3 QT Py with two 240MHz 32-bit cores, but there are lots of folks interested in the CH552 and given the small size, it is a nice matchup for a small board.
The CH552 is an 'enhanced' E8051 core microcontroller, compatible with the 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 got built-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 its 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 a 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 are Seeed Xiao compatible, with castellated pads so you can solder it flat to a PCB. It comes with our favourite connector - the STEMMA QT, a chainable I2C port that can be used with any of our STEMMA QT sensors and accessories. We also added an RGB NeoPixel and both a reset button and a 'bootloader enter' button.
Looking for a case to keep your Qt Py safe? Click here to find it in our shop
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. There's an Arduino 'board support package' 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 hacking/experimenting with this '40 cent chip'