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 ...
The ESP32 is a very powerful controller, equally at home in entry-level and professional projects. Dogan Ibrahim takes this into account in his book "The Complete ESP32 Projects Guide". We delved a ...
Hey guys, it's time for next project. I would like to introduce you this adaptive universal infrared remote control. The technology is based on ESP32 Bluetooth and operated via an Android app. Before ...
The article describes the implementation of the ESP32 microcontroller in the Watmonitor project, while it is programmed in the ESP-IDF framework environment. The task blocking mechanism - Queue, which ...
The power of Espressif’s ESP32-S3 meets Arduino’s unmatched customer experience, documentation and community — all in the compact form factor of the Nano. Provides support for both Micropython and ...
Thanks to their low power consumption, inexpensive price tags, and multiple I/O options, ESP32, Arduino, and other microcontroller families are perfect for automation and circuitry projects. Then ...
The Maker’s Pet Robotics Kit is a DIY learning kit designed for robotics enthusiasts, students, and hobbyists who want to explore autonomous navigation and mapping. At its core, the ESP32 works with ...
In this tutorial, we will learn how to install multiple versions of the ESP32 board package in the Arduino IDE. Once set up, you’ll have the option to choose a specific version of the ESP32 package ...
This project demonstrates basic multitasking on an ESP32 using FreeRTOS with the Arduino framework. 📝 Description: This project demonstrates basic multitasking on an ESP32 using FreeRTOS with the ...
A beginner-friendly IoT project using ESP32, push buttons, and Blynk IoT to send real-time notifications. When a student or faculty presses a button, a message is sent to the Blynk app. Ideal for ...