Difference between revisions of "FTC:Control Hubs"

From Project Robotica
Jump to navigation Jump to search
(Created Control Hub Page)
 
 
(5 intermediate revisions by 2 users not shown)
Line 5: Line 5:
|robots=index, follow
|robots=index, follow
}}
}}
The REV Control Hub is the “brain” of a FIRST Tech Challenge robot. It has many different ports to connect to the motors, servos, and sensors on the robot. It is the most important part of a robot because it connects to the Driver Station and allows a team to control their robot.  
The REV Control Hub is the “brain” of a FIRST Tech Challenge robot. It has many different ports to connect to the motors, servos, and sensors on the robot. It is the most important part of a robot because it connects to the [[FTC:Driver Hub Tutorial|Driver Station]] and allows a team to control their robot.  


__FORCETOC__
__FORCETOC__
Line 37: Line 37:
| UART || 3-Pin JST PH || Upper Right Side || Used for debugging
| UART || 3-Pin JST PH || Upper Right Side || Used for debugging
|}
|}
=== Video Guide ===
Here is a quick video guide we created on where different wires attach to the REV Control Hub.
{{#evt:
service=youtube
|id=https://www.youtube.com/watch?v=Lnf3dtliYQQ
|alignment=left
}}
== Connection to Expansion Hub ==
The REV Control Hub only has four motor ports and six servo ports on it. If teams want to use the full eight motors and twelve servos allotted to them, they have to connect their Control hub to a REV Expansion Hub. The [[FTC:Expansion Hub|REV Expansion Hub]] is essentially the same as the Control Hub but without a wireless connection to the [[FTC:Driver Hub Tutorial|Driver Station]]. To connect the two Hubs, teams have to connect an XT-30 battery cable between the two hubs as well as a 3-Pin JST PH cable between the two hubs RS485 ports. Here is a quick video we made demonstrating how to do this.
{{#evt:
service=youtube
|id=https://www.youtube.com/watch?v=btrc8RONP-Y
|alignment=left
}}


==Status Light Guide==
==Status Light Guide==
Line 52: Line 117:
| Orange || Flashing || The Control Hub has low power
| Orange || Flashing || The Control Hub has low power
|-
|-
| Purple/Orange || Flashing || The Control Hub is currently being configured
| Purple/Turquoise || Flashing || The Control Hub is currently being configured
|-
|-
| Magenta || Flashing || The Control Hub has changed to 5 GHz wifi
| Magenta || Flashing || The Control Hub has changed to 5 GHz wifi
Line 61: Line 126:
==Additional Resources==
==Additional Resources==
* [https://docs.revrobotics.com/duo-control/ REV Robotics Control Hub User Manual]
* [https://docs.revrobotics.com/duo-control/ REV Robotics Control Hub User Manual]
* [https://www.youtube.com/watch?v=Lnf3dtliYQQ Where do you connect wires to the Control Hub Video Guide]
* [https://www.youtube.com/watch?v=btrc8RONP-Y How to connect a Control and Expansion Hub Video Guide]




==References==
==References==
<references/>
<references/>

Latest revision as of 08:57, 30 July 2022

The REV Control Hub is the “brain” of a FIRST Tech Challenge robot. It has many different ports to connect to the motors, servos, and sensors on the robot. It is the most important part of a robot because it connects to the Driver Station and allows a team to control their robot.


Ports

There are many different types of ports on the REV Control Hub, and each of them is meant to connect to different electronics.

ControlHub.PNG

Label Connection Type Location Purpose
Battery XT-30 Top Left Connects to the battery
Motor 2-Pin JST VH Left Side Connects to the motor’s power
Encoder 4-Pin JST VH Left Side Connects to the motor encoders
Servo 0.1” Header Bottom Side Connects to 5V servos
5V Power 0.1” Header Bottom Side Provides power to other devices (ie: LEDs)
Analog 4-Pin JST PH Lower Right Side Connects to analog devices (ie: potentiometer)
Digital 4-Pin JST PH Middle of Right Side Connect to digital devices (ie: buttons or switches)
I2C 4-Pin JST PH Upper Right Side Connects to I2C applicable devices (ie: color sensor)
RS485 3-Pin JST PH Upper Right Side Connects to an Expansion Hub
UART 3-Pin JST PH Upper Right Side Used for debugging

Video Guide

Here is a quick video guide we created on where different wires attach to the REV Control Hub.














Connection to Expansion Hub

The REV Control Hub only has four motor ports and six servo ports on it. If teams want to use the full eight motors and twelve servos allotted to them, they have to connect their Control hub to a REV Expansion Hub. The REV Expansion Hub is essentially the same as the Control Hub but without a wireless connection to the Driver Station. To connect the two Hubs, teams have to connect an XT-30 battery cable between the two hubs as well as a 3-Pin JST PH cable between the two hubs RS485 ports. Here is a quick video we made demonstrating how to do this.














Status Light Guide

The light on the Control Hub has many different patterns each of which means different things.

Color Pattern Meaning
Blue Constant The Control Hub has power and is waiting to connect to a Driver Station
Green Constant The Control Hub has power and is connected to the Driver Station
Blue Flashing The Control Hub has lost connection with the Driver Station
Orange Flashing The Control Hub has low power
Purple/Turquoise Flashing The Control Hub is currently being configured
Magenta Flashing The Control Hub has changed to 5 GHz wifi
Yellow Flashing The Control Hub has changed to 2.4 GHz wifi

Additional Resources


References