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 error message discussed here is helpful, but my tsl2591 is under direct sunlight with GAIN_LOW and INTEGRATIONTIME_100MS and the code keeps crashing... With this configuration isn't this sensor supposed to work even under these extreme light conditions? I'm copying my code below for reference.
Maybe i have 1 anothe answer. Typical maximum summer dayligt in Europe Czech Republic is around 100 000 LUX. TSL 2591 has specified maximum 88 000 LUX. Also 100 000 LUX is roughly 1 cm far from 100W classic light bulb.
For measuring outside i bought another LUX meter chip, but now i am trying this if it is more precise.
That makes sense. Perhaps this sensor it's not the best for an application with direct sunlight? Is there any way to double check that this is the source of error?
I'll assume that this is indeed due to the limited range of the sensor. An alternative would be this SEN0390 sensor with a range of up to 200k lux, although there seems to only exist libraries for arduino (not the rpi).
The error message discussed here is helpful, but my tsl2591 is under direct sunlight with
GAIN_LOW
andINTEGRATIONTIME_100MS
and the code keeps crashing... With this configuration isn't this sensor supposed to work even under these extreme light conditions? I'm copying my code below for reference.The text was updated successfully, but these errors were encountered: