Hamberthm / esp32-bt2ps2

Use a Bluetooth or BLE keyboard and mouse with your machine with a PS/2 port
MIT License
26 stars 6 forks source link

Bluetooth Classic keyboards might have problems #1

Closed Hamberthm closed 1 year ago

Hamberthm commented 1 year ago

As I don't have a BT Classic keyboard, there may be some broken features on these type of devices:

I've just ordered a Logitech K380 BT Classic keyboard, it should be arriving in a couple of days. After that I'll optimize the code for BT Classic.

Note that BLE keyboards should work just fine at the moment.

Hamberthm commented 1 year ago

A problem has been identified regarding the activation of the Bluetooth Classic stack in the Arduino version of the ESP32 SDK. For it to work, the only solution right now is migrate the platform to VS Code or Espressif-IDF. Project will be migrating to VS Code soon.

Hamberthm commented 1 year ago

Project has been ported to Visual Studio Code. BT Classic is now supported.