> 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/laptop.md).

# Laptop

## Base Station Software Setup for RTK

{% stepper %}
{% step %}

### Configure Output Type

Set the Base Station output to Bluetooth.
{% endstep %}

{% step %}

### Configure Output Settings

Set the bitrate to 115200.
{% endstep %}

{% step %}

### Configure Messages

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

### NTRIP Client Setup for RTK

{% stepper %}
{% step %}

### Configure Input

Open NTRIP Client and select Serial from the Input type drop down.

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

Click the Input Opt button.

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

Verify Bitrate is matches the base station output rate.&#x20;

<figure><img src="/files/5hukzRHexqnFsxlszTlc" alt=""><figcaption></figcaption></figure>

Note which ports are currently available.&#x20;

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

Connect your laptop to your base station via Bluetooth or USB. Then return to the input serial option and check for the new Bluetooth port.&#x20;

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

Select the correct coms port for Bluetooth Input. If the Bluetooth connection created two new coms ports then select the lower number port.&#x20;

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

&#x20;&#x20;
{% endstep %}

{% step %}

### Configure NTRIP Output

&#x20;select Serial from the output type drop down.

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

Click the Serial Opt button.

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

Verify Bitrate is 115200

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

Connect your laptop to the Sentera Ground Radio via USB cable. Then return to the output serial option and check for the new com port.&#x20;

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

Press Start.

<figure><img src="/files/8z7HzW0A9ywWZreHl1k8" alt=""><figcaption></figcaption></figure>

The input and output boxes will display green when you have successfully started streaming.

<figure><img src="/files/5LqUoHTf2ChJhfIeZqWt" alt=""><figcaption></figcaption></figure>

{% 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 Base Station and Laptop

Connect your Laptop to your Base Station via Bluetooth.
{% 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 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/laptop.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.
