https://github.com/virresh/sensordatacollector
Simple application to check out various sensors usually available on most phones these days
https://github.com/virresh/sensordatacollector
android-apps
Last synced: 11 days ago
JSON representation
Simple application to check out various sensors usually available on most phones these days
- Host: GitHub
- URL: https://github.com/virresh/sensordatacollector
- Owner: virresh
- Created: 2019-11-24T09:18:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-24T09:24:23.000Z (over 6 years ago)
- Last Synced: 2025-12-12T22:42:37.966Z (6 months ago)
- Topics: android-apps
- Language: Java
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SensorDataCollector
Simple application to check out various sensors usually available on most phones these days
Uses modern permissions interface and a simple Handler for managing data collection on seperate thread.
Uses Room API for saving sensor data into a sqlite database and provides an option to export that data to csv file.
Sensor data collected:
- Microphone level
- Location coordinates
- Accelerometer coordinates
- WiFi AP name
- WiFi AP signal
The app cannot retrieve wifi AP information unless location data is turned on. It's a known issue in the APIs.
Solutions are welcome.