Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/esraaj-sarkar-gupta/road_data_collection
Kotlin application to collect accelerometer and GPS data simultaneously. Collected data is stored into a text file within an external directory on the device.
https://github.com/esraaj-sarkar-gupta/road_data_collection
accelerometer gps-tracking kotlin-android kotlin-coroutines
Last synced: about 2 months ago
JSON representation
Kotlin application to collect accelerometer and GPS data simultaneously. Collected data is stored into a text file within an external directory on the device.
- Host: GitHub
- URL: https://github.com/esraaj-sarkar-gupta/road_data_collection
- Owner: Esraaj-Sarkar-Gupta
- Created: 2024-08-24T20:45:40.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-12T08:38:33.000Z (4 months ago)
- Last Synced: 2024-09-12T19:14:05.621Z (4 months ago)
- Topics: accelerometer, gps-tracking, kotlin-android, kotlin-coroutines
- Language: Kotlin
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a kotlin application used to collect data simulteanously from the device accelerometer and GPS. The data extracted is then stored in a text file in an external direcotry in the device.
A potential use-case of this would be to analyse the quality of roads based on the vibrations felt by the device in certain locations.