Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use TCRT5000: Examples, Pinouts, and Specs

Image of TCRT5000
Cirkit Designer LogoDesign with TCRT5000 in Cirkit Designer

Introduction

The TCRT5000, manufactured by TOI, is an infrared (IR) sensor module that integrates an IR emitter and a phototransistor in a single package. This component is designed for detecting objects and measuring proximity by emitting infrared light and sensing the reflected light. The TCRT5000 is widely used in applications such as line-following robots, obstacle detection systems, and rotary encoders.

Explore Projects Built with TCRT5000

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Arduino Mega 2560-Based Autonomous Robot with IR and Ultrasonic Sensors
Image of ARUINO: A project utilizing TCRT5000 in a practical application
This circuit is a robotic system controlled by an Arduino Mega 2560, which interfaces with multiple sensors including TCRT-5000 IR sensors, HC-SR04 ultrasonic sensors, and a TCS3200 color sensor. The Arduino also controls a motor driver to operate four motors and wheels, powered by a 7V battery, enabling the robot to navigate and interact with its environment.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Leonardo-Based Line Following Robot with TCRT-5000 IR Sensors and L298N Motor Driver
Image of compt_neapolis_nebeul: A project utilizing TCRT5000 in a practical application
This circuit is a line-following robot that uses four TCRT-5000 IR sensors to detect the path and an Arduino Leonardo to process the sensor data. The Arduino controls two DC motors via an L298N motor driver module, powered by a 7.4V battery and a rocker switch for power control.
Cirkit Designer LogoOpen Project in Cirkit Designer
ESP32-Powered Obstacle Avoidance Robot with IR and Ultrasonic Sensors
Image of projcememek: A project utilizing TCRT5000 in a practical application
This circuit features a 18650 Li-Ion battery connected to a TP4056 charging module, which in turn is connected to an MT3608 boost converter to step up the voltage. The output of the MT3608 powers an ESP32 microcontroller, a TCRT 5000 IR sensor, an HC-SR04 ultrasonic sensor, and an MG996R servo motor. The ESP32 is configured to control the servo motor via GPIO 27 and to receive input signals from the IR sensor and ultrasonic sensor through GPIO 14 and GPIO 13, respectively.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino Nano-Based Line Following Robot with IR Sensors and L298N Motor Driver
Image of line: A project utilizing TCRT5000 in a practical application
This circuit is a robotic system controlled by an Arduino Nano, which interfaces with three TCRT-5000 IR sensors for obstacle detection and an L298N motor driver to control two DC motors. The system is powered by a 12V battery, regulated by a buck converter to supply the necessary voltage to the Arduino and sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with TCRT5000

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of ARUINO: A project utilizing TCRT5000 in a practical application
Arduino Mega 2560-Based Autonomous Robot with IR and Ultrasonic Sensors
This circuit is a robotic system controlled by an Arduino Mega 2560, which interfaces with multiple sensors including TCRT-5000 IR sensors, HC-SR04 ultrasonic sensors, and a TCS3200 color sensor. The Arduino also controls a motor driver to operate four motors and wheels, powered by a 7V battery, enabling the robot to navigate and interact with its environment.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of compt_neapolis_nebeul: A project utilizing TCRT5000 in a practical application
Arduino Leonardo-Based Line Following Robot with TCRT-5000 IR Sensors and L298N Motor Driver
This circuit is a line-following robot that uses four TCRT-5000 IR sensors to detect the path and an Arduino Leonardo to process the sensor data. The Arduino controls two DC motors via an L298N motor driver module, powered by a 7.4V battery and a rocker switch for power control.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of projcememek: A project utilizing TCRT5000 in a practical application
ESP32-Powered Obstacle Avoidance Robot with IR and Ultrasonic Sensors
This circuit features a 18650 Li-Ion battery connected to a TP4056 charging module, which in turn is connected to an MT3608 boost converter to step up the voltage. The output of the MT3608 powers an ESP32 microcontroller, a TCRT 5000 IR sensor, an HC-SR04 ultrasonic sensor, and an MG996R servo motor. The ESP32 is configured to control the servo motor via GPIO 27 and to receive input signals from the IR sensor and ultrasonic sensor through GPIO 14 and GPIO 13, respectively.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of line: A project utilizing TCRT5000 in a practical application
Arduino Nano-Based Line Following Robot with IR Sensors and L298N Motor Driver
This circuit is a robotic system controlled by an Arduino Nano, which interfaces with three TCRT-5000 IR sensors for obstacle detection and an L298N motor driver to control two DC motors. The system is powered by a 12V battery, regulated by a buck converter to supply the necessary voltage to the Arduino and sensors.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications:

  • Line-following robots
  • Obstacle detection in robotics
  • Position sensing in rotary encoders
  • Edge detection in conveyor systems
  • Reflective object detection

