⚙️ Robot Configuration & Setup
Configure hardware, manage device connections, and set up your robot control system
🤖 Robot Controller
📱 Driver Station
📡 Wireless Connection
🔌 Configured Hardware Devices
Control Hub
REV Control Hub - Port 0
motor_front_left
GoBILDA 5203 Series Motor
motor_front_right
GoBILDA 5203 Series Motor
motor_back_left
GoBILDA 5203 Series Motor
motor_back_right
GoBILDA 5203 Series Motor
imu
Built-in IMU Sensor
camera
Logitech C270 Webcam
distance_sensor
REV 2M Distance Sensor
📚 Quick Setup Guide
Power On Devices
Turn on the Robot Controller and Driver Station phones. Ensure both devices are fully charged or connected to power.
Establish Connection
On the Driver Station, select the Robot Controller from the WiFi Direct list. Wait for the connection indicator to show green.
Configure Hardware
Access the Robot Controller settings and create or edit a hardware configuration file. Map all motors, servos, and sensors to their physical ports.
Activate Configuration
Save the hardware configuration and activate it. The Driver Station should display all configured devices as "Active".
Test Hardware
Use the self-test feature to verify each motor, servo, and sensor responds correctly. Make adjustments as needed.
Load OpMode
Select your OpMode from the list and initialize it. Verify all systems are ready before starting the OpMode.
💡 Configuration Tips
• Always name hardware devices exactly as they appear in your code
• Use descriptive names like "motor_left_front" instead of "motor1"
• Test each device individually before running full autonomous programs
• Keep a backup of your configuration file on multiple devices
• Document your hardware setup in your Engineering Notebook
💻 Sample Configuration Code
Example hardware configuration in OnBot Java: