WebBluetoothCG / demos

Demo applications showing off Web Bluetooth
https://webbluetoothcg.github.io/demos/
Apache License 2.0
624 stars 188 forks source link

playbulb demo does not find the playbulb #70

Closed andreaskoler closed 5 years ago

andreaskoler commented 6 years ago

Hi!

I tried the playbulb demo on my android Smartphone with Chrome, but it does not find any ble devices.

I also tried the nRf Connect App and could find the playbulb and the corresponding UUIDs to change the color. So it seems that the problem is somewhere in the code of the demo.

Any suggestions or ideas how to solve that?

Thank you! Andreas

scheib commented 6 years ago

Thanks for taking a look.

https://www.chromium.org/developers/how-tos/file-web-bluetooth-bugs has several ideas. After NRF Connect try chrome://bluetooth-internals and see if the device is listed there.

If the device is a newer or different model than the ones used to build a demo then the content of the advertisement packet may differ. E.g. different UUIDs may be advertised. Check the AD packet details in nrf connect and compare them to what is being filtered for by the web bluetooth app.