This project allows you to use Golioth device management with an ESP32-based Arduino project. The repository is a PlatformIO project for the ESP32 family of chips. It uses the Espressif platform and ...
Are you tired of using the conventional Arduino IDE for programming your Arduino board? Do you wish to explore a more efficient way of programming? Then you should try programming Arduino through ...
Sometimes, coding on the Arduino IDE is just not enough. Think about all the tools it’s missing: no spell check, no folders, no autocomplete. Sure, you can just program Arduino on an editor and then ...
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 ...
We previously noted the ESP32 Arduino Core 3.0.0 Alpha release added support for ESP32-C6 and ESP32-H2 among other changes. The good news is that Arduino ESP32 Core 3.0.0 is now considered stable, and ...
When using Arduino-under-ESPIDF (framework = arduino, espidf in platformio.ini), various build flags expected by Arduino code are not set for user code or libraries (e.g. Arduino libraries). They are ...
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 ...
When Espressif Systems released Arduino ESP32 Core 3.0.0 we noted that PlatformIO support was in doubt due to business issues between Espressif and Platform IO developers. There has been no progress ...