Giter Site home page Giter Site logo

android-sensors's Introduction

Android GPS and sensors data

An Android application that displays and records GPS and Sensors data. Exports recorded data in a JSON file in Android external storage Downloads Folder.

Application does not depend on Play services FusedLocationApi. GPS data gathered from Android Location Service

Currently supported data

  1. GPS: Latitude, Longitude, Altitude, Time and Speed

  2. Accelorometer: x-axis, y-axis and z-axis in m/s^2

  3. Gyroscope: x-axis, y-axis and z-axis in rad/s

  4. Magnetic field: x-axis, y-axis and z-axis in μT

Exported data JSON format

[
  {
    "gps": {
      "altitude": 1234,
      "latitude": 35.0,
      "longitude": 51.0,
      "speed": 0.0,
      "time": 1547231318000
    },
    "accelerometer": {
      "x-axis": -0.28977966,
      "y-axis": 9.585098,
      "z-axis": -0.651062
    },
    "gyroscope": {
      "x-axis": -0.03378296,
      "y-axis": -0.118652344,
      "z-axis": 0.004623413
    },
    "magnetic_field": {
      "x-axis": 14.596558,
      "y-axis": -79.14429,
      "z-axis": -10.694885
    },
    "time": 1547231318427
  }
]

Prerequisites

  • Android API Level > 19
  • Android device with above-mentioned hardware sensors

android-sensors's People

Contributors

aryannajafi avatar

Stargazers

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

Watchers

 avatar  avatar

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.