Skip to content

BaseGNSS-RPi-2.3.1

Compare
Choose a tag to compare
@jancelin jancelin released this 06 Sep 09:17

RTKbase version

https://github.com/Stefal/rtkbase/releases/tag/2.3.1

Change log

https://github.com/Stefal/rtkbase/blob/master/CHANGELOG.md

[2.3.1] - 2021-07-25

  • Fixed

    • Local ntrip caster was not started with the right user/password syntax. RPi-Distro#166
    • Local ntrip caster service was not restarted after new settings were set. RPi-Distro#167
    • Psutil python requirement could not be installed on Os already including it (like Raspberry Pi Os with desktop). RPi-Distro#165

[2.3.0] - 2021-07-08

  • Added

    • New local Ntrip Caster service to use RTKBase as a standalone NTRIP Caster.
    • GUI -> Status: New OrthoHR aerial imagery layer, covering France only.
    • GUI -> Status: Realtime and static base position stay both visible on the map.
    • GUI -> Status: Solution status is displayed next to coordinates.
    • GUI -> Settings: Service status are updated in realtime, and painted with orange/red in case of restart/failure.
    • GUI -> Settings: Display Cpu temperature.
    • GUI -> Settings: Display uptime.
    • GUI -> Settings: Display storage informations.
    • GUI -> Settings: Tooltips to display some help about each services.
    • GUI : Auto reconnection with the web server after a RTKBase update or a server (SBC) reboot.
  • Changed

    • Default antenna value sets to 'ADVNULLANTENNA' instead of 'NULLANTENNA'.
  • Fixed

    • Rtkbase was deleting old archives when remaining space was lower than 5GB instead of 500MB. And now you can change this value inside settings.conf. RPi-Distro#132
    • rtkrcv configuration was hardcoded with ubx input, now it uses the format set on GUI -> Settings -> Main. RPi-Distro#148
    • Only .ubx files were archived. Now archive_and_clean.sh script check for all files format managed by str2str. RPi-Distro#158
    • The 2.1.x to 2.2.0 upgrade created a wrong path inside str2str_rtcm_serial.service (/var/tmp/rtkbase)
    • rtkrcv didn't always stop after the 1O mn timeout. RPi-Distro#35
  • Security

    • Cryptography module updated to 3.3.2
    • Eventlet module updated to 0.31.0

Install

https://docs.centipede.fr/docs/base/

  • Download Base_GNSS_X_X.zip
  • Flash Micro SD with Etcher
  • Connect GNSS antenna (USB) on Raspberry Pi
  • Connect ethernet on Raspberry Pi
  • Insert Micro SD on Raspberry Pi
  • Powered
  • Wait =~ 3 min ( connect a screen to follow the installation)
  • Open a web browser (Firefox)

http://basegnss.local

mdp: admin

ssh connect

ssh [email protected]

mdp: basegnss!

DOC

https://github.com/Stefal/rtkbase