The scenario: You’re building an installation for which knowing the position of all audience members in space is essential. You don’t want to rely on visual blob-tracking because people standing in close proximity should still be identified as individuals and also your space is too big, e.g. spanning multiple rooms in a museum. What to do?
Enter:
Blueiot offer an RTLS (real time location system) or indoor positional tracking system, based on bluetooth. They claim to achieve an accuracy of 0.1 meters and are compatible with all Bluetooth 4.0 or above tags and mobile phones.
Based on their blueiot Open API we’ve implemented VL.BlueIOT. So once you have the system set-up, usage from the vvvv side is as simple as dealing with a list of Tags that carry information like an ID, a position, a timestamp and more. If a device sends a heartrate or custom byte array, this will be received. And if a device can be remote-controlled (like having it beep or vibrate), this can also be done.
So the fundamentals of the API are implemented, but it has some more obscure features that would still need wrapping, which all shouldn’t be too tricky, if needed.
Your turn now.
Sponsor credits
For the sponsoring of this open-source development we bow to Refik Anadol Studio.
If you also have a request for custom development, get in touch!
Comments: