Coding for a color sensor

Hi,

I'm starting a project with this color sensor. The sensor connects to an Arduino UNO click shield by snap on. The click shield connects to the UNO also by snapping on.

Currently, there is no Arduino code for this sensor. I want to be able to sense the color of an object and send the result to my computer, and ultimately to a data logger.

I have very little knowledge in coding Arduino projects. Do you think this is a feasible project to do maybe with a tutor?

Thanks!

It looks doable. Follow the links You've given.

Currently, there is no Arduino code for this sensor.

Google, "tsc3471 arduino library"

You can refer to this project. It used the same color sensor as your

Hi,
Can you please tell us your electronics, programming, arduino, hardware experience?

What exactly are you determining the colour of?
Surface, liquid, gas, light beam?

Thanks.. Tom... :slight_smile:

TomGeorge:
Can you please tell us your electronics, programming, arduino, hardware experience?

What exactly are you determining the colour of?
Surface, liquid, gas, light beam?

I have very little hardware and arduino knowledge, but I have programming experience in Python and C++. I'm trying to determine the color of a surface.

Thank you to everyone who replied, I have a lot more direction now!