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 ...
Run the following command in the MicroPython REPL to find the SCK (Serial Clock) and SDA (Serial Data) MISO (Master In Slave Out) pins from the default values on ESP32-S2: The output should look ...
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 ...
Scripting languages are for large computers, right? “Real” embedded device work is a hellish, never-ending cycle of code, compile, and re-flash. Well, I used to think so too, but with the ...
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.
The Raspberry Pi Pico W is a versatile microcontroller board that packs a lot of power into its compact form factor. With the integration of Wi-Fi and Bluetooth capabilities, it opens up a world of ...
What exactly is Python and what is MicroPython? The major differences between both languages. Some use cases for each. As difficult as it is to imagine, the Python programming language made its ...
MicroPython has become one of the most popular ways of programming microcontrollers, and the just-released MicroPython v1.24 adds support for the widely-used Raspberry Pi RP2350 and Espresif ESP32-C6 ...