Real operating systems on a tiny microcontroller.
The SparkFun Qwiic Air Velocity Sensing FS3000 Module provides a simple and cost effective solution for adding Air Velocity Sensing capabilities to your project. Implementing a SparkFun Qwiic I2C ...
Managing libraries for Arduino boards has traditionally been a time-consuming and error-prone process. Developers often had to manually search for, download, and configure libraries, which could be ...
Meet the Raspberry Pi Pico 2 W, a tiny board designed around a microcontroller that lets you build hardware projects at scale. Raspberry Pi is once again using the RP2350, its own well-documented ...
Originally, lv_micropython was created as an example of how to use lv_binding_micropython on a Micropython fork. Eventually it turned out that many people prefer using lv_micropython directly and only ...
In case you haven’t heard, about a month ago MicroPython has celebrated its 11th birthday. I was lucky that I was able to start hacking with it soon after pyboards have shipped – the first tech talk I ...
For years, there has been a clear distinction between the Arduino and Raspberry Pi boards. There are some things the Arduino can do that the Raspberry Pi can't, and vice versa. When you think of ...
With the Raspberry Pi's versatility, it's not surprising that the board has become a common sight in a diverse range of projects out there. You can find a slew of unusual Raspberry Pi projects in the ...
Can I use standard Python libraries with MicroPython? MicroPython has a subset of the Python Standard Library implemented, so not all standard libraries are available. However, MicroPython provides ...