Search code examples
web-bluetooth

Web Bluetooth not working on Chrome browser version 62.0.3202.75 (Official Build) (64-bit)


I just upgraded my Chrome browser (on Ubuntu desktop) to Version 62.0.3202.75 (Official Build) (64-bit).

And now my web bluetooth HTML5 app doesn't working. It can connect to GATT server but cannot get the available services. I am using BBC micro:bit computer with this application: https://show.io/demos/microbit/led

Could you help?

Regards, Ferry


Solution

  • Here's the doc that tracks Web Bluetooth implementation status in Chrome:

    https://github.com/WebBluetoothCG/web-bluetooth/blob/master/implementation-status.md

    On Linux, there are some additional prerequisites:

    Linux: Requires Kernel 3.19+ and BlueZ 5.41+ installed. Read How to get Chrome Web Bluetooth working on Linux.
    Note that Bluetooth daemon needs to run with experimental interfaces if BlueZ version is lower than 5.43: sudo /usr/sbin/bluetoothd -E