This repository provides MicroPython example code, showing how to use the I2S protocol with development boards supporting MicroPython. The I2S protocol can be used to play WAV audio files through a ...
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 ...
Now the Micropython examples are one-to-one copy of the C examples. As a few years have been passed now I see a few issues with this approach: If anyone changes or adds a new C example they need to ...
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 ...
Programming small electronic systems is easier than ever. MicroPython makes it simple to program affordable microcontrollers, from the Raspberry Pi Pico to Wi-Fi-enabled ESP32 boards. MicroPython is a ...
The C/C++ programming languages have long dominated the embedded systems industry, with very few other languages being able to find a foothold. While languages such as Java and Ada have certainly ...