T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
724 stars 139 forks source link

ESP32-S3 Support / Mac OS support #49

Open dejavu1987 opened 1 year ago

dejavu1987 commented 1 year ago

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.

danielturus commented 1 year ago

Hello!

Any updated on this?

Thanks!

pavloshargan commented 11 months ago

@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

SmuleFlash commented 8 months ago

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.

Ollie-Boyd commented 8 months ago

@pavloshargan is it possible your changes didn't commit properly?