https://github.com/corpglory/accelerometer2influx
Android add for sending accelerometer data in influxdb
https://github.com/corpglory/accelerometer2influx
accelerometer android apk debugging grafana-influxdb influxdb testing
Last synced: 7 months ago
JSON representation
Android add for sending accelerometer data in influxdb
- Host: GitHub
- URL: https://github.com/corpglory/accelerometer2influx
- Owner: CorpGlory
- Created: 2018-03-10T23:38:42.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T09:43:36.000Z (almost 8 years ago)
- Last Synced: 2025-04-01T16:34:57.414Z (11 months ago)
- Topics: accelerometer, android, apk, debugging, grafana-influxdb, influxdb, testing
- Language: Kotlin
- Homepage: http://corpglory.com/s/accelerator-vs-timeseries-app/
- Size: 229 KB
- Stars: 17
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Accelerometer2Influx

This is an Android application that takes the x-y-z axis metrics from your phone accelerometer and then sends this data to your InfluxDB.
First, [download](https://github.com/CorpGlory/accelerometer2influx/releases) .apk file and install to your device. Then provide your InfluxDB `address`, `login`, `password` and `database name` in corresponding fields.
Shake your phone to see different changes in timeseries data in your database. Tip: use [Grafana](https://grafana.com/) or [Chronograf](https://www.influxdata.com/time-series-platform/chronograf/) to visualise data.
# Credits
Made by [CorpGlory team](http://corpglory.com/)