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
The sensor documentation here, in section 3.2 shows that an additional step is required to calculate the lux value: the calculated value needs to be divided by INTEGRATION_TIME_MS*SENSOR_GAIN/DGF, where DGF for this sensor is 310 assuming there is no glass in front of if (see appendix 1).
Is there a reason why the lux calculation was implemented this way?
Thanks
The text was updated successfully, but these errors were encountered:
This library calculates lux with just this formula:
Adafruit_TCS34725/Adafruit_TCS34725.cpp
Line 513 in 6dc4283
The sensor documentation here, in section 3.2 shows that an additional step is required to calculate the lux value: the calculated value needs to be divided by INTEGRATION_TIME_MS*SENSOR_GAIN/DGF, where DGF for this sensor is 310 assuming there is no glass in front of if (see appendix 1).
Is there a reason why the lux calculation was implemented this way?
Thanks
The text was updated successfully, but these errors were encountered: