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
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
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