# Flashing Radio

#### Step 1 - Open the Network Assistant Tool or Download it from this page:

{% embed url="<https://frc-radio.vivid-hosting.net/overview/programming-your-radio-at-home/network-assistant-tool>" %}

* Connect your radio to your computer via **ethernet through the "DS" port** in the radio
* Follow the directions on that page to begin setting the program up, run all of the checks then click yes to go to the **radio configuration page**

**Step 2 - Fill out the boxes in the radio configuration page**

<figure><img src="/files/Fz2bX1if8PP7r04bSufY" alt="" width="563"><figcaption></figcaption></figure>

* Select "Robot Radio Mode"
* Team Number: Enter your FRC Team Number
* SSID Suffix: Enter a name for your robot that will come up inside the name of the wifi signal your radio will create
* WPA key: password you will need to enter when connecting to your radio

#### Step 3: Click "Configure"


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hmb-robotics.gitbook.io/documentation/programming-radio/flashing-radio.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
