hkayann / node-red-contrib-ble-sense

Node-RED module for Bluetooth Low Energy (BLE) devices.
MIT License
6 stars 4 forks source link

Multiple BLE Scanners for multiple sensors #7

Open Andrulius opened 1 year ago

Andrulius commented 1 year ago

I have about 10 BLE temp sensors and after setup 10 scanners for 10 different names only last one scanning even when it's not connected in flow. How to gather data from multiple sensors correctly? blescanners

hkayann commented 1 year ago

You need only one BLE scan node. The others should be BLE connects. The way you do the connection is that: scan -> connect -> stop scan -> start scan -> connect the other one.