A year ago, I’ve design reviewed an MCU module for CAN hacking, called TinySparrow. Modules are plenty cool, and even more so when they’re intended for remaking car ECUs. For a while ...
The ESP32 is a microcontroller that provides an API for Bluetooth A2DP which can be used to receive sound data e.g. from your Mobile Phone and makes it available via a callback method. The output is a ...
The example of connecting a PS/2 keyboard and USB keyboard with PS/2 COMBO mode support to ESP32-C3. You need to build it with the release profile (i.e. cargo run --release) since otherwise the ...