Skip to content

Commit

Permalink
Add GEM1305 with case
Browse files Browse the repository at this point in the history
Update common-datagnss-gem1305-rtk.rst

Update common-datagnss-gem1305-rtk.rst

add the description for GEM1305 with case

update the config for output rate

update the format

Update common-datagnss-gem1305-rtk.rst
  • Loading branch information
datagnss committed Oct 22, 2024
1 parent 4c2bde9 commit 6a3081d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 26 deletions.
73 changes: 47 additions & 26 deletions common/source/docs/common-datagnss-gem1305-rtk.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ GEM1305 is based on the new generation Allystar dual-core GNSS SoC. It supports
.. image:: ../../../images/gem1305/datagnss-gem1305-03.png
:target: ../_images/gem1305/datagnss-gem1305-03.png


GEM1305/NANO RTK Receiver doesn't support Moving Base mode.

GEM1305 also has a version with a casing.

.. image:: ../../../images/gem1305/GEM1305-with-case.png
:target: ../_images/gem1305/GEM1305-with-case.png

Where to Buy
============

Expand Down Expand Up @@ -50,15 +54,15 @@ GNSS

Interface
=========
- UART, 230400bps
- SMA for antenna
- Output rate 5Hz
- UART, 230400bps default
- SMA connector for antenna
- Output rate 5Hz default
- Main power supply,4.7~5.2V

Protocol
========
- NMEA output
- RTCM v3 input/output
- NMEA-0183 output
- RTCMv3 input/output

Environment
===========
Expand Down Expand Up @@ -89,13 +93,21 @@ The 1.25mm pitch 6P connector (from Left PIN1 to PIN6) :

Please note that the board only includes RTK and doesn't inlcude compass.

If using the GEM1305 with a case, you can directly insert the connector into the GPS2 port.

.. image:: ../../../images/gem1305/GEM1305-with-case.png
:target: ../_images/gem1305/GEM1305-with-case.png


ArduPilot Setup
===============

Assuming GEM1305 is connected to the autopilot's SERIAL4 port, it should work with :

- :ref:`SERIAL4_PROTOCOL <SERIAL4_PROTOCOL>` = 5



Configuration
=============

Expand Down Expand Up @@ -128,46 +140,53 @@ Setup the NANO RTK Receiver as a base station, and it is recommended to use Satr

1. Open Satrack, then choose the com port, baud rate then connect the nano-rtk-rcv.

.. image:: ../../../images/gem1305/satrack-connect-device.png
:target: ../_images/gem1305/satrack-connect-device.png
.. image:: ../../../images/gem1305/satrack-connect-device.png
:target: ../_images/gem1305/satrack-connect-device.png


2. Enable RTCMv3 output

.. image:: ../../../images/gem1305/satrack-rtcm-output.png
:target: ../_images/gem1305/satrack-rtcm-output.png
.. image:: ../../../images/gem1305/satrack-rtcm-output.png
:target: ../_images/gem1305/satrack-rtcm-output.png


3. Disable NMEA data output

.. image:: ../../../images/gem1305/satrack-disable-nmea.png
:target: ../_images/gem1305/satrack-disable-nmea.png
.. image:: ../../../images/gem1305/satrack-disable-nmea.png
:target: ../_images/gem1305/satrack-disable-nmea.png

4. Config output rate to 1Hz

In base station mode, the RTCM data output rate must be set to 1Hz.

4. Config the base station fixed coordinates
.. image:: ../../../images/gem1305/satrack-outputrate-1hz.png
:target: ../_images/gem1305/satrack-outputrate-1hz.png

5. Config the base station fixed coordinates

There are two methods to set the coordinates of the base station:
A. According to the diagram below, Input the known coordinates.
There are two methods to set the coordinates of the base station:

Press "Get now", and modify the coordinates to the known values, then "send" to apply the fixed coordinates.
5.1 According to the diagram below, Input the known coordinates.

.. image:: ../../../images/gem1305/satrack-cfg-fixedecef.png
:target: ../_images/gem1305/satrack-cfg-fixedecef.png
Press "Get now", and modify the coordinates to the known values, then "send" to apply the fixed coordinates.

.. image:: ../../../images/gem1305/satrack-cfg-fixedecef.png
:target: ../_images/gem1305/satrack-cfg-fixedecef.png


B. According to the CFG-SURVEY method, config miniDuration and AccLimit, then automatically calculate the average before proceeding with the setup.
5.2 According to the CFG-SURVEY method, config miniDuration and AccLimit, then automatically calculate the average before proceeding with the setup.

.. image:: ../../../images/gem1305/satrack-cfg-survey.png
:target: ../_images/gem1305/satrack-cfg-survey.png
.. image:: ../../../images/gem1305/satrack-cfg-survey.png
:target: ../_images/gem1305/satrack-cfg-survey.png

After completing the above operation, you can save the current configuration with CFG-SAVE.
After completing the above operation, you can save the current configuration with CFG-SAVE.

5. After above configuration, open Mission Planner
6. After above configuration, open Mission Planner

.. image:: ../../../images/gem1305/mp-connect-base.png
:target: ../_images/gem1305/mp-connect-base.png
.. image:: ../../../images/gem1305/mp-connect-base.png
:target: ../_images/gem1305/mp-connect-base.png

6. Finish other configuration in Mission Planner
7. Finish other configuration in Mission Planner



Expand All @@ -180,6 +199,8 @@ For drones, NANO RTK Receiver or GEM1305 can be chosen as the Rover for RTK.

Whether you choose NANO RTK Receiver or GEM1305, you need to confirm in the Satrack software that all RTCM data outputs are disabled and all NMEA outputs are enabled.

In Rover mode, the output rate must be set to 5Hz.

Note: NANO RTK Receiver and GEM1305 do not support safety switch, so BRD_SAFETY_DEFLT needs to be set to 0 or a separate safety switch should be connected to the flight controller.

After completing the above settings, you can write parameters to the flight controller.
Expand Down
Binary file added images/gem1305/GEM1305-with-case.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gem1305/satrack-outputrate-1hz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/gem1305/satrack-outputrate-5hz.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6a3081d

Please sign in to comment.