Society of Robots - Robot Forum
Electronics => Electronics => Topic started by: mohit sharma on July 22, 2009, 07:32:43 AM
-
Is there any kind of sensors which can be used for colour detection ? If there is so how they can be interfaced with microcontroller ?
-
when i think of color sensors, two spring to mind.
1. cameras, these are generally more for advanced users http://www.societyofrobots.com/programming_computer_vision_tutorial.shtml
2. the simple photoresistor setup, this setup is easy as pie...
you simply turn one color led on, read photoresistor, turn it off and repeat with a different color led.
check out http://www.societyofrobots.com/sensors_color.shtml
-
Hi,
Is there any kind of sensors which can be used for colour detection ? If there is so how they can be interfaced with microcontroller ?
Yes, quite a few. Taos Inc makes some (http://www.taosinc.com/productfamily.aspx?sel=cs (http://www.taosinc.com/productfamily.aspx?sel=cs)) and you can build from the ground up with a RGB LED.
-
http://www.sparkfun.com/commerce/product_info.php?products_id=8618
-
did you read the tutorial on color sensing, it is exactly what smash said, and the admin i think has a code written for following a red shirt(read FAQ) this is the tutorial: http://www.societyofrobots.com/sensors_color.shtml
-
thanks to all for replies it helped a lot