You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When connecting to the BT Server example with Windows, the device is classified as a generic BLE device. Are there any drivers known to work on Windows?
The text was updated successfully, but these errors were encountered:
On RPI4, I had to compile bluez from source code with --enable-midi option. By default it seems that BT server is just able to deal with audio / network and other device out of midi ones.
In addition, I had to manage the configuration by switching off the authentication & the encryption features.
Then I could achieve to pair and connect my ESP32 device automatically at startup.
When connecting to the BT Server example with Windows, the device is classified as a generic BLE device. Are there any drivers known to work on Windows?
The text was updated successfully, but these errors were encountered: