Author Topic: colour detecting sensors  (Read 1904 times)

0 Members and 1 Guest are viewing this topic.

Offline mohit sharmaTopic starter

  • Jr. Member
  • **
  • Posts: 28
  • Helpful? 0
colour detecting sensors
« 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 ?

Offline SmAsH

  • Supreme Robot
  • *****
  • Posts: 3,959
  • Helpful? 75
  • SoR's Locale Electronics Nut.
Re: colour detecting sensors
« Reply #1 on: July 22, 2009, 07:57:36 AM »
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
Howdy

Offline Soeren

  • Supreme Robot
  • *****
  • Posts: 4,672
  • Helpful? 227
  • Mind Reading: 0.0
Re: colour detecting sensors
« Reply #2 on: July 26, 2009, 12:04:54 PM »
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) and you can build from the ground up with a RGB LED.
Regards,
Søren

A rather fast and fairly heavy robot with quite large wheels needs what? A lot of power?
Please remember...
Engineering is based on numbers - not adjectives

Offline Razor Concepts

  • Supreme Robot
  • *****
  • Posts: 1,856
  • Helpful? 53
    • RazorConcepts

Offline MangoBot

  • Robot Overlord
  • ****
  • Posts: 185
  • Helpful? 1
    • BeginneRobot
Re: colour detecting sensors
« Reply #4 on: July 26, 2009, 01:14:47 PM »
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

Offline mohit sharmaTopic starter

  • Jr. Member
  • **
  • Posts: 28
  • Helpful? 0
Re: colour detecting sensors
« Reply #5 on: July 31, 2009, 12:46:35 AM »
thanks to all for replies it helped a lot