Skip to content

Commit

Permalink
Add access point instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Jan 8, 2025
1 parent 1188803 commit 7b0f423
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions source/Resources/Radio/AccessPoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Access point mode

Check warning on line 1 in source/Resources/Radio/AccessPoint.md

View workflow job for this annotation

GitHub Actions / build

document isn't included in any toctree

See [the docs](https://frc-radio.vivid-hosting.net/getting-started/usage/programming-your-radio#team-access-point-mode) for more information.

## What is access point mode?

In access point mode, it will provide a 6GHz Wi-Fi connection that can be used by both driver stations and robots, mimicking the field radio setup. It must be poswered from wall power and not by battery due to US regulations.

## Setup

Follow the [configuration instructions](Configuration.md), except that you should install the practice access point firmware instead of the radio variant firmware.

## Standard configuration for FRC#2022

* Team number: 2022
* SSID suffix: `AP#` where # is a number
* Do it in order - see [the list](index.md#Radios)

Check warning on line 17 in source/Resources/Radio/AccessPoint.md

View workflow job for this annotation

GitHub Actions / build

local id not found in doc 'Resources/Radio/index': 'Radios' [myst.xref_missing]
* WPA key: see the other radios
* Wi-Fi channel: 93
2 changes: 1 addition & 1 deletion source/Resources/Radio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Configuration.md
* FRC-2022-VH1 - robot radio
* FRC-2022-VH2 - robot radio
* FRC-2022-VH3 - robot radio
* FRC-2022-VH4 - access point
* FRC-2022-AP4 - access point

0 comments on commit 7b0f423

Please sign in to comment.