> For the complete documentation index, see [llms.txt](https://support.senterasensors.com/home/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/home/rtk-ppk-module/setup-and-installation/base-stations/generic-base-stations/usb-out.md).

# USB Out

## Software Setup for RTK

{% stepper %}
{% step %}

### Configure Output Type

Set the Base Station output to Serial/USB.
{% endstep %}

{% step %}

### Configure Output Settings

Set the baud rate to 115200.
{% endstep %}

{% step %}

### Configure Messages

Set the corrections message type to be RTCM3 or greater.&#x20;
{% endstep %}
{% endstepper %}

## Software Setup for PPK

{% stepper %}
{% step %}

### Configure Data Logging Format

Verify the Format is set to RINEX 3.03.
{% endstep %}

{% step %}

### Enable Auto Logging

If available, enable auto logging on your base station .
{% endstep %}
{% endstepper %}

## Hardware Setup

{% stepper %}
{% step %}

### Mount the Base Station

Mount the base station to a survey pole or tripod.&#x20;
{% endstep %}

{% step %}

### Connect the Sentera Ground Radio (RTK ONLY)

{% hint style="info" %}
This step is only required when operating with RTK.&#x20;
{% endhint %}

Connect the Sentera ground radio to the Base Station using a USB-A or USB-C to USB-C Cable.&#x20;
{% endstep %}

{% step %}

### Place The Radio (RTK ONLY)

{% hint style="info" %}
This step is only required when operating with RTK.&#x20;
{% endhint %}

Place the Sentera ground radio such that the antenna is pointed towards the sky.&#x20;

The Sentera ground radio has an integrated magnet and a 1/4"-20 thread mount that can be utilized for mounting as the end user sees fit.&#x20;
{% endstep %}

{% step %}

### Verify the Antenna is Mounted on the Drone (RTK ONLY)

{% hint style="info" %}
This step is only required when operating with RTK.&#x20;
{% endhint %}

Install the Antenna per the manufacturer instruction

{% endstep %}
{% endstepper %}


---

# 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/home/rtk-ppk-module/setup-and-installation/base-stations/generic-base-stations/usb-out.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.
