Infrared Tracing Sensor for Arduino , CTRT5000 With Demo Code

Infrared Tracing Sensor for Arduino , CTRT5000 With Demo Code

Negotiable /Piece

Min.Order:1 Piece

Supply Ability:
0 Piece / Pieces per Month
Payment Terms:
T/T L/C D/P D/A
Delivery Detail:
7 days

Quick Details View All >

Brand Name:
Oky Newstar
Place of Origin:
China
Model Number:
Tracing sensor module

Oky Newstar Technology Co., Ltd

Business Type: Trading Company
Main Products: Arduino Starter Kits

Product Details

Delivery Time:3-5 workdays after payment

Infrared Tracing Sensor for Arduino , CTRT5000 With Demo Code

Description:

Tracing sensors, robots make the necessary
Using infrared light detection, anti-interference ability
Sensor uses CTRT5000, high sensitivity, stable performance
Operating voltage 5V, output low black line, a white line output high
Exquisite workmanship, with indicator
With fixed bolt hole for easy installation

Now we use the tracking module and a digital interface ,  making A tracing cue lights
 when tracing sensor senses a key signal, LED lights, otherwise off.
Arduino test  code:
int Led = 13 ;/ / define LED Interface
int buttonpin = 3; / / define tracing sensor interface
int val ;/ / define numeric variables val
void setup ()
{
pinMode (Led, OUTPUT) ;/ / define LED as output interface
pinMode (buttonpin, INPUT) ;/ / define tracing sensor output interface
}
void loop ()
{
val = digitalRead (buttonpin) ;/ / digital interface will be assigned a value of 3 to read val
if (val == HIGH) / / When the sensor detects a tracking signal, LED flashes
{
digitalWrite (Led, HIGH);
}
else
{
digitalWrite (Led, LOW);
}
}

Competitive Advantage:

1. Convenient & Friendly Customer Service
2. Low Prices Direct From Factory Suppliers
3. Fast Delivery Around the World. 
4. High Quality With Global Standards. 
5. 1 Year Factory Warranty
6. Safe Shipping Way and Payment
 

Contact Supplier

Ms Erica Teng Chat Now
Telephone
86-755-23578860
Mobile
86-13928446609
Fax
86-755-23578861
Skype
sales-okystar
Address
Room1105, Block B, Chinto Technology Building, Minzhi Road, LongHua Xi'an,Shaanxi

You May Like

New Products

Recommended Products

View More View Less

Find Similar Products By Category

Electronic Components & Supplies > Active Components > Integrated Circuits
Categories
Hi~