Advanced Search
Search Results
100 total results found
Electrical CAD
Tunes for the Road
Tuning is one of the most important aspects of programming. It ensures that your mechanisms move smoothly and quickly. It is important to understand how to tune PID control loops by using Pheonix Tuner.
Getting started with a Romi
Romis are small robots that you program the same way you program the big robots we build for the season. they are a great way to get familiar with how commands and subsystems work. you can read more about romis here. to get started programming a romi, make su...
Discord OAuth
What Do I Need to Know?
https://wiki.yetirobotics.org/books/web-development/page/web-development-quickstart
System Architecture
NOTE: this is a living document and may not always be up to date. Documentation created with AI support. System Overview The scouting site is currently comprised of the following components: A Next.js Server Relational Database (PostgreSQ...
Drivebase Design
Drivebases On all of your strategy priority lists, the number one priority should be to drive. This is how to design a drivebase capable of driving well.1. Drive Type Swerve - 4 wheels, 2 motors each (if you aren't 4414) with one for spinning the wheel ...
Patrick's Rant on why Beluga Sucked (strategically)
(intro tl:dr - having a high skill ceiling means you need to get to that skill ceiling. Simple robots can get going faster and are easier to make) In 2025, we made the robot Beluga. Though a capable robot, it had one main problem. It had far t̸͚̮̥͙͓͒̋o̷͇͚̔̆o̶...
Creating Your Development Setup
This guide discusses setting up the Polar Edge Analytics repository for local development. Prerequisites This guide assumes you have the following already set up (TODO: add references on how to get these configured) Node.js installed; we recommend using n...
Elevator Design Guide
Elevators - Goal Tall but Robot Short, What Do? Arguably the most important subsystem to learn for an FRC robot is the elevator, as a solid elevator can make a season run that much smoother. It is typically paired with another subsystem in order to function, ...
Intelligently using IntelliJ
Overview IntelliJ is the IDE that we recommend for robot programming on YETI. This page will go over how to use IntelliJ effectively and efficiently. Reading this will make you epic at navigating and organizing your project Fuzzy Find Fuzzy Find in Intel...
The Electrical Subteam
Electrical is an essential subteam to any robotics team. Planning and wiring the robot is pivotal to a successful and connected competition robot. Here’s how I think of it: Programming acts as the CNS (Central Nervous System) that controls and processes...
Important Information
This is the fun stuff. Here is a basic FRC Electrical Subsystem: Some of the basic components of the electrical subsystem include: 12V Lead Acid Battery Nominal Voltage: 12V Capable of over 180 amps 120 Amp Breaker Used t...
The Wiring Process
Throughout our subteam, we use a variety of wires that accomplish different things. The color and size of wires are very important and something that we need to pay attention to. The CAN wire on our robot is the 20-gauge green and yellow wire. It conne...
Good practices
“When in doubt, zip tie it out.” (Danya Liu 2025) Historically, a LOT of our matches have been lost due to easily preventable wiring issues that turned worse and worse. So here I write in hopes of it changing in future seasons Routing: The process ...
Practices
Use a “Goldilocks Approach” Too much exposed copper can lead to short-circuiting Not enough creates a weak connection and can come out at the worst time Have someone else pull-test your connections after you have crimped a wire (cross-check)
Anderson Crimp
Anderson/Powerpole Connectors Great for anything that inputs/outputs power on the robot 10-20 AWG (Powerpole Starter Kit - AndyMark, Inc) The first step in crimping and creating Anderson connections is to strip the wire of its insulation. We t...
Ferrule Crimps
Context: We use these materials: Ferrule Crimper Wire Stripper We use blue ferrules for 22-gauge wire Ferrule crimps are probably the easiest crimps you can do on the robot. However, learning how to do them the right way is essential. STEP 1: St...
Preparation
Batteries are the powerhouse of the bot, essentially the mitochondria. Crimping and managing these batteries are essential to a successfully running robot that supplies power as it should. I take heavy reference from the Zebracorns (Team 900’s) Battery Pape...
Good Practices
Good practices: Using a battery beak can help determine the battery connection and “charge,” and you’re looking for a “Good 130.” Having 0.02 ohm or less is also preferred. However, you might need several batteries during the competition to...
Scenarios
Scenario Responses: If a battery is suspected not to work as it should, you can disassemble (like we did at World Champs 2024-2025 season) and check the connections, and make sure everything is as it should If a battery is leaking quickly, ...
What you need to know
Probably my personal least favorite part of electrical: Pneumatics Pneumatics: The use of compressed air for quicker and faster movements that a motor can not provide Parts: Compressor Charges air for components on the robot. Pressure Switch Work...