bsaugues
About
- Username
- bsaugues
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
@Eric said: Read the 2nd paragraph of this section: https://mbientlab.com/androiddocs/latest/advanced_features.html#high-frequency-streaming Thank you for the link. I did ignore this section since I thought it was only about High-F…
-
I'll try the sample code that you provided, though it is possible to separate the accelerometer route from the timer scheduling, without encountering issues, right ? (while still making sure the route was properly added, of course)
-
@Eric said: Did you create a data route to direct acceleration data to the logger? Yes I did, before obviously trying to start logging, it looks like this : Accelerometer accelerometer = board.getModule(Accelerometer.class); accelerom…