# Updating GNSS Module

In the event there is a need to update the configuration of GNSS receiver, this can be done for both airborne and ground module (RTK GNS). The latest configuration files, as well as the configuration tool, can be found in the downloads section on the Sky-Drones website <http://sky-drones.com/dload>

## Getting U-Center

First of all you need to download and install UBlox U-Center utility. After completing the installation, run the program.

![](/files/-MTPndChVrYWU9hjkMFj)

## RTK GNSS Configuration update

Plug in RTK GNSS Module to the USB port of your computer and make sure that the green LED is solid (NOT flashing).

![](/files/-MTPq14RTT4dn_dauech)

Go to U-Center utility and set up the connection in the top-left corner: choose the right COM port and set the baud rate to 115200.

Then go to `Tools` > `GNSS Configuration` and select the configuration file. Set`Store configuration into BBR / Flash` checked.

![](/files/-MTPndCiEZEnfihf2hfI)

Press `File > GNSS` button, the update process should start.

![](/files/-MTPndCjuBqRyRgnA4mI)

If the messages dialog closes itself and you cannot see any error messages or reports, this means that the configuration of the GPS receiver has been successfully updated.

## SmartAP PRO Onboard GNSS module update

Connect your FTDI cable to the GPS port of the flight controller as follows:

* `GND` <-> `GND`
* `TX` <-> `RX`
* `RX` <-> `TX`

Do NOT connect 5V and/or power supply pin from FTDI cable to the flight controller! Flight controller will get the power from the USB cable. Set the boot switch in UPD (“Update”) mode, connect your USB cable to the flight controller and connect the FTDI cable to your computer. Your setup should look as follows: !\[]\(../.gitbook/assets/smartap-gps-ftdi.png)&#x20;

Once connected, proceed with the update steps described above.&#x20;

Troubleshooting: if it seems that there is no connection to the GPS module, try changing the TX and RX pins of the FTDI cable connected to your flight controller. Note that sometimes the colours changing means the elements have been swapped.

Do not forget to put the switch back to the RUN position!


---

# 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://docs.sky-drones.com/avionics/smartap-gnss/updating-gnss-module.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.
