ESP32-BLE-Mouse icon indicating copy to clipboard operation
ESP32-BLE-Mouse copied to clipboard

ESP32-S3 Support / Mac OS support

Open dejavu1987 opened this issue 1 year ago • 4 comments

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.

dejavu1987 avatar Apr 04 '23 08:04 dejavu1987

Hello!

Any updated on this?

Thanks!

danielturus avatar Jul 04 '23 14:07 danielturus

@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

pavloshargan avatar Oct 18 '23 20:10 pavloshargan

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.

SmuleFlash avatar Jan 13 '24 04:01 SmuleFlash

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

Ollie-Boyd avatar Jan 29 '24 23:01 Ollie-Boyd