ESP32-BLE-Mouse
ESP32-BLE-Mouse copied to clipboard
ESP32-S3 Support / Mac OS support
I haven't been able to make my ESP32-s3 work with MacBook Pro M1 as well as Intel chip, It shows the device in Bluetooth devices list, pairing, In verbose mode, it logged following
E (15363) BT_GATT: GATT_INSUF_AUTHENTICATION
On intel chip in addition to ablove it showed following
E (57040) BT_BTM: BTM_GetSecurityFlags false
E (57070) BT_BTM: BTM_GetSecurityFlags false
E (57100) BT_BTM: BTM_GetSecurityFlags false
The connection seem to be broken, Laptop stops showing the device, the ESP32-s3 keeps getting TRUE for bleMouse.isConnected()
The thing I am not sure about is if ESP32-S3 is even supported yet.
Hello!
Any updated on this?
Thanks!
@danielturus @dejavu1987
check out my fork. Now this repo works with esp32 s3 I've created a PR as well, so maybe it will be available within this repo soon
the update: https://github.com/pavloshargan/ESP32-BLE-Mouse/tree/master
I got E (31852) BT_GATT: GATT_INSUF_ENCRYPTION What the changes in your code? Only see you delete empty line and put it back.
@pavloshargan is it possible your changes didn't commit properly?