sandeepmistry / node-sensortag

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

Detecting sensortag continuously #88

Closed arunseba closed 8 years ago

arunseba commented 8 years ago

how to detect sensor tag continuously until we stop detecting manually. i want to take temperature in room with multiple sensor tag simultaneously..

sandeepmistry commented 8 years ago

Hi @arunseba,

I've added a short example here: https://github.com/sandeepmistry/node-sensortag/blob/master/test-continous-discover-connect.js

You will have to fill in the temperature stuff, it just shows continuous discovery and connecting.