Code Monkey home page Code Monkey logo

sensor_data_app's Introduction

Sensor_data_app

An app to read and store realtime accelerator and gyroscope sensor values corresponding to a gesture into a text file.

100 sets of 6 values (Accelerator and gyroscope readings along X, Y, Z axes) + 1 string representing the gesture.

Using the app

The labels show the real time values.

Enter the file name (without .txt) to write to and click ' choose file '. Then enter the gesture name.

It will record the gesture till ' cut! ' pops up on the screen. It'll show when it's done writing to the file. It'll write as one line with (100*6) + 1 values (Recording 6 inputs, 100 times and 1 for gesture name). We can convert it to CSV using pandas. The first lineof any files contains column headings for conversion to csv.

You can use a test file to try out before actual recording. If the file is not specified ( empty text box โ†’ click ' choose file ' ), it wont record. You can simply click record in this case to see how long it'll record the gesture....for a general idea.

sensor_data_app's People

Contributors

ayishar 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.