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
Hi, this is using the test script, so the command needs to be :
$ i2cdump -y 1 0x39 >/dev/null 2>&1 && python3 TSL2561-test.py
This way, the sensor works fine, and reacts well to changes in light.
Without the i2cdump poll, I just get the "no lux" error message.
What happens ? ^^
The text was updated successfully, but these errors were encountered:
Hi, this is using the test script, so the command needs to be :
$ i2cdump -y 1 0x39 >/dev/null 2>&1 && python3 TSL2561-test.py
This way, the sensor works fine, and reacts well to changes in light.
Without the i2cdump poll, I just get the "no lux" error message.
What happens ? ^^
The text was updated successfully, but these errors were encountered: