Git Product home page Git Product logo

dataloggerapp's Introduction

DataLoggerApp

Accelerometer and GPS tracking and storage via a foreground service

Installation

git clone [email protected]:CarlosAlmeida4/DataLoggerApp.git

What it does

The app store accelerometer and gps data in 2 file types that are just basically xml files The GPS data is stored in .gpx files while the accelerometer data is stored in .apx files, insipered on the .gpx format The GPS is stored with a 1s time interval

Interface

The interface is quite simple, just a start/stop button combination, A roller to choose the accelerometer time interval and a share button to share the folder with the results

image

The foreground service runs with a notification that only shows the location and has two buttons, one stops the service the other opens the application

image

stored data

As mentioned before the accelerometer data is stored in .apx files Four different accelerometer measurements are stored:

  • in phone axis
  • in phone axis and the earth accel removed
  • in earth axis
  • in earth axis and earth accel removed (using the magnetic field)

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request

dataloggerapp's People

Contributors

carlosalmeida4 avatar

Stargazers

 avatar

Watchers

 avatar

dataloggerapp's Issues

High load at 10 ms

With the high load of the 10 ms writing taks, it becomes impossible to create the GPX file
Create a circular buffer at a 10 ms task and only record every 100ms with maybe the average or a filtered value, but also the max value for the 100ms task

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.