• Pololu 4446/4346 QTRX-MD-06A-06RC Reflectance Sensor Array 6 - Channel 8mm Pitch Low Current

Description

This array of IR LED/phototransistor pairs is great for precisely identifying changes in reflectance (like line detection). It operates from 2.9 V to 5.5 V and offers dimmable brightness control independent of the supply voltage. In general, the closer the object, the higher the contrast between light and dark readings, but high-reflectance objects are generally detectable out to around 40 mm. This version features high-performance, low-current QTRX sensors with lenses.                                                            

Pitch × Sensors Size Output Max current Optimal
(mm) LED board range
8 mm × 6 45.0 × 20.0 analog 3.5 mA 14 mA 10 mm

Specifications

Dimensions: 45.0 × 20.0 × 3.0 mm (see the dimension diagram (1MB pdf) for more details)
Operating voltage: 2.9 V to 5.5 V
Sensor type: QTRX
Sensor count: 6
Sensor pitch: 8 mm
Full-brightness LED current: 3.5 mA (independent of supply voltage)
Max board current: 14 mA
Output format: analog voltages (0 V to VCC)
Optimal sensing distance: 10 mm
Maximum recommended sensing distance: 40 mm
Weight: 2.3 g
 

Pinout diagram of a QTRX-MD-xA Reflectance Sensor Array                                                                                                                                                                                                                 QTRX-MD-06A Reflectance Sensor                                                                                                                                                                   Array, front and backviews.               

QTRX-MD-06A Reflectance Sensor Array dimensions.

 

QTR family overview:

These reflectance sensors feature a linear array of infrared emitter/phototransistor pair modules in a high-density (4 mm pitch) or medium-density (8 mm pitch) arrangement, which makes them well suited for applications that require detection of changes in reflectivity. This change in reflectivity can be due to a color change at a fixed distance, such as when sensing a black line on a white background, as well as due to a change in the distance to or presence of an object in front of the sensor. A variety of sensor counts and densities is available so you can pick the ideal arrangement for your application. Since the outputs are all independent, you can connect just some of the channels to attain an irregular or non-standard sensor spacing.

Unlike our original QTR sensor modules, these units have integrated LED drivers that provide brightness control independent of the supply voltage, which can be anywhere from 2.9 V to 5.5 V, while enabling optional dimming to any of 32 possible brightness settings. For high-density (HD) modules with five or more sensors and medium-density (MD) modules with eleven or more sensors, there are separate controls for the odd-numbered and even-numbered LEDs, which gives you extra options for detecting light reflected at various angles. See the “Emitter control” section below for more information on using this feature.
 
Two different sensor options are available, denoted by “QTR” or “QTRX” in the product name. The “QTR” versions feature lower-cost sensor modules without lenses while the “QTRX” versions feature higher-performance sensor modules with lenses, which allow similar performance at a much lower IR LED current. You can see the two different sensor styles in the pictures below of the 4-channel modules:
 
QTR-HD-04A Reflectance Sensor Array                                                           QTRX-HD-04RC Reflectance Sensor Array                                                                                                                                                  
 
We also have several single-channel modules with the “QTRXL” designator that offer extra-long range by using the QTRX-style sensor module with higher current through the emitter.
 
Each sensor option is available in two output types: an “A” version with analog voltage outputs between 0 V and VCC, and an “RC” version with outputs that can be read with a digital I/O line on a microcontroller by first setting the lines high and then releasing them and timing how long it takes them to read as low (typically anywhere from a few microseconds to a few milliseconds). The lower the output voltage or shorter the voltage decay time, the higher the reflectance. The following simplified schematic diagrams show the circuits for the individual channels:
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
                                 Schematic diagrams of individual QTR sensor channels for A version
                                 (left)and RC version (right). This applies only to the newer QTRs with
                                                                        dimmable emitters.
 
Our Arduino library makes it easy to use these sensor modules with an Arduino or compatible controller by providing methods for controlling the emitters, calibrating the module, and reading the individual sensor values from either the A or RC versions. It also has a method specifically for line-following applications to compute the location of the line under the array.
 
 
Note: Unlike most of our products, these sensor arrays do not ship with any headers or connectors included, so you will need to supply your own or solder wires directly to the board to use it. See our selection of male headers, female headers, and pre-crimped wires for various connector options.
 
Interfacing with the outputs of the A versions
 
Each sensor on the A versions outputs its reflectance measurement as an analog voltage that can range from 0 V when the reflectance is very strong to VCC when the reflectance is very weak. The typical sequence for reading a sensor is:
 
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 logic threshold.
This last method will work if you are able to get high reflectance from your white surface as depicted in the left image, but will probably fail if you have a lower-reflectance signal profile like the one on the right.
 
                                                                                                      QTR-1A output 1/8" away from a                                                                                         QTR-1A output 3/8" away from a 
         spinning white disk with a black line on it                                                                              spinning white disk with a black line on it                                                               
                       
                                                         
Interfacing with the outputs of the RC versions
 
Each sensor on the RC versions requires a digital I/O line capable of driving the output line high and then measuring the time for the output voltage to decay. The typical sequence for reading a sensor is:
 
                                                   

 

        QTR-1RC output (yellow) when                                                                                 QTR-1RC output (yellow) when 
         1/8" above a black line and                                                                                        1/8" above a white surface and 
         microcontroller timing of that                                                                                      microcontroller timing of that 
           output (blue).                                                                                                             output (blue).                                                                                   
                                 
 
1. Turn on IR LEDs (optional).
2. Set the I/O line to an output and drive it high.
3. Allow at least 10 μs for the sensor output to rise.
4. Make the I/O line an input (high impedance).
5. Measure the time for the voltage to decay by waiting for the I/O line to go low.
6. Turn off IR LEDs (optional).
 
