Before we start our Micropython tutorial, we need to install some software as prerequisite of this tutorial. The MicroPython firmware are available for many ...
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, ...
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 ...
The Raspberry Pi Foundation launched the Pico W, a microcontroller based on the RP2040 chip. It was priced at $6. The Pico W included an 802.11n WiFi radio, making it suitable for IoT projects. The ...
O Micropython é uma implementação Open Source que permite utilizar Python em microcontroladores. Essa é uma exelente solução para desenvolver códigos com familiaridade ao desktop para seus embarcados ...
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 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 ...
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, ...