Using PlatformIO with Visual Studio Code offers a powerful, flexible, and easy-to-use environment for microcontroller firmware development. This article describes an example of integrating PlatformIO ...
This example shows a minimal firmware that redirects printf() output to go to the SWO (single-wire-out) port of the microcontroller. The SWO port can then be connected to the SWO pin of an ...
After updating to platform-espressif32 release 4.2.0 the debugger has stopped working. Downgrading to release 3.5.0 makes everything work again. This has also been verified with the espidf-blink ...
#BestPractices 🔥 "Debugging with PlatformIO: Part 3. PlatformIO Unified Debugger in CLI mode" by Valerii Koval A crash course on working with PlatformIO Unified Debugger via command-line interface 👉 ...
In a recent post, I talked about using the “Blue Pill” STM32 module with the Arduino IDE. I’m not a big fan of the Arduino IDE, but I will admit it is simple to use which makes it good for simple ...
I have a lot of different ESP32-based devices, and the memory and processing constraints are both a blessing and a curse. They're a blessing in the sense that they allow for you to make single, ...
Development in Arduino and Arduino IDE has always been easy and fun with their simple user interface. The Arduino IDE is open-source and free to use Development Environment with all features like ...
PlatformIO Labs company develops the PlatformIO ecosystem, which is a professional collaborative platform for embedded development. PlatformIO provides an open-source ecosystem for embedded ...