denzilferreira / aware-client

AWARE's Android client. This application allows researchers to easily collect sensor/plugin data locally or remotely to an AWARE server instance.
https://awareframework.com
88 stars 78 forks source link

Accelerometer Sensor Frequency #284

Open nleo575 opened 4 years ago

nleo575 commented 4 years ago

Dashboard allows for any frequency in microseconds. The app however only lists 5 possible settings all in milliseconds (1000ms, 200ms, 60ms, 20ms, 0ms) and will override any custom dashboard setting.

This sensor should be changed to map directly to the dashboard and have the same timescale as well.