Search found 5 matches

by mibra
Wed Feb 03, 2021 1:14 pm
Forum: ESP32 boards
Topic: BLE config le_secure or bond - unknown config param
Replies: 8
Views: 30356

Re: BLE config le_secure or bond - unknown config param

That is great news.

Is there any way how I can follow the development? Can I subscribe to notifications?
by mibra
Wed Feb 03, 2021 1:13 pm
Forum: ESP32 boards
Topic: BLE Joystick on ESP32
Replies: 9
Views: 6488

Re: BLE Joystick on ESP32

You can check my "mouth" mouse if you need a practical example. https://github.com/mibragri/mouthMouse BLE py file: https://github.com/mibragri/mouthMouse/blob/main/BLEHKBMouse.py joystick py file: https://github.com/mibragri/mouthMouse/blob/main/joystick.py You may need to strip some code. The joys...
by mibra
Mon Jan 11, 2021 7:44 pm
Forum: ESP32 boards
Topic: BLE config le_secure or bond - unknown config param
Replies: 8
Views: 30356

Re: BLE config le_secure or bond - unknown config param

Thank you. I found the note in the documentation now. I should have looked further down instead of only looking at the available parameters. 5.10 allows for non pairing and only use trust and connect, but that is also only possible on the CLI, not in the GUI or applet. 5.4 seems always to force this...
by mibra
Tue Jan 05, 2021 9:22 pm
Forum: ESP32 boards
Topic: BLE config le_secure or bond - unknown config param
Replies: 8
Views: 30356

Re: BLE config le_secure or bond - unknown config param

To add to my previous post. If I pair the device, then it will not reconnect when rebooting either controller or peripheral. On Linux 5.4 it never works. When I updated to 5.10 on the Raspberry and I do not pair via GUI, but only trust and connect via bluetoothctl everything works perfectly fine. Af...
by mibra
Sun Jan 03, 2021 1:19 pm
Forum: ESP32 boards
Topic: BLE config le_secure or bond - unknown config param
Replies: 8
Views: 30356

BLE config le_secure or bond - unknown config param

Hi, I am trying to setup a Bluetooth mouse for chin control for my handicapped dad. Basically everything works great, re-used your examples. Thank you for them! I only have one problem. Once the mouse is successfully paired and I reboot the ESP32, it does reconnect, but disconnect immediately. Via b...