A simple wireless control system using two ESP-01 modules communicating via ESP-NOW protocol. Simple but practical, Press a button on one ESP-01 to light up an LED on another ESP-01 wirelessly. Its ...
An ESP-IDF project with a single main.c source file that connects the ESP LCD driver with LVGL, with detailed commentary on the implementation and decision making process. This project is based on ...