Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oss

Open Survey System (OSS)

Open, affordable GNSS RTK platform that enables centimeter‑level positioning (~10 mm XY / ~50 mm Z) using commodity, readily available modules. OSS aims to democratize survey‑grade measurements by publishing open hardware, firmware, and reference configurations.

Status: early draft - architecture overview only. Detailed BOMs, Gerbers, STLs, and configuration guides will be added later.


1) System Overview

OSS consists of two building blocks:

  1. RTK Rover - a portable GNSS receiver that works with common mobile apps (e.g., SW Maps, Locus GIS, QField, SurPad, LandStar etc.). The rover receives RTK corrections via NTRIP over the Internet or from a local Wi‑Fi NTRIP caster.
  2. Extension Kit (LoRa) - a radio bridge that carries RTK corrections over longer distances using LoRa (433 MHz), (eg. when local access to RTK corrections over LTE is not available):
    • LTE/LoRa Gateway - fetches RTK corrections from an online NTRIP service (e.g., a national CORS) or from a local RTK base, then transmits them via LoRa.
    • LoRa/Wi‑Fi Gateway - receives LoRa packets with RTCM and exposes a local NTRIP caster over a Wi‑Fi Access Point.
    • Local RTK Base Station (optional) - provides local corrections based on its precisely known position (surveyed once or derived from long averaging).

2) High‑Level Architectures (Topologies)

A) Internet‑only (no radio) - rover is used in an area with internet access to RTK corrections (eg. by LTE)

rover-only

B) Radio‑relayed corrections (LoRa 433 MHz) - radio relay deployed in an area without internet access to RTK corrections network; corrections are calculated locally

rover-lora-base

C) Hybrid (online source → local radio) - radio relay deployed in an area with internet access to RTK corrections network (over LTE/Starlink, etc.)

rover-lora


3) Component Roles

RTK Rover

A compact, dual‑frequency GNSS RTK receiver that pairs with a mobile app. The app supplies RTK corrections (via Internet or a local NTRIP caster), while the rover provides position output to the app. Connectivity is kept simple (Bluetooth to the phone); no onboard Wi‑Fi or general‑purpose MCU is planned in the rover.

Enclosure

enclosure1 enclosure2
enclosure3 enclosure4

Inside

inside1 inside2

Outside

outside1 outside2

LTE/LoRa Gateway (optional)

  • Acts as an NTRIP client toward an online caster (e.g., CORS) or a local base station.
  • Encapsulates RTCM and transmits over LoRa 433 MHz (P2P) to the LoRa/Wi‑Fi Gateway.

Photo

transmitter

LoRa/Wi‑Fi Gateway (optional)

  • Receives LoRa packets and reassembles RTCM stream.
  • Hosts a local NTRIP caster behind a Wi‑Fi Access Point for the rover/mobile app.

Photo

receiver1

Local RTK Base Station (optional)

  • Provides local RTCM corrections from a fixed, accurately known position.
  • Integrates with the LTE/LoRa Gateway to feed the radio uplink.

4) Data & Interfaces

  • Corrections: RTCM 3.x over NTRIP (TCP/HTTP Basic).
  • Rover ↔ Phone link: Bluetooth SPP (UART over BT using BT module, or BLE using ESP32).
  • Position output: NMEA from rover to mobile apps.
  • Radio link: LoRa 433 MHz, P2P mode (not LoRaWAN), optimized for low‑latency streaming.
  • Transport paths:
    • Internet path: Mobile App (NTRIP client) → Online NTRIP Service → RTCM → Bluetooth SPP → Rover.
    • Radio path: Base or Online Service → LTE/LoRa Gateway → LoRa → LoRa/Wi‑Fi Gateway (NTRIP caster) → Mobile App → Bluetooth SPP → Rover.

5) Design Principles

  • Open & affordable: publish hardware files (Gerbers), mechanical models (STL/STEP), firmware and configs.
  • Modular: rover can operate standalone (Internet) or with the radio Extension Kit.

    Extension Kit could be potentially used as a correction source to rovers from other manufacturers!

  • Interoperable: works with mainstream mobile GIS apps.
  • Region‑aware: radio operation must comply with local regulations (e.g., 433/869 MHz in EU).

6) Documentation

Component firmware and the shared, over-the-air specs are documented under firmware/:

Shared specs (transmitter ↔ receiver)

The LoRa link is a contract between the two gateways, so its specs live in one canonical place — firmware/shared/docs/ — and both firmwares must stay byte-compatible with them:

Transmitter (LTE/LoRa Gateway)

Receiver (LoRa/Wi‑Fi Gateway)

Rover

  • README - overview and configuration

7) License

  • Hardware: CERN OHL‑S v2 (TBD)
  • Firmware/Software: Apache‑2.0 or MIT (TBD)
  • Docs: CC‑BY‑4.0 (TBD)

Notes

  • Names and modules are placeholders for open, commonly available components.
  • Rover = GNSS RTK module + classic Bluetooth SPP module over UART. Mobile app bridges NTRIP↔RTCM.
  • This README intentionally omits implementation details; it is a high‑level map for the project structure and data flows.

About

GNSS RTK platform that enables centimeter‑level positioning using commodity, readily available modules

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages