-
Notifications
You must be signed in to change notification settings - Fork 592
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Node-red on RPi2 connect multiple Ti SensorTags #109
Comments
I've been on holiday and I've lent my 2 sensorTags to somebody. When I get them back I'll try and find some time to have a look at this. |
Having had a bit of a play with the underlying library, it seams it will only bind to one tag at a time. |
The underlying library is node-sensortag and noble and bluez (on Linux), and @sandeepmistry should know more. |
Closing for now as not much we can do about it - apart from hassle upstream. |
The new unpublished |
@sandeepmistry I'm using the head code, but I still can't get it to connect to more than one tag at once. I'll open an issue against node-sensortag with the sample code I've been trying |
The relevant upstream issue is sandeepmistry/node-sensortag#37 if you're following along. |
It might make sense @dceejay to split out node-red-node-sensortag as its own repo and npm - I know that's the long term plan for all of these nodes, but there's a fair bit of dependencies to sort through and the cleaner packaging would let us tweak things faster. |
Ed, Thanks but no. I'd prefer to keep them in one repo for now - they are already individually published to npm so installing them for non-developers is no problem. (and developers only need the pre-reqs for the nodes they are interested in.) |
Reopened - as per vielmetti comment in #107 (now closed) |
A 3rd party node https://github.com/ibm-iot/node-red-contrib-sensortag supports multiple tags. |
Super! Glad to see this, looking forward to trying it out. |
Environment:
Board: Raspberry Pi 2(Running RASPBIAN)
Bluetooth Adapter: ORICO BTA-403
BLE device: Ti SensorTag CC2541
the first SensorTag works fine.
but the SensorTag2 does not work.(no sign of the Adapter)
they have different UUIDs.
I just want to ask How can i speak with multiple SensorTags?
The text was updated successfully, but these errors were encountered: