Installing FRC Tools

From IronKodiaks Wiki
Jump to navigation Jump to search

2020 WPI Installation Instructions

Resources:

  • Here is the primary resource documenting the use of the FRC® Control System (including wiring, configuration and software) as well as the WPILib libraries and tools.
 FIRST® Robotics Competition Control System and WPILib manual

FRC Programming Reference

Talon SRX Controller:

The Talon SRX is a smart motor controller that can be interfaced with over the CAN bus or PWM. If you are planning on using Talons, read the manuals refenced below.

  • Each Talon SRX must be assigned a unique CAN bus ID ranging from 0 to 62 (63 is reserved for broadcast).
  • To quote the manual: "..there is no harm in having a Pneumatics Control Module (PCM) and a Talon SRXboth with device ID ‘0’. However,having two Talon SRXs with device ID ‘0’ will be problematic"
  • Use the Phoenix Tuner for Talon SRX device management.

Talon SRX Software Reference Manual

Talon SRX User Guide

Downloads:

VSCode

Git