-
It's possible that the Tilt doesn't advertise very often in order to conserve battery power.
That makes sense. Don't need second by second readings on a process which lasts 7 - 14 days. But if @Wilberforce can see it on Rasp Pi with Node.js, would that be the case?
@Wilberforce there is an OS project out there that uses Wifi called Spindel. Probably power hungry would expect, but for personal use, and putting patents to side, this is a really interesting project for accelerometer and Espruino.
Yes - the above looks right - but
findDevices
uses exactly the same coderequestDevice
does for grabbing devices, so iffindDevices
doesn't list it there's no way thatrequestDevice
will work.What if you do
NRF.findDevices(print,10000)
- it'll then scan for 10 seconds and return the response. It's possible that the Tilt doesn't advertise very often in order to conserve battery power.