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

How to Use IR Qre1113: Examples, Pinouts, and Specs

Image of IR Qre1113
Cirkit Designer LogoDesign with IR Qre1113 in Cirkit Designer

Introduction

The IR Qre1113, manufactured by Ziqqucu, is an infrared emitter and detector pair designed for applications requiring object detection, proximity sensing, and remote control systems. This compact and efficient component operates by emitting infrared light and detecting the reflected light from nearby objects, making it ideal for use in robotics, line-following robots, and other automation systems.

Explore Projects Built with IR Qre1113

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered Sumo Robot with IR Sensors and DC Motors
Image of MASSIVE SUMO AUTO BOARD: A project utilizing IR Qre1113 in a practical application
This circuit is designed for a robotic system, featuring a Massive Sumo Board as the central controller. It integrates multiple FS-80NK diffuse IR sensors and IR line sensors for obstacle detection and line following, respectively, and controls two GM25 DC motors via MD13s motor drivers for movement. Power is supplied by an 11.1V LiPo battery.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered Line Following Robot with IR Sensors and Cytron URC10 Motor Controller
Image of URC10 SUMO AUTO: A project utilizing IR Qre1113 in a practical application
This circuit is a robotic control system that uses multiple IR sensors for line detection and obstacle avoidance, powered by a 3S LiPo battery. The Cytron URC10 motor driver, controlled by a microcontroller, drives two GM25 DC motors based on input from the sensors and a rocker switch, with a 7-segment panel voltmeter displaying the battery voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino 101 Battery-Powered Line Following Robot with IR Sensors and DC Motors
Image of ir6_linetracer: A project utilizing IR Qre1113 in a practical application
This circuit is a robotic system controlled by an Arduino 101, which uses multiple IR sensors for obstacle detection and an L9110 motor driver to control two DC motors. The power is supplied by a 4 x AAA battery mount, and the IR sensors provide input to the Arduino, which then drives the motors based on the sensor data.
Cirkit Designer LogoOpen Project in Cirkit Designer
NFC-Enabled Access Control System with Time Logging
Image of doorlock: A project utilizing IR Qre1113 in a practical application
This circuit is designed for access control with time tracking capabilities. It features an NFC/RFID reader for authentication, an RTC module (DS3231) for real-time clock functionality, and an OLED display for user interaction. A 12V relay controls a magnetic lock, which is activated upon successful NFC/RFID authentication, and a button switch is likely used for manual operation or input. The T8_S3 microcontroller serves as the central processing unit, interfacing with the NFC/RFID reader, RTC, OLED, and relay to manage the access control logic.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with IR Qre1113

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 MASSIVE SUMO AUTO BOARD: A project utilizing IR Qre1113 in a practical application
Battery-Powered Sumo Robot with IR Sensors and DC Motors
This circuit is designed for a robotic system, featuring a Massive Sumo Board as the central controller. It integrates multiple FS-80NK diffuse IR sensors and IR line sensors for obstacle detection and line following, respectively, and controls two GM25 DC motors via MD13s motor drivers for movement. Power is supplied by an 11.1V LiPo battery.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of URC10 SUMO AUTO: A project utilizing IR Qre1113 in a practical application
Battery-Powered Line Following Robot with IR Sensors and Cytron URC10 Motor Controller
This circuit is a robotic control system that uses multiple IR sensors for line detection and obstacle avoidance, powered by a 3S LiPo battery. The Cytron URC10 motor driver, controlled by a microcontroller, drives two GM25 DC motors based on input from the sensors and a rocker switch, with a 7-segment panel voltmeter displaying the battery voltage.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of ir6_linetracer: A project utilizing IR Qre1113 in a practical application
Arduino 101 Battery-Powered Line Following Robot with IR Sensors and DC Motors
This circuit is a robotic system controlled by an Arduino 101, which uses multiple IR sensors for obstacle detection and an L9110 motor driver to control two DC motors. The power is supplied by a 4 x AAA battery mount, and the IR sensors provide input to the Arduino, which then drives the motors based on the sensor data.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of doorlock: A project utilizing IR Qre1113 in a practical application
NFC-Enabled Access Control System with Time Logging
This circuit is designed for access control with time tracking capabilities. It features an NFC/RFID reader for authentication, an RTC module (DS3231) for real-time clock functionality, and an OLED display for user interaction. A 12V relay controls a magnetic lock, which is activated upon successful NFC/RFID authentication, and a button switch is likely used for manual operation or input. The T8_S3 microcontroller serves as the central processing unit, interfacing with the NFC/RFID reader, RTC, OLED, and relay to manage the access control logic.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Line-following robots
  • Object detection in robotics
  • Proximity sensing
  • Remote control systems
  • Optical encoders

Technical Specifications

Key Technical Details

Parameter Value
Manufacturer Ziqqucu
Operating Voltage 2.7V to 5.5V
Operating Current 25mA (typical)
Peak Wavelength 940nm (infrared light)
Detection Range 0.2mm to 3mm (optimal range)
Output Type Analog
Operating Temperature -25°C to +85°C
Package Type Surface Mount (SMD)

Pin Configuration and Descriptions

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

Pin Number Name Description
1 VCC Power supply pin (2.7V to 5.5V)
2 GND Ground pin
3 OUT Analog output pin (reflectance-dependent signal)
4 LED Cathode Cathode of the infrared LED

Usage Instructions

How to Use the IR Qre1113 in a Circuit

  1. Power Supply: Connect the VCC pin to a regulated power source (2.7V to 5.5V) and the GND pin to the ground of the circuit.
  2. Output Signal: The OUT pin provides an analog voltage signal proportional to the amount of reflected infrared light. This signal can be read by an ADC (Analog-to-Digital Converter) on a microcontroller.
  3. LED Connection: The LED Cathode pin should be connected to a current-limiting resistor and then to ground. The resistor value can be calculated based on the desired current through the LED.

Important Considerations and Best Practices

  • Optimal Distance: The IR Qre1113 works best at a distance of 0.2mm to 3mm from the reflective surface. Ensure the object is within this range for accurate detection.
  • Ambient Light: Minimize ambient light interference by shielding the sensor or using it in controlled lighting conditions.
  • Current Limiting Resistor: Use a resistor to limit the current through the infrared LED to prevent damage. For example, with a 5V supply and a desired current of 20mA, use a 220Ω resistor.
  • Surface Reflectivity: The sensor's output depends on the reflectivity of the surface. Highly reflective surfaces will produce stronger signals.

Example: Connecting to an Arduino UNO

Below is an example of how to connect and use the IR Qre1113 with an Arduino UNO:

Circuit Connections

  • VCC: Connect to the 5V pin on the Arduino.
  • GND: Connect to the GND pin on the Arduino.
  • OUT: Connect to an analog input pin (e.g., A0) on the Arduino.
  • LED Cathode: Connect to GND through a 220Ω resistor.

Arduino Code

// IR Qre1113 Example Code for Arduino UNO
// This code reads the analog output of the IR Qre1113 and prints the value
// to the Serial Monitor. Ensure the sensor is connected to pin A0.

const int sensorPin = A0; // Analog pin connected to the OUT pin of IR Qre1113

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

void loop() {
  int sensorValue = analogRead(sensorPin); // Read the analog value from the sensor
  Serial.print("Sensor Value: "); // Print label for clarity
  Serial.println(sensorValue); // Print the sensor value to the Serial Monitor
  delay(500); // Wait for 500ms before the next reading
}

Notes:

  • Open the Serial Monitor in the Arduino IDE to view the sensor readings.
  • Adjust the delay in the loop() function as needed for your application.

Troubleshooting and FAQs

Common Issues and Solutions

Issue Possible Cause Solution
No output signal Incorrect wiring Double-check all connections and pin labels.
Weak or inconsistent signal Ambient light interference Shield the sensor from external light sources.
Sensor not detecting objects Object is out of range Ensure the object is within 0.2mm to 3mm.
Overheating of the LED No current-limiting resistor Add an appropriate resistor to the LED cathode.
Output signal not varying as expected Surface reflectivity is too low Use a more reflective surface for testing.

FAQs

  1. Can the IR Qre1113 detect transparent objects?
    No, the sensor is not effective at detecting transparent objects as they do not reflect sufficient infrared light.

  2. What is the maximum detection range?
    The optimal detection range is 0.2mm to 3mm. Beyond this range, the output signal may become unreliable.

  3. Can I use the IR Qre1113 with a 3.3V microcontroller?
    Yes, the IR Qre1113 operates within a voltage range of 2.7V to 5.5V, making it compatible with 3.3V systems.

  4. How do I improve detection accuracy?
    Use the sensor in a controlled environment with minimal ambient light and ensure the object is within the optimal range.

By following this documentation, you can effectively integrate the IR Qre1113 into your projects for reliable infrared sensing and detection.