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
Author: georgik
When building an application for RISC-V you may get following linking error: The problem is that ABI of the library does not match the application. […] Read More
After the installation of QtCreator on Linux you might get following error messag when launching the application: It is likely one of libraries required by […] Read More
Have you ever wondered how to connect a PC keyboard to your ESP32 for innovative projects? Whether it’s an old PS/2 keyboard or a modern […] Read More
To extract function signatures from .rs file you can use following one-liner with sed: Sample output: