Last time, I talked about how MicroPython is powerful and deserving of a place in your toolkit, and it made for a lively discussion. I’m glad to see that overall, MicroPython has indeed been getting ...
There are currently around 600 programming languages to choose from, so picking the one that’s right for you can be pretty difficult. But if you’re looking for a language that’s incredibly popular, ...
Before we start our Micropython tutorial, we need to install some software as prerequisite of this tutorial. The MicroPython firmware are available for many ...
I’ve been playing with several ESP32 boards over the months, and tried several firmware images. I started with a tutorial for Arduino Core on ESP32, a few month later I tested ESP32 JavaScript ...
In the https://docs.arduino.cc/tutorials/ page, there are duplicated tutorials for PLC (red) and MicroPython (blue). In the case MicroPython, the links are: https ...
In 2012, the Raspberry Pi Foundation introduced us to a single board computer, the Raspberry Pi, which was mainly promoted for teaching the basics of computer science to kids. But 9 long years later, ...
The MicroPython project is an open source implementation of Python 3 that includes a small subset of Python standard libraries, and is optimised to run on microcontrollers with constrained ...