GY-31 TCS230 TCS3200 color recognition sensor module

GY-31 TCS230 TCS3200 color recognition sensor module
GY-31 TCS230 TCS3200 color recognition sensor moduleGY-31 TCS230 TCS3200 color recognition sensor moduleGY-31 TCS230 TCS3200 color recognition sensor module
รหัสสินค้า S0047
หมวดหมู่ เซ็นเซอร์วัดระยะ/วัดมุมเอียง/วัดสี/วัดความเร่ง
ราคา 165.00 บาท
น้ำหนัก 8 กรัม
สถานะสินค้า พร้อมส่ง
ลงสินค้า 30 พ.ค. 2562
อัพเดทล่าสุด 11 ส.ค. 2566
คงเหลือ 2 ชิ้น
จำนวน
ชิ้น
หยิบลงตะกร้า
บัตรประชาชน
บุ๊คแบ๊งค์
คุ้มครองโดย LnwPay

Product Description

Using imported chip TCS3200

TCS3200 is TCS230 upgrade version , the better

Power supply 3-5v

การต่อสาย



ตัวอย่าง Code 


/*     Arduino Color Sensing Tutorial
 *      
 *  by Dejan Nedelkovski, www.HowToMechatronics.com
 *  
 */

#define S0 4
#define S1 5
#define S2 6
#define S3 7
#define sensorOut 8
int frequency = 0;
void setup() {
 pinMode(S0, OUTPUT);
 pinMode(S1, OUTPUT);
 pinMode(S2, OUTPUT);
 pinMode(S3, OUTPUT);
 pinMode(sensorOut, INPUT);
 
 // Setting frequency-scaling to 20%
 digitalWrite(S0,HIGH);
 digitalWrite(S1,LOW);
 
 Serial.begin(9600);
}
void loop() {
 // Setting red filtered photodiodes to be read
 digitalWrite(S2,LOW);
 digitalWrite(S3,LOW);
 // Reading the output frequency
 frequency = pulseIn(sensorOut, LOW);
 // Printing the value on the serial monitor
 Serial.print("R= ");//printing name
 Serial.print(frequency);//printing RED color frequency
 Serial.print("  ");
 delay(100);
 // Setting Green filtered photodiodes to be read
 digitalWrite(S2,HIGH);
 digitalWrite(S3,HIGH);
 // Reading the output frequency
 frequency = pulseIn(sensorOut, LOW);
 // Printing the value on the serial monitor
 Serial.print("G= ");//printing name
 Serial.print(frequency);//printing RED color frequency
 Serial.print("  ");
 delay(100);
 // Setting Blue filtered photodiodes to be read
 digitalWrite(S2,LOW);
 digitalWrite(S3,HIGH);
 // Reading the output frequency
 frequency = pulseIn(sensorOut, LOW);
 // Printing the value on the serial monitor
 Serial.print("B= ");//printing name
 Serial.print(frequency);//printing RED color frequency
 Serial.println("  ");
 delay(100);
}
 

Anti- light interference

White LED, can control the on and off .

It can detect non-luminous object color

Best detection distance of 1cm

 

วิธีการชำระเงิน

ธนาคารไทยพาณิชย์ จำกัด (มหาชน) สาขามีนบุรี ออมทรัพย์
บมจ. ธนาคารกสิกรไทย สาขาเดอะมอลล์ บางกะปิ ออมทรัพย์

หน้าที่เข้าชม419,689 ครั้ง
ผู้ชมทั้งหมด257,597 ครั้ง
เปิดร้าน5 มิ.ย. 2560
ร้านค้าอัพเดท4 ก.ย. 2568
รายการสั่งซื้อของฉัน
เข้าสู่ระบบด้วย
เข้าสู่ระบบ
สมัครสมาชิก

ยังไม่มีบัญชีเทพ สร้างบัญชีใหม่ ไม่มีค่าใช้จ่าย
สมัครสมาชิก (ฟรี)
รายการสั่งซื้อของฉัน
ข้อมูลร้านค้านี้
ร้านmcu2robot
mcu2robot
ร้าน MCU2ROBOT ขายบบอร์ด Arduino รุ่นต่างๆ เช่น arduino uno, arduino mega2560, arduino nano 3.0 ราคาถูก เป็นต้น และยังขายอุปกรณ์สำหรับทำหุ่นยนต์(robot)แบบต่างๆ เช่น หุ่นยนต์สำรวจ, โดรน, เครื่องบิน, แขนหุ่นยนต์, mini CNC, 3D Printer เป็นต้น โดยมีอุปกรณ์ตั้งแต่ เซ็นเซอร์สำหรับ arduino, พูลเล่ย์สายพาน, สายพาน, ล้อหุ่นยนต์, ลีดสกรู, ลูกปืน, optical axis, bearing, bread board, โมดูลต่างๆ, รีเลย์, GSM, GPS, มอเตอร์, power supply, สายไฟ, จอ LCD, resistor, capacitor ราคาถูก เป็นต้น และให้คำปรึกษาเกี่ยวกับการใช้งานอุปกรณ์ต่างๆอย่างละเอียด เราคัดสินค้าที่ดีที่สุดจากแหล่งที่ถูกที่สุดส่งตรงถึงบ้านคุณโดยที่ไม่ต้องเสียเวลาเดินทางและค่าเดินทาง โดยมีค่าจัดส่งราคาถูกและส่งสินค้าหลังจากมีการชำระเงินทันที www.mcu2robot.com FB: arduino2robot Line ID: arduino2robot
เบอร์โทร :
อีเมล : chawee2410@hotmail.com
ส่งข้อความติดต่อร้าน
เกี่ยวกับร้านค้านี้
สินค้าที่ดูล่าสุด
ดูสินค้าทั้งหมดในร้าน
สินค้าที่ดูล่าสุด
บันทึกเป็นร้านโปรด
Join เป็นสมาชิกร้าน
แชร์หน้านี้
แชร์หน้านี้

TOP เลื่อนขึ้นบนสุด
พูดคุย-สอบถาม