-
Notifications
You must be signed in to change notification settings - Fork 53
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
with your example i can't find the esp32 ble provision device #4
Comments
I have the same situation as you
But the API is : I don't know why we have WIFI here ? |
I have the same issue. It's because of they are scanning particular service uuid on ble_service file.
Scanning without uuid show me esp device in scan list. But it's not going further for the provisioning. |
@saps1063 I am working on this too, once i removed the particular service uuid, the next error i faced was : Error conencting to device NoSuchMethodError: The method 'isConnected' was called on null. If this was the error you received, the fix is to in the startProvisioning() method, the fix is to move |
show bottom sheet after 2 send delay. example/lib/ble_screen/ble_screen.dart
|
Hi, I am also working on the same. after giving empty UUID list it list the my device, when I select it, It throws this exception 2022-05-30 16:24:59.478540+0530 Runner[1381:48973] flutter: ^[[38;5;196m│ ⛔ Error conencting to device NoSuchMethodError: The method 'securitySession' was called on null.<…>
|
Hi, I am also working on the same. after giving empty UUID list it list the my device, when I select it, It throws this exception 2022-05-30 16:24:59.478540+0530 Runner[1381:48973] flutter: ^[[38;5;196m│ ⛔ Error conencting to device NoSuchMethodError: The method 'securitySession' was called on null.<…> |
with your example i can't find the esp32 ble provision device, have any advice?
The text was updated successfully, but these errors were encountered: