QTR-8A Reflectance Sensor Array
The QTR-8A reflectance sensor array is intended as a line sensor, but it can be used as a general-purpose proximity or reflectance sensor. The module is a convenient carrier for eight IR emitter and receiver (phototransistor) pairs evenly spaced at intervals of 0.375" (9.525mm). Each phototransistor is connected to a pull-up resistor to form a voltage divider that produces an analog voltage output between 0V and VIN (which is typically 5V) as a function of the reflected IR. Lower output voltage is an indication of greater reflection.
The outputs are all independent, but the LEDs are arranged in pairs to halve current consumption. The LEDs are controlled by a MOSFET with a gate normally pulled high, allowing the LEDs to be turned off by setting the MOSFET gate to a low voltage. Turning the LEDs off might be advantageous for limiting power consumption when the sensors are not in use or for varying the effective brightness of the LEDs through PWM control.
The LED current-limiting resistors for 5V operation are arranged in two stages; this allows a simple bypass of one stage to enable operation at 3.3V. The LED current is approximately 20-25mA, making the total board consumption just under 100mA. The schematic diagram of the module is shown below:
Specifications
- Dimensions: 2.95" x 0.5" x 0.125" (without header pins installed)
- Operating voltage: 3.3-5.0V
- Supply current: 100mA
- Output format: 8 analog voltages
- Output voltage range: 0V to supplied voltage
- Optimal sensing distance: 0.125" (3mm)
- Maximum recommended sensing distance: 0.25" (6mm)
- Weight without header pins: 0.11oz (3.09g)
Interfacing with the QTR-8A Outputs
There are several ways you can interface with the QTR-8A outputs:
- Use a microcontroller’s analog-to-digital converter (ADC) to measure the voltages.
- Use a comparator with an adjustable threshold to convert each analog voltage into a digital (i.e. black/white) signal that can be read by the digital I/O line of a microcontroller.
- Connect each output directly to a digital I/O line of a microcontroller and rely upon its internal comparator.