TCS34725 Basys3 VHDL

Thread Starter

kmesne

Joined Mar 13, 2019
13
Hi I am trying to use TCS34725 to identify Green and Red Colors, it has I2C interface and i could not find any I2C interface about this and i am not capable to write a protocol code what should I do I am stucked.

I just need when it sees green it turns one led and when it sees red it turns another led.
 

KeithWalker

Joined Jul 10, 2017
3,063
Hi I am trying to use TCS34725 to identify Green and Red Colors, it has I2C interface and i could not find any I2C interface about this and i am not capable to write a protocol code what should I do I am stucked.

I just need when it sees green it turns one led and when it sees red it turns another led.
This device is designed to be controlled by a microprocessor. What do you intend to use for this? I would recommend an Arduino uno. They are inexpensive and there are tutorials, with code, to get you started:
https://learn.adafruit.com/adafruit-color-sensors/overview
 

Thread Starter

kmesne

Joined Mar 13, 2019
13
This device is designed to be controlled by a microprocessor. What do you intend to use for this? I would recommend an Arduino uno. They are inexpensive and there are tutorials, with code, to get you started:
https://learn.adafruit.com/adafruit-color-sensors/overview
I have to do with basys3
This device is designed to be controlled by a microprocessor. What do you intend to use for this? I would recommend an Arduino uno. They are inexpensive and there are tutorials, with code, to get you started:
https://learn.adafruit.com/adafruit-color-sensors/overview
 
Top