You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to report a bug concerning computation of lux from TSL2561 sensor. In file lib/light.js on line 330 and 331 there should not be scaling by 0x10, but 10. Found this by comparing too low results from Johnny Five vs standard Arduino TSL2561 example and verified it in the datasheet (https://cdn-shop.adafruit.com/datasheets/TSL2561.pdf , page 24).
The text was updated successfully, but these errors were encountered:
I would like to report a bug concerning computation of lux from TSL2561 sensor. In file lib/light.js on line 330 and 331 there should not be scaling by 0x10, but 10. Found this by comparing too low results from Johnny Five vs standard Arduino TSL2561 example and verified it in the datasheet (https://cdn-shop.adafruit.com/datasheets/TSL2561.pdf , page 24).
The text was updated successfully, but these errors were encountered: