Git Product home page Git Product logo

gpslogger's People

Contributors

grafalex82 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gpslogger's Issues

[Odometer] Add second details display

to fit the following data:

  • direct distance between starting and current point
  • number of days in active/total time

Perhaps this will allow avoiding abbreviations

Add a print helper class

helper class that implements Printable interface and can print:

  • time
  • date (?)
  • integers and float numbers with defined number of digits, precision, leading zeros/spaces, etc

GpsStatusScreen: Basic UI design

Screen should display:

  • overall GPS status (position detected or not)
  • Number of visible satellites
  • Horizontal accuracy (vertical accuracy?)
  • signal quality?
  • Satellites signal power?

Display horizontal and vertical accuracy

  • figure out how to calculate it. HDOP/VDOP seems is not a good answer. It seems we need to enable GPGST sentence somehow
  • Settle these values on GPS stats screen

[PureHAL] Listening GPS UART via interrupts

Currently it uses stm32generic implementation and polls SerialUART1 by calling available() method. It may be pretty power consuming.

Handling incoming bytes on interrupts will allow accumulate bytes in a buffer and wake up core when line is received

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.