Difference between revisions of "Simple set-up of a RTK base station"

From Open Mower Wiki
Jump to navigation Jump to search
(Created page with "Here is a very simple set-up of a working RTK-GPS base station for the OpenMower project.")
 
(Initial write-up)
Line 1: Line 1:
Here is a very simple set-up of a working RTK-GPS base station for the OpenMower project.
Here is a very simple set-up of a working RTK-GPS base station for the OpenMower project.
The purpose is to make base RTK GPS station that can broadcast base GPS RTK information on your local network to give OpenMower the reference data for accurate GPS localization.
'''''Disclaimer'''''
''This material is provided as-is and free of charge. No guarantees of any kind are made that the information contained herein is exact or correct or does not violate any local regulations or cause any security risk. Any use you make of any information given here is at your own discretion and risk.''
=== What you need ===
* Raspberry Pi
* GPS RTK module (see [[Building the Mower]])
* Ethernet cable
* USB cable to connect Pi and GPS RTK module
=== What to do ===
* Install your Pi with the instructions here https://github.com/jancelin/pi-gen_RTKbase/releases/tag/BaseGNSS-RPi-2.3.1  (It is an installation of this project: https://github.com/Stefal/rtkbase).
** To begin with, you must install using an Ethernet cable
* That is really it

Revision as of 09:17, 4 May 2022

Here is a very simple set-up of a working RTK-GPS base station for the OpenMower project.

The purpose is to make base RTK GPS station that can broadcast base GPS RTK information on your local network to give OpenMower the reference data for accurate GPS localization.

Disclaimer

This material is provided as-is and free of charge. No guarantees of any kind are made that the information contained herein is exact or correct or does not violate any local regulations or cause any security risk. Any use you make of any information given here is at your own discretion and risk.

What you need

  • Raspberry Pi
  • GPS RTK module (see Building the Mower)
  • Ethernet cable
  • USB cable to connect Pi and GPS RTK module

What to do