Skip to content

Commit a0efb78

Browse files
committed
Adding Annual Robot Maintenance Tech Tip
1 parent 29cac77 commit a0efb78

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

docs/source/tech_tips/tech-tips.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Updated Tech Tips:
1818
.. toctree::
1919
:maxdepth: 1
2020

21+
tech-tips/tech-tip-annual-maintenance/tech-tip-annual-maintenance
2122
tech-tips/tech-tip-practice-timer/tech-tip-practice-timer
2223

2324
Legacy Tech Tips:
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
Robot Annual Maintenance
2+
========================
3+
4+
Started in the 2023-2024 season, Tech Tips are segments released in the
5+
*FIRST* Tech Challenge `Team E-mail Blast
6+
<https://www.firstinspires.org/resource-library/ftc/team-blast-archive>`__.
7+
Sometimes the Tech Tips are included in whole in the email blast, but sometimes
8+
there is more content than is reasonable in the email blast so partial content
9+
is included in the blast with the rest of the content here.
10+
11+
.. _annualMaintenance
12+
13+
**Robot Annual Maintenance Tips**
14+
15+
Just like "spring cleaning," an annual check-up for your robot's electronics
16+
and software is essential to prevent common issues caused by aging components.
17+
18+
* Secure XT30 Connections: If your power cables feel loose in the REV Control
19+
Hub or Expansion Hub's XT30 connectors, avoid using glues like hot glue.
20+
These only hide an unstable connection between the metal contacts, which can
21+
lead to intermittent power loss under shock. Instead, the metal pins on the
22+
device's XT30 connectors likely need to be uncompressed. Refer to REV
23+
Robotics tutorials for proper maintenance of these pins.
24+
25+
* Battery Rejuvenation (Charge Cycling): Older NiMH batteries can develop
26+
crystalline structures, increasing internal resistance and reducing power
27+
output. Charge cycling—discharging slowly to 10V (500-600mA) then
28+
recharging—can break down these crystals. This should only be done with
29+
advanced chargers (e.g., Toolkit Q4AC, Hitec RDX2) for batteries older than
30+
one season or those with an internal resistance exceeding 150% of their new
31+
value.
32+
33+
* Continuous Wiring Inspection: Make wiring inspection an ongoing task, not
34+
just an annual one. Regularly check for frayed insulation, loose connections,
35+
or bent pins. Specifically, ensure no exposed wire is visible where it meets
36+
XT30 connector housings to prevent potential shorts.
37+
38+
* Software Updates Are Key: Always update your Control Hub OS to the latest
39+
version (e.g., 1.1.6 for Wi-Fi driver security) and your FIRST Tech Challenge
40+
SDK (e.g., SDK 11.0) for improved performance and better support from
41+
tournament staff.
42+
43+
Following these tips will help ensure your robot's electronics and software are
44+
reliable and competition-ready.
45+
46+
Got any questions or want to discuss additional tips with others? Come start
47+
or join the conversation on the `FTC Community Forums
48+
<https://ftc-community.firstinspires.org/>`__!
49+

0 commit comments

Comments
 (0)