Amanco
About
- Username
- Amanco
- Joined
- Visits
- 59
- Last Active
- Roles
- Member
Comments
-
Thanks, that was a big help. I noticed that the roll values are between -90 and +90 degrees. Is it possible to make it from 0 to 360 or -180 to +180?
-
Hi Eric, I figured out how to do that.Now I would need to decrease the sample rate of the sensor fusion to reduce the download time. I thought about setting the board to average 4 samples at a time before sending it. Is it possible?
-
Thanks Eric,I was able to log and download the linear acceleration and EulerAngles from the sensor by using your freefall tutorial, the documentation and this post right here: http://community.mbientlab.com/discussion/1935/simultane-gpio-logging-be…
-
Thanks for the fast reply! I'll try that right away
-
I already saw that post. I'm doing exactly what that guy did. I first download the data and then issue the command to stop the logging. I've also removed all the existing routes by using mwBoard.tearDown(); but I'm still getting this error. What do…
-
UPDATE:While I was debugging and selected euler angles, when I stepped into streamRoute = task.getResult(); it showed this on the Task.java: "Creating logger timed out." I can't figure out what's wrong with my logging