FRC Vocabulary

Term Description
PWM

Pulse-width modulation (PWM) is a method of regulating the output voltage of a power supply by varying the width(frequency), but not the height(amplitude), of a series of pulses. A Jaguar or Victor can interpret how much voltage to allow through to the attached electrical device (motor) based on a PWM signal. This allows the operator or programmer to control the speed of motors.

PID Proportional-Integral-Derivative, (PID) a method of programming in which the programmer can ensure that a certain action happens. More info...
FRC First Robotics Competition
Victor A Varible Speed Motor controller based on the PWM method. The only real difference between the Victor and Jaguar is the output relative to the PWM input. In the case of the Victor the Output Voltage(speed) is proportional to PWM input squared, thus a parabolic relationship.
Jaguar A Varible Speed Motor controller based on the PWM method. The output of the Jaguar is directly proportional to that of the PWM input, forming a linear relationship.
Driver station / Classmate The 2009 blue driver station was replaced in 2010 with the Classmate. This small PC communicates with the robot to send and recieve signals. It can also be used to write code for the robot.
Router The Linksys wireless router will need to be connected to your driver station so it can communicate with the wireless bridge on the robot.
Bridge The Linksys Wireless Bridge is a small black box that allows for the robot to communicate with the driver station. 
Dongle On the driver station introduced in 2009, the dongle was a small grey switch that needed to be attached to the competition port in order to run the robot. It also provided the capability to enable and disable the robot.
Crossover Cable A Crossover Cable is a special type of ethernet cable, that allows for direct communication between a computer and the cRio. 
cRio The Compact Reconfigurable Input Output (cRio) is produced by National Instruments; it is used on FIRST robots as the controller.
Digital Side Car The Digital Side Car (DSC) is a circuit board capable of taking input from one of the cRio's modules.
Breakout boards Some of the cRio's modules require breakout boards to interface with certain systems on the robot. Most of the breakout circuit boards require their own source of power through a wago connector. 
Power Distribution Board The power distribution board distributes power from the battery to the robot components. Some people with acute hearing notice a high-pitched humming coming from the board; this noise is from the circuits that convert the battery's energy to different voltages.
Wago Connectors A plug the connects wires to many devices on the robot.
Gyro A sensor that reads angular direction based on an original position.
Accelerometer A sensor that reads change in the x and y positions and translates this information into distance travelled.
Gear Tooth Sensor A sensor that reads the number of teeth that has passed by and translates this information into distance travelled.
CIM Motor The CIM motor runs at 5400 rpm and the AndyMark Toughboxes are made to connect to them.
HID Anything that interfaces with a human is a Human Interface Device. This can be a joystick, game padel, etc.
Servo A small motor that can be moved at precise increments. Usually the Axis Camera base is moved using a servo motor.
Solenoid A pneumatic valve
Spike A relay
Relay A motor controller with only 3 states: either forward, backward, or off.
Nason Pressure Switch  A pneumatic device that controls the pressure in the storage tanks.