Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/saboten758/senz

A realtime csv sensor data logger.
https://github.com/saboten758/senz

android csv logging react-native sensors

Last synced: 1 day ago
JSON representation

A realtime csv sensor data logger.

Awesome Lists containing this project

README

        

# 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](#features)
- [Installation](#installation)
- [Screenshots](#screenshots)

## 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:
```bash
git clone https://github.com/Saboten758/senz.git
2. Navigate to the project directory:
```bash
cd senz
3. Install the dependencies:
```bash
yarn install
4. Run the project:
```bash
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