Color Sensor
i got color sensor, , hook test out. have tcs3200. mine looks image below, different tcs3200 on mouser.com.
http://cgi.ebay.com/ws/ebayisapi.dll?viewitem&item=221367903444
i got couple schematics sensor, i'm not sure showing me, or how i'm supposed start connecting this. there 2 different schematics, both pretty complicated me.
i found lot of youtube videos on sensor, show working, not how hook up.
can me getting hooked up?
i want learn how read these schematics.
http://cgi.ebay.com/ws/ebayisapi.dll?viewitem&item=221367903444
i got couple schematics sensor, i'm not sure showing me, or how i'm supposed start connecting this. there 2 different schematics, both pretty complicated me.
i found lot of youtube videos on sensor, show working, not how hook up.
can me getting hooked up?
i want learn how read these schematics.
have @ http://forum.arduino.cc/index.php/topic,141827.0.html, http://forums.parallax.com/showthread.php/136258-code-for-using-a-tcs3200-with-arduino-and-a-question. first link has discussion, , second has appears working code.
as hookup, bit of code in examples above shows connect:
connect vss , oe to gnd on arduino
connect vdd 5v on arduino.
for complete datasheet of chip itself, see http://www.mouser.com/catalog/specsheets/tcs3200-e11.pdf
as hookup, bit of code in examples above shows connect:
code: [select]
int s0 = 8;//pinb - connect s0 on sensor pin 8 on arduino
int s1 = 9;//pina - connect s1 on sensor pin 9 on arduino
int s2 = 12;//pine - connect s2 on sensor pin 12 on arduino
int s3 = 11;//pinf - connect s3 on sensor pin 11 on arduino
int taosoutpin = 10;//pinc - connect out on sensor pin 10 on arduino
connect vss , oe to gnd on arduino
connect vdd 5v on arduino.
for complete datasheet of chip itself, see http://www.mouser.com/catalog/specsheets/tcs3200-e11.pdf
Arduino Forum > Using Arduino > Project Guidance > Color Sensor
arduino
Comments
Post a Comment