Coder Social home page Coder Social logo

jangleboom / rtkbasestation Goto Github PK

View Code? Open in Web Editor NEW
24.0 4.0 6.0 24.14 MB

Real time kinematics base station (ESP32 + ZED-F9P)

License: GNU General Public License v3.0

C 12.82% C++ 87.01% Python 0.17%
esp32 gnss zed-f9p realtime-kinematics

rtkbasestation's Introduction

Real Time Kinematics Base Station (RTK Server)

Hardware used:

  • Adafruit Feather ESP32 Huzzah, Sparkfun ESP32 Thing Plus (or similar)
  • SparkFun GPS-RTK-SMA Breakout - ZED-F9P (Qwiic)
  • ublox ANN-MB1 antenna

Infrastructure:

  • reachable WiFi
  • free line of sight between antenna (horizontal placed) at sky

Dependencies

Circuit diagram

plot

Caster connection

To connect to a caster without using the web form provided by the submodule RTBaseManager, you need to create a CasterSecrets.h file with your credentials that looks like this:

#ifndef RTK_CASTER_SECRETS_H
#define RTK_CASTER_SECRETS_H

// A place for your caster credentials

// RTK2Go MountPoint http://www.rtk2go.com:2101/SNIP::STATUS#uptime
// Email: YOUR_RTK2GO_ACCOUNT_EMAIL.com
const char kCasterHost[] = "rtk2go.com";
const uint16_t kCasterPort = 2101;
const char kMountPoint[] = "YOUR_RTK2GO_MOUNT_POINT"; //The mount point you want to push data to
// Use "WEEK2208" until your registration is confirmed by the caster
const char kMountPointPW[] = "YOUR_RTK2GO_MOUNT_POINT_PASSWORD"; 

// Or

// Another free NTRIP Caster is Emlid
// Emlid Caster MountPoint
// Email: YOUR_EMLID_ACCOUNT_EMAIL.COM
const char kCasterHost[] = "caster.emlid.com";
const uint16_t kCasterPort = 2101;
const char kMountPoint[] = "YOUR_EMLID_MOUNT_POINT"; //The mount point you want to push data to
const char kMountPointPW[] = "YOUR_EMLID_MOUNT_POINT_PASSWORD";

// Use only one of this choices!

#endif /*** RTK_CASTER_SECRETS_H ***/

If you are not using the web form of the RTKRoverManager, then you have to replace the dynamically read credentials with the constant ones (add the k prefix e. g: mountPoint --> kMountPoint) in the main.cpp.

Usage

Preparation

  • make a survey (automatically at first run or you can use the the web form of the included RTKBaseManager: Wipe the memory, save and reboot) OR
  • set high-precision coordinates of the location of the antenna (you can use the web form of the RTKBaseManager: Enter the high-precision coordinates, save and reboot)

Change setup

  • use the web form of the local server "rtkbase.local" OR
  • force to open an access point by pressing the wipe button on hardware (all saved data will be deleted). Connect your computer to the AP with SSID "rtkbase" and fill the web form on address "192.168.4.1", save and reboot the ESP32.

The mklittlefs file in the root dir you have to get depending on your OS. Or if you have Arduino IDE installed, you can borrow it from there. On macOS you can find it here: ~/Library/Arduino15/packages/esp32/tools/mklittlefs/3.0.0-gnu12-dc7f933/mklittlefs. Help for setup the file system you can find here. This project was created on macOS (silicon).

rtkbasestation's People

Contributors

jangleboom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

rtkbasestation's Issues

Sparkfun zed f9p with nodemcu esp8266

Hello dear, I need help for one project. My idea is use zed with base station, and need that nodemcu capture rtcm data in zed and send for one ntrip caster and now I use snip ntripcaster. For this port comunication in zed is sda and scl and nodemcu port d2 and d3. Can you help me in this project?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.