Menu
Your Cart

TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino

TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
TCS34725 Color Sensor RGB Color Detect Color Sensing Recognition Switch Module Color Unit GROVE I2C for Arduino
$12.99
Ex Tax: $12.99
  • Stock: In Stock
  • Model: EB0043027
  • SKU: EB0043027

Description:

COLOR is color recognition unit integrated TCS3472. Like its namesake, COLOR is able to detect color value and return RGB data to the host.

Identify color principle:

In the TCS3472, a 3*4 array of filtered photodiodes and a 16 bit analog-to-digital converters are embedded. Of the 12 photodiodes, 3 have red filters, 3 have green filters, 3 have blue filters and 3 have no filter(clear).

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

When detecting the color of an object, TCS3472 returns data from four channels: red(R), green(G), blue(B) and clear(C)(non-filtered). The response from the red, green and blue channels (RGB) can be used to determine a particular source’s chromaticity coordinates (x, y).

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

Chromaticity Calculation Process Overview:

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

When we get coordinates (x, y), please reference the below figure so as to get the recommended color.

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

This Unit communicates with the M5Core via the GROVE A interface(I2C). Address is 0x29.

Product Features:

  • Detection ran ge: -40℃~85℃
  • GROVE interface, support UIFlow : http://flow.m5stack.com/  and for 
  • Two Le go-compatible holes
  • Product Size: 32.2mm x 24.2mm x 8.2mm
  • Product weight: 3.9g

Package Included:

  • 1x COLOR Unit
  • 1x Grove Cable

Application:

  • Product Color Verification
  • Color tracking robot
  • Offical Video: https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w

  • Forum : http://forum.m5stack.com/

  • Datasheet - TCS3472

EasyLoader

click to download EasyLoader : https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Unit/EasyLoader_Color.exe


1.EasyLoader is a simple and fast program burner, and each product page has a product-related case program for EasyLoader.

2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click "Burn" to start burning.

3.The CP210X (USB driver) needs to be installed before the EasyLoader is burned. Click here to view the driver installation tutorial:https://docs.m5stack.com/en/related_documents/establish_serial_connection

Example:

1. IDE

The code below is incomplete. To get the complete code, please click here: https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/COLOR/ .

  /*    Color test      hardware: M5Stack      please install the Adfruit TCS34725 library first ...  */  #include <Wire.h>  #include <M5Stack.h>  #include "Adafruit_TCS34725.h"    // declaration  uint16_t clear, red, green, blue;  #define commonAnode true // set to false if using a common cathode LED    // new a object  Adafruit_TCS34725 tcs;  tcs = Adafruit_TCS34725(TCS34725_INTEGRATIONTIME_50MS,TCS34725_GAIN_4X);    // initialization  M5.begin(true, false, false);  tcs.begin();  tcs.setIntegrationTime(TCS34725_INTEGRATIONTIME_154MS);  tcs.setGain(TCS34725_GAIN_4X);    // read data  tcs.getRawData(&red, &green, &blue, &clear);

After burnt this example, PC serial terminal will print original value RGBC(red, green, blue, clear).

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796


Schematic:
 

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

TCS34725-Color-Sensor-RGB-Color-Detect-Color-Sensing-Recognition-Switch-Module-Color-Unit-GROVE-I2C--1496796

Write a review

Note: HTML is not translated!
Bad Good

Shipping Time


After you successfully placed an order at RenhotecIC.com, you will receive a confirmation email with your invoice. Once your order is shipped, you will be emailed with the tracking information of your package. Also, you can choose your preferred shipping method during the checkout process. Kindly advise: please select DHL/FedEx if you need our product urgently.

The timeline of the whole shipping process is shown below:

img

The total delivery time is calculated from the time your order is successfully placed to the time received. Total delivery time is broken down into processing time and shipping time.

Processing time: The time it takes to prepare your item(s), includes preparing your items, performing quality inspections, and packaging for shipment. Normally, the processing time is 1-3 days (Only include Monday to Saturday ) after getting your order.

Shipping time: The time for your item(s) to travel from our warehouse to your destination. The shipping time depends on the shipping method you chose. Please refer to the shipping rate section for details. 


Shipping Rates


You could choose the shipping method based on your preference during checkout, different shipping methods will apply different rates and shipping times. Please check the following chart for detail:


Shipping MethodShipping RatesShipping Times
Flat Shipping (Promotion)
$10About 5-30 Working Days to Worldwide (Only include Monday to Saturday )

Standard Express(0.5KG starting price listed)

Based On WeightsAbout 5-15 Working Days to Worldwide (Only include Monday to Saturday )

Priority Express (0.5KG starting price listed)

Based On WeightsAbout 3-7 Working Days to Worldwide (Only include Monday to Saturday )

In addition, the transit time depends on where you're located, the shipping method you choose, and where your package comes from. We will keep you informed of any problems here to help you get your order as soon as possible. 

If you want to know more information, please contact the customer service by contact form or sales@renhotecic.com. We will settle your problem as soon as possible. Enjoy shopping!

Tags: Color Sensor