Microcontrollers are wonderfully useful things, but programming them can be a little daunting if you’re used to the simplicity of compiling for regular PCs. Over time though, this has become easier.
This makes the CYDs ideal candidates for the development of small GUI projects using LVGL and MicroPython. An integrated Esp32S3 display module with more power is the JC3248W535 aka Cheap Black ...
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, ...
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 ...
This post is an introduction to the Raspberry Pi Pico. The Pico is a new microcontroller from the Raspberry Pi Foundation. This small, cheap and flexible microcontroller platform is great for learning ...
This is a fork of the MicroPython project, which aims to put an implementation of Python 3.x on m68k Macintosh computers. You can find the official micropython website at micropython.org. WARNING: ...
Developer and engineer Oliver Fabel has developed a port that is designed to run MicroPython on the Flipper Zero. This port allows users to write programs for Flipper Zero in Python, instead of ...
Rather than duplicating the BP5 firmware functionality, I decided to ignore it completely and go with existing MicroPython capabilities. I planned to just make a simple set of board definition files — ...