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 ...
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 ...
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 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 ...