If you’re building a project on your ESP32, you might want to give it a fancy graphical interface. If so, you might find a ...
The ESP32-P4 is the new hotness on the microcontroller market. With RISC-V architecture and two cores running 400 MHz, to ...
The SPIFFS filesystem is used to store files in the flash chip. This library provides a virtual file system (VFS) implementation of SPIFFS to Arduino ESP32. In a nutshell it can acts like a SDcard but ...
Example project to setup the round 240x280 TFT screen connected to an ESP32-WROOM-32 using PlatformIO IDE for VSCode. The screen is using the SPI ST7789 interface controller, with a CS pin which is ...