One thing it’s missing is any form of mounting hole. The flat bottom may be easy to stick down with glue, and you could also solder it down to a PCB. However, it’s no longer a flat bottom if you add a flash chip to it. A blob of hot glue should do the job if you need to keep it stationary.
The SAMD21 is kind of a transitional chip. If you are working in the Arduino environment, it’s got buckets of power and – unless you’re really trying to push the limits with things like machine learning – you’re unlikely to be limited by either storage or processing speed. CircuitPython, on the other hand, is a different story. The SAMD21 is basically the entry-level CircuitPython microcontroller. It can run CircuitPython reliably, but it is limited by both speed and storage. Provided your code doesn’t need to handle lots of data quickly, you should be OK. However, unless your code is very simple and needs very few libraries, you will probably want to add the extra 2MB flash.
There are a surprising number of projects that don’t require a huge amount from a microcontroller – either in terms of power or number of pins. Maybe you’re connecting a sensor with an actuator so that when a certain event happens, it triggers a particular movement. Perhaps it’s just because the USB port takes up a large proportion of this board, but we can see the QT Py being useful for connecting peripherals to a computer. This could mean getting data from a sensor into your computer through USB serial, or using the USB serial connection to trigger something to happen. The Qwiic-compatible STEMMA QT connector means that developing the hardware side of things can be really easy.
At the current price of $6, this makes these little devices a much more attractive proposition for those little projects that you might not want to dedicate a £20 board to. Do you want an LED that lights up red when your software test fails, and green when it passes? It’s yours for $6 (plus a bit of time coding). Do you want a big tinfoil hand that you can high-five to send a magazine to the printers? Yours for $6 (plus a bit of time coding). OK, that last one might just be us, but hopefully you get the idea.
The QT Py is a microcontroller stripped down and squeezed into a tiny package. It’s not going to set any performance records, but it does open up some possibilities for projects that either don’t have the space for a larger microcontroller board, or need to be done on a tight budget. We’ve seen small microcontrollers before. We’ve seen cheap microcontrollers before. We’ve seen microcontrollers with a wide range of communication options before. However, the QT Py is the first we’ve seen to marry all these things together in an easy-to-use package.
VERDICT
A huge potential in a small package.
9/10