Simple Android app that collects accelerometer, barometer and gyroscope sensor data and saves it to a csv file.
SensorCollector is hosted in the following web site
https://github.com/leeming/SensorCollector
If you think the Android project SensorCollector listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of SensorCollector.
Item | Value |
---|---|
Java File Count | 2 |
Activity Count | 1 |
Fragment Count | 1 |
Required Permissions | android.permission.READ_EXTERNAL_STORAGE android.permission.WAKE_LOCK android.permission.WRITE_EXTERNAL_STORAGE |
SensorCollector has the following Java source files.
uk.ac.man.cs.leeming.sensorcollector.MainActivity.java uk.ac.man.cs.leeming.sensorcollector.SensorLogger.java