Shells like Bash or Zsh are very powerfull. Sometimes it’s necessary to get the size of subdirectories and order them by size, ideally in human […] Read More
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
Rust is a great programming language when developing for embedded devices like MCUs, which have limited resources. Especially, Bare Metal (a.k.a. no_std) brings many advantages […] Read More
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