Search found 2 matches
- 04:22, 03 May 2016
- Forum: Questions and answers
- Topic: How to uniquely identify SensorTags
- Replies: 2
- Views: 50219
Re: How to uniquely identify SensorTags
For anyone looking - the solution was in the format of the data recieved. Converting the data using fromUtf8 failes. Instead, the solution was to convert to Uint8Array and manipulate the data from there (converting each byte to a hex string).
- 00:52, 28 Apr 2016
- Forum: Questions and answers
- Topic: How to uniquely identify SensorTags
- Replies: 2
- Views: 50219
How to uniquely identify SensorTags
Hi I am developing an app that connects to two SensorTags and am now looking for a way to know and control which of the SensorTags is connected (rather than first the nearest device, and then the second one). Is there a way to read the Unique IDs for each SensorTag (like the UUID when connecting to ...