Simple Color Detection Circuit
Uploader Comments (kyrib)
All Comments (25)
-
great demo on how coloured light only reflects itself, I really enjoyed this :)
-
I think i found the woman of my dreams
-
nice project...recently im testing with the colour sensor circuit..can i have ur schematic diagram for the connection for the circuit?thank a lot...
-
i'm very interested in this amazing project.
what are the wire connections in microcontroller? can i get a copy of schematic diagram with the microcontroller connected? thank you
-
@kyrib ...Yes, you can do that with the parts you already have in your circuit. It simply requires a little code modification. How do you measure intensity, you ask? Create a voltage divider using a fixed resistance and your photoresistor / photodiode in series between +5VDC and ground. Measure the voltage across your photoresistor using your microprocessor's analog-to-digital converter pin, and that's how you know the intensity of red, green, and blue light reflected by the object. :)
-
Could you make a detector say a black widow spider then cross it over with a picture of JFK to see if it will match? I know Taos color sensor are pretty accurate.
-
Can I get a copy of the schematic desighn ?
-
very very interesting! Im working on an interactive installation with my team but for a projection screen. And this is very useful as a research!
-
does it need any microcontroller or is it just a basic analogue circuit?
Can you change the color to the color detected?
miikebass 2 years ago
well, the LED should already be at the color detected, because you have to set the RGB LED to the color you want to detect in the first place. Like, if you want to detect a red object, you have to set the RGB LED to red, and etc.
kyrib 2 years ago
Why not switch Red, Green, Blue quickly in sequence and measure the intensity in each channel ? That way you directly get the color and don't need to set the color first for comparison.
twilight1138 2 years ago
Well, then that's not so "simple", is it? ;) How do you measure intensity? Can i do that with just parts I have laying around?
kyrib 2 years ago