Skip to content
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

Cicada/LoraTile: Light values only update at beginning of sketch #13

Open
everhamme opened this issue Jan 17, 2019 · 1 comment
Open

Comments

@everhamme
Copy link

I am trying to understand why the light values only update once at the beginning of the sketch. For subsequent updates all light values are reported as zero.

Beginning:
Red raw counts = 212
Green raw counts = 173
Blue raw counts = 93
White raw counts = 498
Inferred IR raw counts = 20

Red light power density = 2.21 microWatt/cm^2
Green light power density = 2.34 microWatt/cm^2
Blue light power density = 1.66 microWatt/cm^2

Ambient light intensity = 43.54 lux

Correlated Color Temperature = 6819.09 Kelvin

During subsequent updates

Red raw counts = 0
Green raw counts = 0
Blue raw counts = 0
White raw counts = 0
Inferred IR raw counts = 0

Red light power density = 0.00 microWatt/cm^2
Green light power density = 0.00 microWatt/cm^2
Blue light power density = 0.00 microWatt/cm^2

Ambient light intensity = 0.00 lux

Correlated Color Temperature = nan Kelvin

@kriswiner
Copy link
Owner

kriswiner commented Jan 17, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants