Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/saboten758/senz
- Owner: Saboten758
- License: gpl-3.0
- Created: 2023-07-21T19:15:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-20T19:17:20.000Z (11 months ago)
- Last Synced: 2024-12-18T14:21:46.244Z (about 2 months ago)
- Topics: android, csv, logging, react-native, sensors
- Language: TypeScript
- Homepage:
- Size: 697 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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