Difference between revisions of "Optoreflector"

From Mech
Jump to navigationJump to search
Line 12: Line 12:
The circuit below can be used to detect objects directly in front of the QRB1114. The potentiometer must be used to adjust for ambient lighting conditions. The output is an analog signal like the one at the top of the page - dependent on distance.
The circuit below can be used to detect objects directly in front of the QRB1114. The potentiometer must be used to adjust for ambient lighting conditions. The output is an analog signal like the one at the top of the page - dependent on distance.


{| width=100%
[[image:qrb1114 circuit diagram.jpg|center]]
| [[image:qrb1114 circuit diagram.png]]

[[image:qrb1114 circuit photo.jpg|center]]
| [[image:qrb1114 circuit photo.jpg]]
|}


There are two ways to process the output. 1) build extra circuitry using a schmidtt trigger or 555 timer to turn the output into a digital output. 2) Use an analog input and use a software threshold. The second way is easier and the program below can be used to adjust your thresholds and light sensitivity.
There are two ways to process the output. 1) build extra circuitry using a schmidtt trigger or 555 timer to turn the output into a digital output. 2) Use an analog input and use a software threshold. The second way is easier and the program below can be used to adjust your thresholds and light sensitivity.

Revision as of 13:44, 10 August 2006

Optoreflector sensors contain a matched infrared transmitter (LED) and infrared receiver (usually a phototransistor) pair. These devices work by measuring the amount of light that is reflected into the receiver. Because the receiver also responds to ambient light, the device works best when well shielded from abient light, and when the distance between the sensor and the reflective surface is small (the graph below shows how distance affects the output value). IR reflectance sensors are often used to detect white and black surfaces. White surfaces generally reflect well, while black surfaces reflect poorly.

Optoreflector distance.png

Application

In the mechatronics lab, we have the QRB1114 (datasheet) from Fairchild, shown below. It has four pins, with the first pair connected to the LED and the second pair connected to the phototransistor.

Optoreflectors.png

The circuit below can be used to detect objects directly in front of the QRB1114. The potentiometer must be used to adjust for ambient lighting conditions. The output is an analog signal like the one at the top of the page - dependent on distance.

Qrb1114 circuit diagram.png Qrb1114 circuit photo.jpg

There are two ways to process the output. 1) build extra circuitry using a schmidtt trigger or 555 timer to turn the output into a digital output. 2) Use an analog input and use a software threshold. The second way is easier and the program below can be used to adjust your thresholds and light sensitivity.

Qrb1114 xpc program.jpg