You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the BLE server on my little esp32 c3 device with NimBLE, and I build the web app with vue.
It works fine in Desktop Edge Browser: setValue / ReadValue / Receive Notify from esp device.
But on my Android Phone(Samsung), the Edge can bond with device, can setValue or ReadValue. But can not receive the notify from ESP32's NimBLE service. the mobile phone's Edge Console said: GATT operation failed for unknown reason
The text was updated successfully, but these errors were encountered:
await weightCharacteristic.startNotifications();
The Problem is here, VUE app .startNotifications() , this function can not work with NimBLE.
It works fine with PlatformIO's Adruino Framework's BLE library.(It is too heavy)
I run the BLE server on my little esp32 c3 device with NimBLE, and I build the web app with vue.
It works fine in Desktop Edge Browser: setValue / ReadValue / Receive Notify from esp device.
But on my Android Phone(Samsung), the Edge can bond with device, can setValue or ReadValue. But can not receive the notify from ESP32's NimBLE service. the mobile phone's Edge Console said:
GATT operation failed for unknown reason
The text was updated successfully, but these errors were encountered: