Saboten758 / senz

A realtime csv sensor data logger.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SENZ: A realtime sensor data logging tool

This is a react Native Project that aims to visualize the realtime sensor data from android and logs it a .csv file format that can be shared with others.

Table of Contents

Features

  • Utilizes accelerometer, magnetometer, and gyroscope.
  • Log realtime data and display changes using Linechart.
  • Store the data as exportable .csv file with Unix timestamp
  • Share the logged data with others.

Installation

  1. Clone the repository:
    git clone https://github.com/Saboten758/senz.git
  2. Navigate to the project directory:
    cd senz
  3. Install the dependencies:
    yarn install
  4. Run the project:
    yarn start

This will start the Metro bundler and launch the project on an emulator or connected device.

Screenshots

Accel Data Graph


Logger with custom interval and custom name


Logged CSV files


CSV file Share


Visualizer


Home Page


Gyroscope Data Logging

About

A realtime csv sensor data logger.

License:GNU General Public License v3.0


Languages

Language:TypeScript 75.1%Language:Java 13.4%Language:Objective-C 4.3%Language:Ruby 4.3%Language:JavaScript 1.5%Language:Objective-C++ 1.4%