When trying to build Embedded Swift with ESP-IDF on Linux, you may encounter the following error: The problem is caused by missing ninja tool, since […] Read More
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