The application compiled with ESP-IDF 5.3 or newer might fail with the following message in the runtime: Problem is caused by incompatible BSP (Board Support […] Read More
Tag: ESP32
When compiling a Rust project for ESP32-S3 you may encounter the following error: While Rust is very helpful with error messages, it’s quite hard to […] Read More
Wokwi is able to simulate ESP32 chips also in VS Code or CLion. It’s sufficient to add wokwi.toml and diagram.json to the project. wokwi.toml contains […] Read More
Have you ever wondered how to connect a PC keyboard to your ESP32 for innovative projects? Whether it’s an old PS/2 keyboard or a modern […] Read More
Application built on top of ESP-IDF can be merged into single binary using following commands: The esptool will output following command and perform the conversion: […] Read More