These steps can typically be executed in parallel on multiple I/O lines.
 
With a strong reflectance, the decay time can be as low as a few microseconds; with no reflectance, the decay time can be up to a few milliseconds. The exact time of the decay depends on your microcontroller’s I/O line characteristics. Meaningful results can be available within 1 ms in typical cases (i.e. when not trying to measure subtle differences in low-reflectance scenarios), allowing up to 1 kHz sampling of all sensors. If lower-frequency sampling is sufficient, you can achieve substantial power savings by turning off the LEDs. For example, if a 100 Hz sampling rate is acceptable, the LEDs can be off 90% of the time, lowering average current consumption from 125 mA to 13 mA.
 
Emitter control
 
These reflectance sensor arrays maintain a constant current through their IR emitters, keeping the emitters’ brightness constant, independent of the supply voltage (2.9 V to 5.5 V). The emitters can be controlled with the board’s CTRL pins, and the details of the control depends on the array size and density:
 
  • Units with five or more sensors in a high-density (HD) arrangement have two emitter control pins: CTRL ODD and CTRL EVEN. By default, these are connected together with a 1 kΩ resistor and pulled up, turning on all the emitters by default and allowing them to be controlled with a signal on either pin, but the CTRL ODD and CTRL EVEN pins can be driven separately for independent control of the odd-numbered and even-numbered emitters.
  • Units with three or more sensors in a medium-density (MD) arrangement also have two emitter control pins since these are made by only populating every other sensor on an HD board, but only the CTRL ODD pin will have an effect on these versions (it is not possible to independently control alternate emitters).
  • Units with four or fewer sensors have a single CTRL pin that controls all of the emitters.
Driving a CTRL pin low for at least 1 ms turns off the associated emitter LEDs, while driving it high (or allowing the board to pull it high) turns on the emitters with the board’s default (full) current, which is 30 mA for “QTR” versions and 3.5 mA for “QTRX” versions. For more advanced use, the CTRL pin can be pulsed low to cycle the associated emitters through 32 dimming levels.
 
                                               
Demo of IR LED dimming and                                                                                             Demo of IR LED dimming and 
independent even/odd control on the                                                                                independent even/odd control on the 
QTR-HD-07x (as seen through an old                                                                                QTRX-HD-07x (as seen through an 
digital camera that can see IR).                                                                                           old digital camera that can see IR).
 
 
 
To send a pulse, you should drive the CTRL pin low for at least 0.5 μs (but no more than 300 μs), then high for at least 0.5 μs; (it should remain high after the last pulse). Each pulse causes the driver to advance to the next dimming level, wrapping around to 100% after the lowest-current level. Each dimming level corresponds to a 3.33% reduction in current, except for the last three levels, which represent a 1.67% reduction, as shown in the table below. Note that turning the LEDs off with a >1 ms pulse and then back on resets them to full current. 
 
Dimming Emitter   Dimming Emitter
level current level current
(pulses) (%) (pulses) (%)
0 100.00%   16 46.67%
1 96.67% 17 43.33%
2 93.33% 18 40.00%
3 90.00%   19 36.67%
4 86.67% 20 33.33%
5 83.33% 21 30.00%
6 80.00%   22 26.67%
7 76.67% 23 23.33%
8 73.33% 24 20.00%
9 70.00%   25 16.67%
10 66.67% 26 13.33%
11 63.33% 27 10.00%
12 60.00%   28 6.67%
13 56.67% 29 5.00%
14 53.33% 30 3.33%
15 50.00%   31 1.67%
 
For example, to reduce the emitter current to 50%, you would apply 15 low pulses to the CTRL pin and then keep it high after the last pulse line and microcontroller timing of that output

Write a review

Please login or register to review

Pololu 4446/4346 QTRX-MD-06A-06RC Reflectance Sensor Array 6 - Channel 8mm Pitch Low Current

  • Brand: Pololu
  • Product Code:Pololu-QTRX-MD-06A-6Channel-8mmPitch
  • Reward Points:9
  • Availability:In Stock
  • रo 1,059.64

  • Ex Tax:रo 898.00
  • Price in reward points:898

  • 15 or more रo 1,051.38
  • 25 or more रo 1,004.18
  • 35 or more रo 995.92
  • 100 or more रo 988.84
  • 250 or more रo 980.58

Available Options


Related Products

Pololu 2459 QTR-1RC Reflectance Sensor (2-Pack)

Pololu 2459 QTR-1RC Reflectance Sensor (2-Pack)

The Pololu QTR-1RC reflectance sensor carries a single infrared (IR) LED and phototransistor pair. T..

रo 490.88 Ex Tax:रo 416.00

Pololu 961 QTR-8RC Reflectance Sensor Array

Pololu 961 QTR-8RC Reflectance Sensor Array

This sensor module has 8 IR LED/phototransistor pairs mounted on a 0.375" pitch, making it a great d..

रo 985.30 Ex Tax:रo 835.00

Pololu 4443/4343 QTRX-MD-03A Reflectance Sensor Array 3 - Channel 8mm Pitch

Pololu 4443/4343 QTRX-MD-03A Reflectance Sensor Array 3 - Channel 8mm Pitch

Description This array of IR LED/phototransistor pairs is great for precisely identifying change..

रo 554.60 Ex Tax:रo 470.00

Pololu 4501/4601/4541/4641 QTRXL-HD-01A-01RC Reflectance Sensor 1-Channel

Pololu 4501/4601/4541/4641 QTRXL-HD-01A-01RC Reflectance Sensor 1-Channel

This IR LED/phototransistor pair is great for precisely identifying changes in reflectance (like lin..

रo 297.36 Ex Tax:रo 252.00

Tags: Pololu, Reflectance, Sensor, Array, 3-Channel, Pitch, Analog

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments