News

Another day, another ESP32-P4 RISC-V MCU board with the ESP32-P4-MINI equipped with an ESP32-C6 wireless module and exposing all I/Os through two 34-pin GPIO headers. The board also features two USB-C ...
All ESP32-P4 boards and devkits we’ve covered so far rely on ESP32-C6 for wireless connectivity, but the Wireless Tag WT99P4C5-S1 differs in that it pairs the ESP32-P4 RISC-V SoC with an ESP32-C5 ...
I hadn't really seen many miniaturized versions of arcade games. Fortunately for me, someone has done just that, creating a ...
I recently picked up an ESP32-powered Cheap Yellow Display, otherwise known as a CYD. For about $20, you get an ESP32 hooked ...
In a recent article in Elektor magazine, [Clemens Valens] describes the construction and software for an ESP32 walkie-talkie system that uses ESP-NOW for the wireless connection between units ...
ESP32-CAM Performence Reference Benchmark This work is intended to serve as a reference for hobbyists, engineers and professionals building prototypes around ESP32-CAM module. It experimentally ...
esp32_ulp_gpio_wakeup/ ├── main/ │ ├── app_main.c # Main application logic │ └── ulp/ │ ├── pulse_cnt.S # ULP GPIO polling logic │ └── wake_up.S # ULP wake-up condition ├── sdkconfig / ...