> ## Documentation Index
> Fetch the complete documentation index at: https://docs.researchanddesire.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Settings and WiFi

> Configure WiFi and access RADR device settings

This guide covers RADR's settings menu, WiFi configuration, and power management options.

## Accessing Settings

From the main menu, select **Settings** to access the settings menu.

## Settings Menu Options

| Option         | Description                            |
| -------------- | -------------------------------------- |
| Go Back        | Return to the main menu                |
| WiFi Settings  | Configure WiFi network connection      |
| Update Device  | Check for and install firmware updates |
| Restart Device | Reboot the RADR                        |

### Navigation

* **Right Encoder** — Scroll through options
* **Right Button** — Select the highlighted option
* **Left Button** — Return to main menu

## WiFi Configuration

WiFi connectivity enables over-the-air (OTA) firmware updates for your RADR.

<Info>
  WiFi is optional and primarily used for firmware updates. RADR's core functionality (device control) works entirely over Bluetooth.
</Info>

### Setting Up WiFi

<Steps>
  <Step title="Open WiFi Settings">
    From the settings menu, select **WiFi Settings**.
  </Step>

  <Step title="Connect to RADR's Access Point">
    RADR creates a WiFi access point called **"RADR Setup"**.

    A QR code is displayed on screen for easy connection:

    ```
    WIFI:S:RADR Setup;T:nopass;;
    ```

    Scan the QR code with your phone, or manually connect to the network:

    * **Network Name:** RADR Setup
    * **Password:** None (open network)
  </Step>

  <Step title="Configure WiFi Credentials">
    Once connected to RADR's access point, a configuration portal opens automatically:

    1. Select your home WiFi network from the list
    2. Enter your WiFi password
    3. Save the configuration
  </Step>

  <Step title="Confirmation">
    After successful configuration, you'll see the **"WiFi Connected"** screen:

    * **Message:** "Your OSSM Remote is now connected to WiFi."
    * RADR is now ready to receive OTA updates
  </Step>
</Steps>

### WiFi Configuration Details

| Parameter         | Value              |
| ----------------- | ------------------ |
| Access Point Name | RADR Setup         |
| Security          | Open (no password) |
| Portal Timeout    | 30 seconds         |
| Retry Attempts    | 5                  |

<Warning>
  The WiFi setup portal has a 30-second timeout. If the portal times out, restart the WiFi Settings process.
</Warning>

## Update Device

Select **Update Device** to check for and install firmware updates.

<Note>
  This feature requires WiFi to be configured. Updates are downloaded and installed over-the-air.
</Note>

## Restart Device

Select **Restart Device** to reboot your RADR. This is useful for:

* Clearing temporary issues
* Applying certain settings changes
* Resetting the Bluetooth state

The device will power off and restart automatically.

## Sleep Mode

From the main menu, select **Sleep** to enter deep sleep mode.

### What Happens in Sleep Mode

1. RADR disconnects any connected devices
2. A shutdown sound plays
3. The display turns off
4. LEDs turn off
5. The device enters ultra-low power mode

### Waking from Sleep

Press any of the three under-screen buttons to wake RADR:

* Left button
* Middle button
* Right button

<Info>
  When waking from sleep, RADR performs a full restart and returns to the main menu.
</Info>

### When to Use Sleep Mode

Use sleep mode when:

* You're done using RADR but don't want to fully power off
* You want to conserve battery between sessions
* You want a quick way to pause without disconnecting the power switch

<Tip>
  For extended storage, use the physical power switch instead of sleep mode. Sleep mode still consumes minimal power.
</Tip>

## Power Management Summary

| Method             | Battery Usage | Wake Method         |
| ------------------ | ------------- | ------------------- |
| Active (connected) | High          | N/A                 |
| Active (idle)      | Medium        | N/A                 |
| Sleep Mode         | Very Low      | Under-screen button |
| Power Switch Off   | None          | Power switch        |

## Troubleshooting

<AccordionGroup>
  <Accordion title="WiFi setup portal doesn't appear">
    * Ensure you're connected to the "RADR Setup" network
    * Try opening a browser and navigating to 192.168.4.1
    * Wait a few seconds after connecting
    * Restart WiFi Settings if the portal timed out
  </Accordion>

  <Accordion title="WiFi doesn't connect to my network">
    * Verify your WiFi password is correct
    * Ensure your router is within range
    * RADR supports 2.4GHz networks only
    * Try moving closer to your router
  </Accordion>

  <Accordion title="Update fails">
    * Ensure WiFi is connected and working
    * Check that RADR has sufficient battery
    * Try the update again
    * Contact support if updates consistently fail
  </Accordion>

  <Accordion title="Device won't wake from sleep">
    * Press and hold an under-screen button for 2-3 seconds
    * If unresponsive, toggle the power switch off and on
    * Ensure RADR has battery charge
  </Accordion>
</AccordionGroup>
