ESP32-Web-Bluetooth icon indicating copy to clipboard operation
ESP32-Web-Bluetooth copied to clipboard

No Services matching UUID 0000181a-0000-1000-8000-00805f9b34fb

Open iot49 opened this issue 1 year ago • 0 comments

Thanks for a great example!

Pairing works (Chrome), but the webpage won't update. Developer tools report the following error:

Uncaught (in promise) DOMException: No Services matching UUID 0000181a-0000-1000-8000-00805f9b34fb found in Device.

That's the environmental service. app.js lists it as optional service on line 63, but does not implement it. Perhaps that's the reason for the error?

I'm fetching https://wave1art.github.io/ESP32-Web-Bluetooth/ with the browser, in case that matters.

Any ideas?

iot49 avatar Sep 04 '23 19:09 iot49