-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TSL2561 -> question about Value/Level #1333
Comments
Sounds like bugs! I will try to repro this tomorrow and see what I can learn. In the meantime, can you describe the conditions in which this sensor is exposed when these readings occur? |
I had some doubts about the sensor itself then I tested using a python code It seems the values look like good using this code. |
Thanks for this additional information |
So, I can confirm that I had different numbers as well, when compared to Adafruit's own C libraries. I looked in the source and the only difference that I could identify was that they are using the 16X gain and 13ms integration time. When I change J5 to these settings, I get the same results. |
Sorry for my ignorance, very new to the library.. what do you mean by "when I change J5"? |
@Stan92 just go ahead and do |
I thank you very much... it seems ok :-) great job |
Woo! Excellent :D |
Sorry to bother you again on a closed topic, but I have got a newbie question! Is the "this.value" the direct raw measure of lux sensed by the device? So is it correct to assume, reading values from TSL2561 with Johnny-Five, a scale from "0" to "40.000" lux? Thank you! |
Hi,
Need to know if it's correct to get value over 80000 and level over 1.0?
I m using the Light controller with a TSL2561 (and a PI 3), and I get these kind of values.
From the documentation, my understanding was the level data should be between 0 & 1.
Thanks for your support as well as the library..
The text was updated successfully, but these errors were encountered: