Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.49 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.49 KB

🐢 Turtle RTK

Turtle RTK is a GNSS RTK client built with React Native and TypeScript. It enables connection to a base station via an NTRIP Caster to transmit RTCM data to a rover in order to receive NMEA messages.

Table of Contents

Installation

The app is currently available only on Android. You can get the latest release here.

For iOS, it is possible to have a functional version within a few hours of debugging.

Functionalities

Caster Protocols

Caster Protocol Supported
NTRIPv1
NTRIPv2

Communication with Rover

Protocol Supported Tested devices
BLE SparkFun RTK Express
Bluethooth -
USB -

Contributing

To start developing, you need to follow these steps:

  1. Have a working version of React Native development environment
  2. Install dependencies
    npm install
  3. Start the dev server
    npm start

Feel free to create issues or submit pull requests.