A Disciple came to the Master, holding a tablet of black glass.“The engineers say this is the dawn,” the Disciple said. “I have fed it […] Read More
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