Description
A Programming Kit is needed to change the program in the VEX Controller.
- Navigate down a marked path
- Use for light sensing
- More autonomous function
Overview
A Line Tracker mostly consists of an infrared light sensor and an infrared LED. It functions by illuminating a surface with infrared light; the sensor then picks up the reflected infrared radiation and, based on its intensity, determines the reflectivity of the surface in question. Lightly colored surfaces will reflect more light than dark surfaces; therefore, lightly colored surfaces will appear brighter to the sensor. This allows the sensor to detect a dark line on a pale surface, or a pale line on a dark surface.
The Line Tracker allows your robot to follow a pre-marked path and allows humans to indirectly control the robot while it is autonomous.
Applications
The Line Tracker enables a robot to autonomously navigate a line-marked path. By drawing a line in front of a robot outfitted with a line tracker, one can dictate the robot’s patch by showing it where to go without using a remote controller. A typical application uses three line trackers, with the middle sensor aligned directly above the intended line.
Range Limits
The range for the Line Tracker is approximately 0.02 to 0.25in (from the ground) with optimum sensitivity at 3 mm (about 1/8 inch). The minimum line width it can detect is 0.25in.
The Line Tracker is an analog sensor, meaning that it can output many more values within its range of potential values (in this case, from 0-5V) than a digital sensor, which would output only a handful of discrete values in the range (e.g., 1, 2, 3, 4, and 5V), as is the case for a digital sensor. This range of output from 0-5V is sent to the microcontroller, which translates it into a corresponding range of integer values from 0 to full scale. Full scale is 1023 for 10-bit Analog-to-Digital values such as with easyC or ROBOTC for PIC, 4095 for 12-bit values such as with ROBOTC for Cortex and 255 for 8-bit values such as with MPLAB. When using the VEX ARM® Cortex®-based Microcontroller, typical white/black/”away from everything values” will be 38/662/770 for easyC, 153/2650/3076 for ROBOTC and 9/166/192 for 8-bit values. When using the PIC Microcontroller, typical white/black/”away from everything values” will be 38/882/1012 for both easyC and ROBOTC and 9/220/253 for 8-bit values.
For this particular sensor, the output will be low when the surface is pale or highly reflective and high when the surface is dark and absorbs infrared energy.
Product Specs | Line Tracker Specifications |
---|---|
Weight |
|
Inputs |
|
Outputs |
3-Wire Cable Connects to a analog input.
|
Other Info
- Sensor Type: Infrared light sensor and infrared LED
- Line width: 0.25in minimum; optimal line width is 0.5in
- Response Frequency: 50Hz
- Light Source: GaAs infrared LED with a peak wavelength of 940nm
- Receiver: Si phototransistor with a sensing wavelength of 850nm (max)
- (3) Line Tracker Sensors
- Compatible with all VEX Microcontrollers and 3-Wire Extension Cables
There are no reviews yet.