Skip to content
forked from whigg/EasyGNSS

Graphical User Interface for low-cost GNSS

License

Notifications You must be signed in to change notification settings

yxw027/EasyGNSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy GNSS

Logo EasyGNSS

Introduction

Easy GNSS is a Graphical User Interface (GUI) for low-cost GNSS using Raspberry Pi. It provides different types of GNSS processing using the Open Source library RTKLIB. It is based on RTKBase and on TouchRTKStation.

How to assemble Easy GNSS

Parts

Steps

  1. Modify the battery holder Open and directly connect to the DC-DC converter

  2. Mount the battery holder to the main case

  3. Mount the Raspberry Pi on the main case

  4. Mount the Tallysman GNSS antenna to the top plate

  5. Connect the GNSS antenna cable to the GNSS receiver

  6. Connect the USB cables

  7. Mount the touch screen and put the top plate to the main case

How to install Easy GNSS

Install Raspbian on the Raspberry Pi

See here

Install Easy GNSS on the Raspberry Pi

  1. Connect a keyboard and a mouse
  2. Connect the Raspberry Pi to the internet
  3. Open a terminal
  4. Download Easy GNSS
    $ git clone https://github.com/NChebbah/EasyGNSS
  5. Run install.sh
    $ cd EasyGNSS/install
    $ sudo sh install.sh
  6. If you want to automatically start Easy GNSS, run autostart.sh
    $ cd /home/pi/EasyGNSS/install
    $ sudo sh autostart.sh

Connect the screen to the Raspberry Pi

  1. Go here
  2. Go in the README and find your screen
  3. Note the driver for your screen
  4. Open a terminal
  5. Launch the next command lines $ cd /home/pi/EasyGNSS/LCD-show $ sudo ./your-driver

How to run Easy GNSS

`$ sudo python3 /home/pi/EasyGNSS/app/src/main.py`

How to use Easy GNSS

See the User Guide here

Based on the installation guide of TouchRTKStation.

About

Graphical User Interface for low-cost GNSS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.7%
  • Other 1.3%