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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
Arduinos are helpful but some applications require more than what Arduinos can provide. However, it’s not always easy to make the switch from a developed ecosystem into the abyss that is hardware ...
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 ...