All Projects → DfAC → AndroidGNSS

DfAC / AndroidGNSS

Licence: other
Code supporting raw ranges for the Android

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to AndroidGNSS

pyubx2
Python library for parsing and generating UBX GPS/GNSS protocol messages.
Stars: ✭ 49 (+22.5%)
Mutual labels:  gps, gnss
gnssIR python
Python scripts for GNSS interferometric reflection applications
Stars: ✭ 19 (-52.5%)
Mutual labels:  gps, gnss
SparkFun RTK Firmware
Centimeter precision GPS/GNSS using L1/L2 signals broadcast over Bluetooth SPP (using the ESP32) in an easy to use enclosure.
Stars: ✭ 38 (-5%)
Mutual labels:  gps, gnss
zubax gnss
Zubax GNSS module
Stars: ✭ 45 (+12.5%)
Mutual labels:  gps, gnss
nmea msgs
nmea_msgs is a ROS package containing messages related to the NMEA standard
Stars: ✭ 21 (-47.5%)
Mutual labels:  gps, gnss
RTKLIB
A version of RTKLIB optimized for single and dual frequency low cost GPS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. Documentation for RTKLIB is available at rtklib.com. This software is provided “AS IS” without any warranties of any kind so please be careful, especial…
Stars: ✭ 420 (+950%)
Mutual labels:  gps, gnss
HPR-Rocket-Flight-Computer
A flight computer for high-powered rockets based on the Teensy platform. 4 programmable pyro outputs, Mach immune flight events, air-start & two-stage capable w/ tilt-sensing safety features, GPS & live telemetry. High-rate data logging at 1000 samples per second. 4.0in x 1.25in x 0.5in fits in a 38mm tube coupler.
Stars: ✭ 33 (-17.5%)
Mutual labels:  gps, gnss
RouteConverter
The popular GPS conversion and editing tool
Stars: ✭ 123 (+207.5%)
Mutual labels:  gps
X-TRACK
A GPS bicycle speedometer that supports offline maps and track recording
Stars: ✭ 3,736 (+9240%)
Mutual labels:  gps
ansible-role-ntp-gps
Ansible Role: NTP with GPS on Raspberry Pi
Stars: ✭ 15 (-62.5%)
Mutual labels:  gps
Atlas
🌎 Atlas is a set of APIs for looking up information about locations
Stars: ✭ 21 (-47.5%)
Mutual labels:  gps
Compass
Compass is a GPS tracking server that stores data in flat files.
Stars: ✭ 105 (+162.5%)
Mutual labels:  gps
Low power TTGO T-beam
Low power consumption for TTGO t-beam
Stars: ✭ 45 (+12.5%)
Mutual labels:  gps
ublox
Arduino and CMake library for communicating with uBlox GPS receivers.
Stars: ✭ 89 (+122.5%)
Mutual labels:  gps
rikitraki
This repository contains the client code of RikiTraki.com, a map-centric hiking log web application.
Stars: ✭ 16 (-60%)
Mutual labels:  gps
gpx-interpolate
Python function to interpolate GPX data using piecewise cubic Hermite splines
Stars: ✭ 35 (-12.5%)
Mutual labels:  gps
roam-reactnative
React Native Location SDK. High accuracy and battery efficient location SDK for iOS and Android by Roam.ai
Stars: ✭ 20 (-50%)
Mutual labels:  gps
nrf9160
LTE 4G link on nRF9160-DK (ARM Cortex-M33)
Stars: ✭ 20 (-50%)
Mutual labels:  gps
trackanimation
Track Animation is a Python 2 and 3 library that provides an easy and user-adjustable way of creating visualizations from GPS data.
Stars: ✭ 74 (+85%)
Mutual labels:  gps
surger
⚡ Is there surge pricing around me right now?
Stars: ✭ 20 (-50%)
Mutual labels:  gps

Android GNSS

Intro

This repo aims to demonstrate how to process Google's GNSS RAW measurements in python, with the main aim of:

  • explain the mechanism of calculating GNSS observations, especially pseudorages in Android N;
  • it is not per-say intended as a python equivalent of GPS Measurement Tools from the Goggle written in Matlab but more a teaching tool, allowing to understand the concepts behind.

Files

This repo consist of the following:

  • ProcessRanges.ipynb - explains how to calculate pseudoranges from RAW GNSS measurments, available since Android N. This is python 3.x code based on Paolo et al,20181 paper;

Background informations

Additional links

Footnotes

  1. Paolo Crosta, Paolo Zoccarato, Rafael Lucas, G. De Pasquale (2018) Dual Frequency Mass-market Chips: Test Results and Ways to Optimize PVT Performance, Proceedings of ION GNSS+ 2018

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].