sandeepmistry / node-sensortag

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

Fixed lux and relative humidity readings using TI's Android source code #41

Closed piekstra closed 9 years ago

piekstra commented 9 years ago

This causes the readings to match up with the Android application's reported values for lux and humidity. The reading differences were fairly minimal so it's possible the app itself is incorrect.

martin-doyle commented 9 years ago

Looking at the Android app I also thought the humidity reading is wrong. But I think sandeepmistry is right since the new SensorTag has a different humidity sensor (HDC1000). http://www.ti.com/lit/ds/symlink/hdc1000.pdf (Page 14).

sandeepmistry commented 9 years ago

@martin-doyle @piekstra I think we can close this? #43 patches up the Lux changes ....

piekstra commented 9 years ago

Yes.