ESP32-Web-Bluetooth
ESP32-Web-Bluetooth copied to clipboard
No Services matching UUID 0000181a-0000-1000-8000-00805f9b34fb
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?