sandeepmistry / node-sensortag

Node.js lib for the TI SensorTag
MIT License
218 stars 111 forks source link

Library doesn't work on Chrome client #101

Open tomerlevi444 opened 7 years ago

tomerlevi444 commented 7 years ago

Getting error: TypeError: Failed to execute 'requestDevice' on 'Bluetooth': 'filters' member must be non-empty to find any devices.

sandeepmistry commented 7 years ago

@monteslu any ideas on this?

This library is based on noble/noble-device, but doesn't scan with any filters by default. I think this is the reason for the error ...