Git Product home page Git Product logo

sens-rec's Introduction

Sensors Record

This project is an Android application targeting Android 4.0 (Ice Cream Sandwitch) or above and can be found on Google Play Store. It has support for recording

  • GPS location,
  • GPS raw NMEA messages,
  • phone battery state,
  • Bluetooth Low Energy (BLE, Bluetooth 4.0) heart rate sensors,
  • Android sensors like accelerometer, gyroscope, pressure, light, etc.

The data above can be saved to the file or over the network using UDP or TCP protocols. There are two recording formats allowed: a text format with a single event per line or a custom binary format. This project is actually a data acquisition tool for a sibling project press-alt which includes parser for a binary format.

Usage

This software is targeted mostly for developers or users that want to manually process and analyze sensors data.

One example could be a calculation of corrected altitude from fusion of GPS and pressure measurements. Install this app from Google Play Store, start recording and share the recorded file to your desktop (e.g. using Dropbox). It is then possible to use scripts from press-alt project. To plot GPS altitude and filtered altitude on the left axis and heart rate measurements on the right axis one could run:

$ ./analyze.py "Recording 1.bin" -1 alt_gps alt_filt -2 heart_rate

License

This project is a free Open Source software release under the Apache License 2.0.

sens-rec's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

nezha ubx dsk7

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.