> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/65r-sensor-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.senterasensors.com/65r-sensor-user-guide/65r-sensor/firmware-update/how-to-update.md).

# How To Update

## Download Firmware Update File

{% content-ref url="/pages/bnRoqYlfx6PI9ZhE5GX9" %}
[Latest Version](/65r-sensor-user-guide/65r-sensor/firmware-update/latest-version.md)
{% endcontent-ref %}

## Before You Start

{% hint style="warning" %}
Data will be deleted during the firmware upgrade process. Make sure to copy the data off your sensor before performing the update.
{% endhint %}

{% hint style="info" %}
This Process works on Windows or Mac.
{% endhint %}

## Power On Sensor

Power the 65R using the AC adapters or keep it attached to the aircraft and turn the aircraft on.&#x20;

Then wait for the LEDS on the sensor to do the following:

| Power Method     | LED Behavior                                                                    |
| ---------------- | ------------------------------------------------------------------------------- |
| AC Power Adapter | Flashing Red                                                                    |
| Drone Power      | <p>Solid Green (Requires GPS Fix)</p><p>Solid Red (After 2 minutes w/o GPS)</p> |

This verifies that the sensor is fully booted.

<figure><img src="/files/u8AZH3sNqQqBChehvbCa" alt=""><figcaption></figcaption></figure>

## Connect Sensor to Computer

Connect the sensor to the computer using a USB cable.

{% hint style="info" %}
Use the USB-C port on the sensor not the USB-C port on the top of the gimbal.
{% endhint %}

{% hint style="warning" %}
Use the [USB-C Cable provided with the 65R](https://www.amazon.com/Anker-Powerline-Pull-up-Resistor-MacBook/dp/B01MZIPYPY?th=1). This cable gives the best and most reliable performance.
{% endhint %}

<figure><img src="/files/0egech3yua6F6nZgB7WZ" alt=""><figcaption></figcaption></figure>

## Verify Connection

Open your wifi/network panel from the task bar. Verify that you see "unidentified network - No internet". This is the 65R appearing as a network device.

<figure><img src="/files/SECc7H1J6dP5VMkmSspz" alt="" width="302"><figcaption></figcaption></figure>

## Open Sensor Webpage

In a web browser (no internet required) type 192.168.42.1 into the address bar and press enter.&#x20;

{% content-ref url="/pages/8YiTG9euURv1IzhSXz9Q" %}
[How To Access Web User Interface](/65r-sensor-user-guide/65r-sensor/configuration-and-settings/how-to-access-web-user-interface.md)
{% endcontent-ref %}

<figure><img src="/files/DA0IXzvqciLQjhw2U9ij" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the sensor is being powered by the AC adapter the screen will appear red with a warning message.
{% endhint %}

## Select Update Firmware

<figure><img src="/files/Qr6TvpaYieLue8s7eQ2A" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/6qm5jSuMeNrUtcNBkwmK" alt=""><figcaption></figcaption></figure>

## Apply Firmware File

<figure><img src="/files/GiSmLXkiiGjMLIketKPT" alt=""><figcaption></figcaption></figure>

## Allow Update to Execute

The software update process begins and may take several minutes. Do not turn off the power or disconnect the cable during this process. It may reboot several times during the process.

<figure><img src="/files/OaQV3fNnOw1wV963oni0" alt=""><figcaption></figcaption></figure>

## Allow Sensor to Self-Reboot

<figure><img src="/files/WlN57rE6Q6AgdhKlBQ8u" alt=""><figcaption></figcaption></figure>

## Complete

Once complete, the web page will refresh. You can check the firmware version after the web page refreshes by checking the 'Current Version' at the top of the update page, or the version in the lower left of the web page menu bar.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.senterasensors.com/65r-sensor-user-guide/65r-sensor/firmware-update/how-to-update.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
