Difference between revisions of "GY-33 Color Recognition Sensor Module"

From Wiki
Jump to: navigation, search
(Experimental Procedures for Arduino)
(Experimental Procedures for Arduino)
Line 84: Line 84:
 
|GND
 
|GND
 
|}
 
|}
 +
[[File:GY-33_05.jpg]]<br>

Revision as of 07:59, 16 September 2019

Introduction

GY-33 color recognition sensor module has these advantages: low cost, small volume, easy to mount, low-power consumption and its working voltage is 3~5V.
GY-33 01.jpg GY-33 02.jpg
TCS347525 GY-33 03.jpg
The TCS3472 device provides a digital return of red, green, blue (RGB), and clear light sensing values. An IR blocking filter, integrated on-chip and localized to the color sensing photodiodes, minimizes the IR spectral component of the incoming light and allows color measurements to be made accurately. The high sensitivity, wide dynamic range, and IR blocking filter make the TCS3472 an ideal color sensor solution for use under varying lighting conditions and through attenuating materials.

Features

  1. Measure Range: RGB 0~255;
  2. Frequency: 10 Hz;
  3. Working Voltage: 3~5V;
  4. Working Electric Current: 15mA;
  5. Working Temperature: -20° ~ 85°;
  6. Storage Temperature: -40° ~ 125°;
  7. Size: 24.3mm x 26.7mm;
  8. Sensor Chip: TCS34725.

Introduction of Pins

Pin Introduction
GND Connected to the cathode of the power supply
DR Serial port UART_RX/IIC_SDA
VCC Connected to the anode of the power supply(3v-5v)
NC Remain, do not connect to anything
INT TCS34725 color chip breaks off s1=0 (wiring up GND, run it)
SDA TCS34725 color chip data wire s1=0(wiring up GND, run it)
SCL TCS34725 clock line of color chip s1 = 0 (wiring up GND, run it)
S0 Serial/MCU_IIC Mode Choose
S1 Only let sensor chip choose


Principle

LED lights up and illuminates the detected objects. The reflected lights detect the ratio of RGB via the filter and recognize the colors according to the RGB ratio. TCS347525 The TcS34725 light-to-digital converter contains a 3 X 4 photodiode array, four analog-to-digital converters (ADC) that integrate the photodiode current, data registers, a state machine, and an I2C interface. THE 3 X 4photodiode array is composed of red-filtered, green-filtered, blue-filtered, and clear (unfiltered) photodiodes. In addition, the photodiodes currents use a 16-bit digital value. Upon completion of a conversion cycle, the results are transferred to the data registers, which are double-buffered to ensure the integrity of the data. All of the internal timing, as well as the low-power wait state, is controlled by the state machine.
GY-33 04.jpg

Experimental Procedures for Arduino

Step 1:Connect the circuit:

GY-33 Uno Board
VCC VCC
CT A5
DR A4
GND GND
SO GND

GY-33 05.jpg