I placed the grove light sensor in my office (12 am with sunlight) and I was getting 613. I placed it out, under direct sun (at 30 Celcius degree) and I got only 630.
Is this normal?
2.Also, the output of this sensor is then converter via a math equation in resistance. On your wiki page, I am reading that the physical meaning of this resistance is to be exported from the the resistance curve, which to my opinion is rather vague.
What is the max length of the cable in order to read correct values from this sensor?
Hi,
Similar issue here.
Daytime light caps around 610-615, even direct lightning from a strong LED doesn’t help.
Practically, it matches moderate light , just good to read at night.
grove_light_sensor_v1_2.py says maximum value is 1000, though I can’ t get over 615.
This looks like there’s a power voltage mismatch, ADC expecting max 5V and LED giving 3.3V
3.3V/5V is 615/1000
But adc.read_register(0x29) gives 3.28V.
read_voltage gives me 2V, so I’m not sure what’s going on but the ratio is very suspicious.
[Well, I hadn’t realized OP was from May 13th… but 2013!]
Hi @cbaisse
Do you strictly follow the wiki process? In addition the light sensor value only reflects the approximated trend of the intensity of light, it DOES NOT represent the exact Lumen.
I use my sensor with a Grovepi and under a simple table lamp I measured 756 right now, and I received even higher data too. However it must be stated, that it is hard to get values close to the maximum. It is also have to be realized, that this cheaper kind of sensors are rather for distinguishing dark/shadow from light or day from night, than for fine measuring of light values.