All of them should be logged in some file, one line for one record.
VERY IMPORTANT: we need timestamp for all these events. Don't take timestamp from sensor event, because they are somehow differ . Use some global time controller and get current time from that one for every event.
It would be great to have some UI, where we can turn on/off type of sensor. For example, collect only magnetomener/accelerometer data.
As base you can take this one: https://github.com/Lezh1k/TraceVisualizer .
We need to collect logs from sensors:
All of them should be logged in some file, one line for one record. VERY IMPORTANT: we need timestamp for all these events. Don't take timestamp from sensor event, because they are somehow differ . Use some global time controller and get current time from that one for every event. It would be great to have some UI, where we can turn on/off type of sensor. For example, collect only magnetomener/accelerometer data.
This will help us with testing.