> For the complete documentation index, see [llms.txt](https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/gps/sate-navsate/sate-navsate-gps-setup-guide.md).

# SATE NAVSATE GPS Setup Guide

**Using one SATE NAVSATE GPS：**

Connect the 4-pin CAN cable connector to the CAN1 or CAN2 port on the flight controller.

Power the flight controller and connect it to Mission Planner. Go to "Config/Tuning > Full Parameter List" and modify the following parameters:

**CAN\_D1\_PROTOCOL: 1** set virtual driver of CAN1 to DRONECAN

**CAN\_D2\_PROTOCOL: 1** set virtual driver of CAN 2 to DRONECAN

**CAN\_P1\_DRIVER: 1** set this parameter to enable the CAN1 bus

**CAN\_P2\_DRIVER: 1** set this parameter to enable the CAN2 bus

**GPS\_TYPE: 9** set the communication protocol type of GPS 1 to DRONECAN

**NTF\_LED\_TYPES: 1048575** Set to DRONECAN for LED type

{% hint style="warning" %}
**Note**: There is no external safety switch. Set **BRD\_SAFETYENABLE as 0** to disable the safety switch, or connect a physical external safety switch
{% endhint %}

Click "Write Params" when done. CAN functions will be available after rebooting the flight controller.

**Using two SATE NAVSATE GPS**

Connect two CAN cables to the CAN1 and CAN2 ports of the flight controller

Power up the flight controller and connect to Mission Planner. Go to "Config/Tuning > Full Parameter List" and modify the following parameters:

**CAN\_D1\_PROTOCOL: 1** set virtual driver of CAN1 to DRONECAN

**CAN\_D2\_PROTOCOL: 1** set virtual driver of CAN 2 to DRONECAN

**CAN\_P1\_DRIVER: 1** set this parameter to enable the CAN 1 bus

**CAN\_P2\_DRIVER: 1** set this parameter to enable the CAN 2 bus

**GPS\_TYPE: 9** set the communication protocol type of GPS 1 to DRONECAN

**GPS\_TYPE2：9** sets the communication protocol type of GPS 2 to DRONECAN

**NTF\_LED\_TYPES: 1048575** Set to DRONECAN for LED type

{% hint style="warning" %}
**NOTE**: There is no external safety switch on the GPS. You can set **BRD\_SAFETYENABLE to 0** to disable the safety switch, or connect a physical external safety switch
{% endhint %}

Click "Write Params" when done. CAN functions will be available after rebooting the flight controller.


---

# 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:

```
GET https://spaceandtech-engineerings.gitbook.io/space-and-tech-engineerings-docs/gps/sate-navsate/sate-navsate-gps-setup-guide.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.
