Download # Arduino Code (*.ino file)
or
Upload Arduino code directly to your Microcontroller from website
If you want to integrate Arduino IDE into your website (as above) sign up here: codebender
Download # Arduino Code (*.ino file)
or
Upload Arduino code directly to your Microcontroller from website
If you want to integrate Arduino IDE into your website (as above) sign up here: codebender
Talha
How I can detect white color?
Elyes
R= 255, G = 255, B = 255
Talha
why the values are not same each time though color object is same from same distance?
francis
Bro, the intensity should be increased for proper accuracy.. i would suggest a magnifying glass placed before the LED’s of the sensor or an external source of light so that the reflected light hits the sensor properly..
Khamphai KHOUNNAVONGSA
if i want to get yellow color, how to set condition to get it? please help me
admin
Hello, add yellow color to the sensor, see in what interval values are provided and add accordingly conditions for that color. That’s it.
Mateo
Hi !
Seems the sensor works, there are values on monitor, but leds on sensor do not put on.
What can i do ?
Ahsan
can you elaborate the working of ‘color’ class?
DellX
I must say you have high quality posts here. Your posts should go viral.
You need initial boost only. How to get massive traffic?
Search for; Murgrabia’s tools go viral
hieu pham
digitalRead(out) == HIGH ? LOW : HIGH
What does this command line mean? Can you reply to me via email?
griselda
a question copy the code to the arduino and then it does not give the green, it does not detect it.
Chanu
Can u help me in determining the color of water ?? Can u plz reply to my mail.?
admin
That probably depends on conditions, where it is held and surrounding lights in general…
raghu harihar
i have few challenges here, i used external lighting on the sensor by removing the built in led lights in the sensor. while using the external lights if i use red light, it measures blue color, if i use green light it shows red in the serial monitor, if i use blue light it shows green in the serial monitor. if i use white light it shows black in the serial monitor with all values of rgb showing close to zero. why is that.