Giter VIP home page Giter VIP logo

tricorder's Introduction

Tricorder

In the fictional Star Trek universe, a tricorder is a multifunction hand-held device used for sensor scanning, data analysis, and recording data. - Wikipedia

Tricorder is an example Data Logging application. It's also very useful for diagnosing issues with your current Data Logging setup.

It's composed of a Pebble, iOS, and Android application.

Getting Started

After you've built and installed the Pebble app and either the iOS or Android app you can begin datalogging.

On the Pebble app everytime you click the select button a packet of information is generated every tenth of a second. When you click the select button again the data is sent to either the iOS or Android device, and the counter is reset on the Pebble. This app also utilizes background workers. If you back out of the app while packets are being generated, they'll continue to be generated in the background.

Background workers are not a necessary component to all data logging apps.

Packets

Each packet consists of the following data:

  • Packet Id
  • Timestamp
  • Connection Status
  • Charge Percent
  • Accel Data
    • X Acceleration
    • Y Acceleration
    • Z Acceleration
    • Did Vibrate
    • Timestamp
  • CRC32 Checksum

Error Catching

Packets of this data are sent to the iOS or Android device, and the following is determined:

  • Number of malformed packets (using CRC32)
  • Duplicate packets
  • Out of Order packets
  • Dropped packets

License

MIT

tricorder's People

Contributors

c-d-lewis avatar neal 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.