Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phausamann/awlog
A basic, configurable sensor data logger for Android Wear devices
https://github.com/phausamann/awlog
Last synced: about 2 months ago
JSON representation
A basic, configurable sensor data logger for Android Wear devices
- Host: GitHub
- URL: https://github.com/phausamann/awlog
- Owner: phausamann
- Created: 2017-06-01T13:05:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-27T07:36:42.000Z (over 7 years ago)
- Last Synced: 2024-01-26T15:38:43.040Z (11 months ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWLog
A basic, configurable sensor data logger for Android Wear devices## Features
* Log accelerometer and gyroscope data with specified sampling rate
* Schedule recording intervals
* Trigger sampling on motion (kind of unreliable)## Known issues
* Horrible UI (especially the interaction with the settings page is very user-unfriendly)
* Data can only be accessed via Bluetooth debug mode
* Massive battery drain (unfortunately, this problem is inherent to Android; it is not possible to record sensor data without the CPU running)