Raspberry Zero GNSS Logger

RTKLIB Control Panel

Features

  • Raw Data Logging
  • GPS Time Synchronization
  • Start/Stop/Restart Rover
  • Device Shutdown
  • File List/Download

Installation

2021-05-07-raspios-buster-armhf-lite.img

Prerequisites

sudo apt update

sudo apt upgrade

sudo apt-get install build-essential

sudo apt-get install automake

sudo apt-get install checkinstall

sudo apt-get install liblapack3

sudo apt-get install libblas3

sudo apt-get install gfortran

RTKLIB

cd ~

git clone https://github.com/rtklibexplorer/RTKLIB.git

cd RTKLIB

cd app

cd consapp

sudo make

sudo make install