- This topic has 2 replies, 3 voices, and was last updated 8 years, 5 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › Arduino › colour sensing
How to sense different colours using arduino and ir sensor.
And how to use it to make colour line follower robot.
The kind of sensors used for line following robots (IR proximity sensors) don't sense color in the normal use of that word. They actually sense reflectivity, the reflectivity of an object at a particular wavelength is what gives it color.
So, your sensor would work best if you had a background that absorbed IR light and a line that reflected IR light. As it turns out, the colors that we call dark colors are pretty good at absorbing near IR as well as the visible spectrum, and the colors that we call bright colors are pretty good at reflecting near IR.
you need RGB color sensor for color line follower robot