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 ...
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, ...
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 ...
Most of us are familiar with the Python programming language. Python is a very powerful programming language and used to build many applications from the Internet of Things to Artificial Intelligence ...
Summary: MicroPython is a software implementation of a programming language largely compatible with Python 3, written in C, that is optimized to run on a microcontroller. MicroPython consists of a ...
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 ...
In microcontroller programming, Python's simplicity and readability have made it a popular choice. MicroPython and CircuitPython are two notable Python implementations tailored for microcontroller use ...
When developing for microcontrollers, choosing between Embedded C and MicroPython can be a critical decision. Embedded C is a low-level language that offers precise control over hardware, ...
If you have purchased one of the new Raspberry Pi Pico microcontrollers launched by the Raspberry Pi Foundation earlier this month and are a little stuck on what to do next. You may be interested to ...
Micropython is a lightweight implementation of Python for microcontroller which we covered first in 2013. The port is supported by various hardware platforms, and I even tested Micropython on ESP32 a ...
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 ...