Technical Specifications

The TCRT5000 is a compact and efficient sensor with the following key specifications:

Parameter Value
Operating Voltage 4.5V to 5.5V
Forward Current (IR LED) 60 mA (typical)
Collector Current 1 mA (typical)
Peak Wavelength (IR LED) 950 nm
Detection Range 2 mm to 15 mm (depending on surface reflectivity)
Operating Temperature -25°C to +85°C
Package Type 4-pin through-hole

Pin Configuration and Descriptions

The TCRT5000 has four pins, as described in the table below:

Pin Number Pin Name Description
1 Emitter (+) Positive terminal of the IR LED (connect to Vcc).
2 Emitter (-) Negative terminal of the IR LED (connect to GND).
3 Collector Output of the phototransistor (connect to input pin of microcontroller).
4 Emitter Ground terminal of the phototransistor.

Usage Instructions

How to Use the TCRT5000 in a Circuit

  1. Powering the Sensor: Connect the IR emitter pins (1 and 2) to a 5V power supply and ground, respectively. Use a current-limiting resistor (typically 220Ω to 330Ω) in series with the IR LED to prevent damage.
  2. Phototransistor Output: Connect the phototransistor's collector (pin 3) to a pull-up resistor (e.g., 10kΩ) and then to the input pin of a microcontroller or comparator circuit. Connect the emitter (pin 4) to ground.
  3. Positioning: Place the sensor at an appropriate distance (2 mm to 15 mm) from the reflective surface for optimal detection. Ensure the surface is reflective enough for the IR light to bounce back to the phototransistor.

Important Considerations and Best Practices

  • Surface Reflectivity: The sensor's performance depends on the reflectivity of the surface. Dark or matte surfaces may reduce detection accuracy.
  • Ambient Light: Minimize ambient light interference by shielding the sensor or using it in controlled lighting conditions.
  • Current Limiting: Always use a resistor in series with the IR LED to limit current and prevent damage.
  • Testing and Calibration: Test the sensor with your specific application and adjust the distance or pull-up resistor value as needed.

Example: Connecting TCRT5000 to Arduino UNO

Below is an example of how to use the TCRT5000 with an Arduino UNO for line detection:

// Define the pin connected to the phototransistor output
const int sensorPin = A0; // Analog pin A0 for reading sensor output
const int threshold = 500; // Threshold value for line detection

void setup() {
  Serial.begin(9600); // Initialize serial communication
  pinMode(sensorPin, INPUT); // Set sensor pin as input
}

void loop() {
  int sensorValue = analogRead(sensorPin); // Read the sensor value

  // Print the sensor value to the Serial Monitor
  Serial.print("Sensor Value: ");
  Serial.println(sensorValue);

  // Check if the sensor detects a line (based on threshold)
  if (sensorValue > threshold) {
    Serial.println("Line detected!");
  } else {
    Serial.println("No line detected.");
  }

  delay(100); // Small delay for stability
}

Notes:

  • Adjust the threshold value based on your specific application and surface reflectivity.
  • Use a pull-up resistor (e.g., 10kΩ) on the phototransistor output for stable readings.

Troubleshooting and FAQs

Common Issues and Solutions

  1. No Output from the Sensor:

    • Cause: Incorrect wiring or missing pull-up resistor.
    • Solution: Double-check the connections and ensure a pull-up resistor is used on the phototransistor output.
  2. Inconsistent Readings:

    • Cause: Ambient light interference or improper positioning.
    • Solution: Shield the sensor from ambient light and adjust the distance between the sensor and the reflective surface.
  3. Sensor Not Detecting Objects:

    • Cause: Surface is too dark or non-reflective.
    • Solution: Use a more reflective surface or increase the sensitivity by adjusting the pull-up resistor value.
  4. IR LED Overheating:

    • Cause: Excessive current through the IR LED.
    • Solution: Use a current-limiting resistor (220Ω to 330Ω) in series with the IR LED.

FAQs

Q1: Can the TCRT5000 detect transparent objects?
A1: The TCRT5000 is not ideal for detecting transparent objects, as they may not reflect sufficient IR light for detection.

Q2: What is the maximum detection range of the TCRT5000?
A2: The detection range is typically 2 mm to 15 mm, depending on the reflectivity of the surface.

Q3: Can I use the TCRT5000 with a 3.3V microcontroller?
A3: Yes, but ensure the IR LED receives sufficient current by adjusting the current-limiting resistor value.

Q4: How do I reduce interference from ambient light?
A4: Use the sensor in a controlled lighting environment or add a physical shield to block ambient light.

By following this documentation, you can effectively integrate the TCRT5000 into your projects for reliable object detection and proximity sensing.