This Android Java app is used to store sensor data from accelerometer and gyroscope of the smartphone in X, Y, Z axis at regular time intervals into an InfluxDB Serverless database bucket.
- Download/Clone this project
- Build the project using Android Studio or Android CLI and Run the app onto an Android smartphone (preferred) or emulator
- Tilt and rotate the phone up/down and left and right direction to capture sensor readings.
- Open Settings in the "Menu" and provide your InfluxDB account information that you can find in the portal
- Hit "Save" and "Start Logging" to log the data
- Open 'View Data' to see the graph visualization of the past few minutes of the data that was stored and quried from your InfluxDB.
- Optionally navigate to your InfluxDB dashboard and query to see the smartphone sensor data that was just stored.