News

Generally debugs messages in Arduino is done by Serial.print*, and show in this monitor serial, or another serial tool, as screen, pyserial, coolterm, etc. The Arduino official IDE, not have debugger.
This project can convert USB only Keyboard to a Bluetooth LE keyboard. It needs ESP32-S3 (not S2) becacuse this SOC supports both BLE and USB host function. This ...