# Software Updates

To update the software on the DAQ-A simply download the most recent version below and copy it to the DAQ-A micro SD card. When the LED is no longer blue the update is complete.

{% tabs %}
{% tab title="How to Update the Software" %}

### How to Update the Software

1. Download the most recent DAQ-A update file
2. Copy to update file to the DAQ-A micro SD card
3. With the DAQ-A powered OFF, insert the micro SD card into the DAQ-A
4. Power up the DAQ-A
5. During boot you should see the button LED flash blue a few times while it updates
6. Once the LED is no longer blue it has been updated
7. You can confirm the update by checking the firmware version listed on the config file
   {% endtab %}

{% tab title="Downloads" %}

### 1.04 - [DOWNLOAD HERE](https://drive.google.com/file/d/13paGRbeMHMk8aa4F3xcHQ43-2vYwBv4v/view?usp=sharing)

**Changelog**:

* New [Reset Mode](/daq/daq-a/reset-mode.md) option to help repair the system disk if it gets corrupted.

### 1.03 - [DOWNLOAD HERE](https://drive.google.com/file/d/1tA5lDwcL65pCyNIwfpPIu8Kxc5BZYi16/view?usp=sharing)

**Changelog**:

* Machine-learning PPK mode greatly improves time vs location alignment
* New button LED colors make sure GPS is ready before capturing data

### 1.02 - [DOWNLOAD HERE](https://drive.google.com/file/d/1-rYX_jLPLKJx4HBELxteDth3wgf3Ny0M/view?usp=sharing)

**Changelog:**

* Bug fix for DAQ-A

### 1.01 - [DOWNLOAD HERE](https://drive.google.com/file/d/1ZHoV65cMg0JxZdfMLAEARB_e9Y51sMcK/view?usp=sharing)

**Changelog:**

* Fixed issue with log data columns swapped
  {% endtab %}
  {% endtabs %}


---

# 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://mapir.gitbook.io/daq/daq-a/software-updates.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.
