-
Notifications
You must be signed in to change notification settings - Fork 408
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
iOS14.1 and iOS12.4.8 cannot find ESP32 BLE keyboard #58
Comments
Which iOS version and which device and model are you using? Some are not compatible. Edit: Sorry, I see the iOS version is mentioned in the title. Take a look at #51 |
2020年11月20日(金) 3:32 T-vK <[email protected]>:
Which iOS version and which device and model are you using? Some are not
compatible.
iPhone 7 iOS 14.1
iPad 4 iOS 12.4.8
I knew you are the very genius programmer. I’d like you to make it to
compatible for them. If you can make it I’d like you to give donation to
you.
Best regards
Kai
--
Daisuke Kai Junkai Sent from iPhone
|
2020年11月20日(金) 3:32 T-vK <[email protected]>:
Which iOS version and which device and model are you using? Some are not
compatible
iPhone SE2 iOS 14.1 cannot find ESP32-BLE-Keyboard, too.
--
Daisuke Kai Junkai Sent from iPhone
|
If you look at the list in #51 you can see that the iPhone 7 is not compatible. I don't know about the iPad 4. It may or may not work. Please test it with the official example code that doesn't contain any M5 libraries. |
Just to add my 2c, I've been using this lib on M5Stack and M5Atom and using M5 libs, doesn't seem to affect BLE keyboard function at all. Thank you @T-vK for making and maintaining this great piece of software by the way! :) |
What is your 2c? |
Yeah, I am also having issues on an iPhone 8 running 14.1 - just cannot see the advertisement (esp wroom 32) |
|
@T-vK, Will you make this library to be compatible with iOS and macOS in near future? |
It already is. Again, look at #51. Apple devices that don't properly support "Bluetooth Low Energy" will never work with this and there is nothing I can do about it. |
Same for me, but it worked with this code here some time ago (same Mac same iOS devices): https://gist.github.com/manuelbl/66f059effc8a7be148adb1f104666467 I have to re-test if this is still the case or if the Mac / iOS update also broke that snipped. Tested devices: MacBook Pro 2019 Tested with ESP32 DevKit v4 |
I actually got this working by making my device name really short (in my case I just set it to "Matt"), and it seemed to work after that on both my recent Ipad and an iphone 8 running IOS 14. |
Sorry for my late reply. |
I use M5StickC have Code include BleKeyboard.h. But they cannot find the device as ESP32 BLE keyboard.
Win10 can find the device with Bluetooth.
How iOS find the device with BleKeyboard?
The text was updated successfully, but these errors were encountered: