pocmo / SensorDashboard

A sensor dashboard for Android plotting all sensor data of your Android wearable.
Apache License 2.0
237 stars 107 forks source link

logging sensor data on the smart watch #20

Closed morangad closed 7 years ago

morangad commented 8 years ago

For a project I'm working on I need to log gyro and acc data on the android smart watch (few seconds) at about 100Hz, is it possible with the "Sensor Dashboard" app ?

thebino commented 7 years ago

@morangad sorry for the late answer. All sensor data are collected on the wearable and send to the bound smartphone where it is logged in the SensorReceiverService. If you want to log the events separately you can do this