Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.