sandeepmistry / node-bleacon

A Node.js library for creating, discovering, and configuring iBeacons
MIT License
498 stars 88 forks source link

temperature at estimote #52

Closed setomits closed 8 years ago

setomits commented 8 years ago

Thanks for the great library!

I have three Estimote beacons and found them with Estimote.discoverAll(). They must have different temperatures but each result of readTemperature() is 255.99609375. It looks weird. Do you have any idea to fix it?

sandeepmistry commented 8 years ago

@setomits thanks for the positive feedback!

What temperature are you expecting, for example what does the Estimote app report?

setomits commented 8 years ago

Estimote iPhone app says around 26.0 - 28.0. Anyway, according to Temperature without Authentication - Archive - Estimote Community Forums, we can get temperatures only at "connectivity mode".

sandeepmistry commented 8 years ago

@setomits ok, so this module doesn't really support the latest Estimote firmware authentication scheme unfortunately. This is a bit awkward to support as well.

What do you suggest the next step is?

sandeepmistry commented 8 years ago

Closing this due to lack of activity.