Build of ESP-IDF project produces several files, like bootloader, application binary or partition table. Having several files makes it harder to ship the application outside […] Read More
Author: georgik
chip-tool can be used for commissioning ESP32 with Matter. macOS users may face the following error with iTerm: It’s necessary to grant access to Bluetooth […] Read More
When setting up development environment for esp-matter on OpenSUSE you may encouter following error: Problem is caused by gdbgui dependency in ESP-IDF. The dependency is […] Read More
Rust language is great for creating libraries and drivers which can be consumed by other languages like Python, Ruby or Zig. Let’s consider following Rust […] Read More
Rust language and tooling are very powerful. It makes it easy to build for different platforms and architectures and still have performance close to C […] Read More