# VEX Sensors

- [3-Pin / ADI Sensors](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors.md): This section houses sensor articles that are about 3-wire or pin ADI sensors.
- [Encoder](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/encoder.md): The VEX Encoder helps to determine the rotation of a shaft.
- [Potentiometer](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/potentiometer.md): The VEX Potentiometer helps track the rotations of shafts
- [Limit Switch](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/limit-switch.md): The Limit Switch is a sensor that returns a value when it is pressed.
- [Bumper Switch](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/bumper.md): The Bumper Switch returns when the switch is pressed.
- [Accelerometer](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/accelerometer.md): An Accelerometer measures proper acceleration.
- [Gyroscope](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/gyroscope.md): The VEX Yaw Rate Gyroscope returns the rate of rotation around the vertical axis.
- [Ultrasonic](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/ultrasonic.md): The VEX Ultrasonic Range Finder helps determine how far away an object is.
- [Line Tracker](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/line-tracker.md): The Line Tracker can track "lines" and other objects using infrared LEDs
- [LED Indicator](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/3-pin-adi-sensors/line-tracker-1.md)
- [Smart Port Sensors](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors.md): This section houses sensor articles that are about RS485 or smart port sensors.
- [GPS Sensor](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/vex-gps-sensor.md)
- [Rotation Sensor](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/rotation-sensor.md)
- [Vision Sensor](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/vision-sensor.md): The Vision Sensor tells you where colored objects are located.
- [Optical Sensor](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/optical-sensor.md): The VEX V5 Optical Sensor is used to determine the color of an object and has secondary function to determine the relative motion of an object
- [Distance Sensor](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/distance.md): The VEX V5 Distance Sensor measures the distance between the sensor and an object using a small laser.
- [Inertial Sensor (IMU)](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/imu.md): The Inertial Sensor is a combination of an Accelerometer and Gyroscope.
- [3-Wire Expander](https://wiki.purduesigbots.com/vex-electronics/vex-sensors/smart-port-sensors/3-wire-expander.md): Use up to eight more 3-wire ports with the V5 3-Wire Expander.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.purduesigbots.com/vex-electronics/vex-sensors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
