Giter VIP home page Giter VIP logo

sensorrecorder's Introduction

SensorRecorder

Simple Sensor Data Recorder for Smartphone and Watch using Android. The application was developed using Android Studio with minSdkVersion 14 and targetSdkVersion 28. However, Android 7 or higher is recommended.

Download

Description

A very simple application which writes all sensor data into a .csv by pressing a button. Works with smartphone and smartwatch. Missing sensors are ignored. The .csv is structured as follows:

Timestamp in milliseconds since start; Sensor ID; Values

The file is named after the current System.currentTimeMillis () timestamp and is stored under

MainStorage/Android/Data/de.tonifetzer.sensorrecorder/files/documents/sensorOutFiles/...

However, the path may differ from device to device, depending on whether an SD card is included or not. The Sensors have the following ID's:

- ACCELEROMETER(0),
- GRAVITY(1),
- LINEAR_ACCELERATION(2),
- GYROSCOPE(3),
- MAGNETIC_FIELD(4),
- PRESSURE(5),
- ORIENTATION_NEW(6),
- ROTATION_MATRIX(7),
- WIFI(8), (not supported)
- BEACON(9), (not supported)
- RELATIVE_HUMIDITY(10),
- ORIENTATION_OLD(11),
- ROTATION_VECTOR(12),
- LIGHT(13),
- AMBIENT_TEMPERATURE(14),
- HEART_RATE(15),

sensorrecorder's People

Contributors

antidote00 avatar mkyas avatar

Stargazers

 avatar Ye TIAN avatar Philipp Wabnitz avatar

Watchers

 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.