Python is more and more coming to replace C as the programming language of choice, and this trend can now also be seen in the world of microcontrollers. Taking the ESP32 as an example, this article ...
Programming electronic systems is easier than ever. MicroPython makes it simple to program affordable MCUs, from the ...
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 ...
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, ...
While languages such as Ada and C++ have gained some adoption in certain circles, for the most part embedded software is still dominated by the procedural and dangerous C programming language. A few ...
This repository contains a basic IoT MQTT solution to create a radar animation (incl. distance and angle). The publisher script is written in MicroPython and subscriber script is written in Python. I ...
This is the MicroPython project, which aims to put an implementation of Python 3.x on microcontrollers and small embedded systems. You can find the official website at micropython.org. WARNING: this ...