Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection to Windows 11 fails #330

Open
berteding opened this issue Nov 9, 2024 · 5 comments
Open

Connection to Windows 11 fails #330

berteding opened this issue Nov 9, 2024 · 5 comments

Comments

@berteding
Copy link

berteding commented Nov 9, 2024

Windows 11 sees my esp32 s3 board but the connection toggles fast between connected and disconnected.
Tried different usb device in my laptop, intel build in and realtek 5.4 Bluetooth usb stick.
On Android phone an tablet no problem.
I disconnected my phone and tablet first before trying my Windows 11 laptop.

@NopeProsOnly
Copy link

NopeProsOnly commented Nov 10, 2024

I'm able to reproduce this on my end as well. It worked for a bit, but suddenly, unexpectedly, it toggled the connection very quickly.

@beding
Copy link

beding commented Nov 11, 2024

I found another BleKeyboard code here: https://gist.github.com/manuelbl/66f059effc8a7be148adb1f104666467
This gives a stable connection on Windows 11
But there is only one interface function called typeText(), so no keypress and release functions.
So i hope that T-Vk can compare this code with his and find the problem.

@bligede767
Copy link

I found another BleKeyboard code here: https://gist.github.com/manuelbl/66f059effc8a7be148adb1f104666467 This gives a stable connection on Windows 11 But there is only one interface function called typeText(), so no keypress and release functions. So i hope that T-Vk can compare this code with his and find the problem.

How can I implemnt the code? I am newbie. Please, help

@berteding
Copy link
Author

I can send you my project if you like, but then i need your email.
I implemented a macro keyboard for VLC player with the code of manuelbl, this works well on windows 11.
The ESP-32-BLE-Keyboard does not work with windows 11 and it looks as if nobody is going to solve it.

@berteding
Copy link
Author

Just add the code to your project, include the header file and use the functions as in the example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants