Hello everybody,
I’m using the I2C color sensor : http://www.seeedstudio.com/wiki/Grove_-_I2C_Color_Sensor
with the Arduino UNO.
And I encountered a bug : when I put it over a red surface it indicates “Error,the value overflow”
So I checked this forum and I found this topic :
Post subject: “Bug in color sensor twig sample code” -> http://www.seeedstudio.com/forum/viewtopic.php?f=17&t=2200&p=8038&hilit=color+bug+color+bug+red#p8038
Finally I removed the test to see what values the terminal prints, well if you look at the Chromaticity Diagram (see first link : Figure 4) it actually goes on overflow so the author “dave” wich posted the topic (2nd link) din’t resolve the problem… (nothing personnal dave )
My questions are :
Have you an idea about it ? Why it overflows ? Are the value attached to the red are wrong on your code ?
By the way, I didn’t forget to switch ON the LED and I’m using a sheet of paper where I printed the primary colors (no brilliant reflections) …
thank you.