# Setting

## Settings Menu Overview

<figure><img src="/files/n10GGfRvKUC358f0Rs2K" alt=""><figcaption><p>Setting Menu</p></figcaption></figure>

## Firmware Update (OTA)

After entering the 「Setup Menu」 → 「Firmware Update (OTA)」 interface, the Bluetooth of the ADU device will be turned off and WiFi will be turned on automatically, and the ADU device will be used as an AP (Access Point) to receive OTA firmware.

### Connection Parameters

* SSID Name: `ADU-WiFi`
* SSID Password: `12345678`
* IP Address: `192.168.99.1`

### Update Steps

1. Download the compiled firmware (`.bin` file) to your cell phone or other devices.
2. Go to 「Setting Menu」 → 「Firmware Update (OTA)」 interface of ADU.
3. After the cell phone and other devices are connected to `ADU-WiFi` network, open `192.168.99.1` in the browser and upload the firmware (`.bin` file) according to the instructions on the page.
4. Wait for about 30 seconds, after the ADU device reboots automatically, it indicates that the firmware update is complete.

{% hint style="warning" %}
If the ADU does not reboot automatically for a long time, it means the update has failed. You need to reboot the ADU manually (using the supplied power switch or car re-lighting), and then re-enter the 「Firmware Update (OTA)」 interface to try the update again.

Don't worry! A failed update will not render the ADU unusable!
{% endhint %}

## Reset Device

After resetting the device, it will return to its default values. Modify the setup parameters as needed (especially **Selecting the Bluetooth Adapter Model**, as well as **Modifying the gyro Orientation** and **Calibrating the Gyroscope**).


---

# 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://adu.ppgg.in/setting.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.
