One of the nicest amenities of interpreted programming languages is that you can test out the code that you’re developing in a shell, one line at a time, and see the results instantly. No matter how ...
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 ...
The world of microcontrollers is set to experience a significant shift with the upcoming release of MicroPython v1.23, which will introduce support for Asymmetric Multiprocessing (AMP) on multi-core ...
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 ...
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 ...
When it comes to the ESPR32, although there is very little detail regarding this particular device, it is known to be a development board that is equipped with Espressif Systems' wireless ...
In a previous blog, Using MicroPython for real-time software development, I examined the idea behind using MicroPython for real-time embedded software. Now, let’s examine some of the core pieces that ...
The Raspberry Pi Pico is a change from the previous Pis that people are used to. This is because it is not a Linux computer, but it is a microcontroller board just like Arduino. The biggest selling ...
Canonical has released Ubuntu 22.10, an update to the company’s Linux distribution that introduces MicroPython support on a variety of microcontrollers. Codenamed “Kinetic Kudu” and announced October ...
Python is popular, interpretive programming language that's used in a variety of areas from controlling robots to running websites to handling artificial-intelligence and machine-learning chores.