mikeB
About
- Username
- mikeB
- Joined
- Visits
- 87
- Last Active
- Roles
- Member
Comments
-
Okay so: tearDown - for clearing routing, loggers, stopping accel resetAsync - for clearing accel configuration, zeroing registers eg. stepcounter resets (?) When resetAsync is called is there a reboot period ie. does the reset take time?…
-
Woot! Tnx for quick turnaround!!!
-
Have a look at my code where I did include the error handling. That's how I obtained the error statement I cited above ... and naturally now that I posted, I can't reproduce the error consistently. What shows up: ' java.util.concurrent.TimeoutExce…
-
A link to the relevant code snippet is here. Note that my initial test was simply to use the code below in my setFixedRoute class. (where private MetaWearBoard board;) // create a route to log gyro y-axis data this.board.getModule(GyroBmi160.class…
-
[Solved] Think about your use-case and whether you should have logging.start() set to overwrite 'true' or 'false'. In this case you can see I had it set to 'false'. However, I went and did some experimenting with some things without downloadAsync…
-
Thanks Eric. Pressing reset just caused the app to display the error "Unfortunately, FreeFall Detector has stopped." The stack trace indicated that was due to a null object reference (because onServiceConnected error'ed out so no instance of debug…
-
This is the compete route failure error. What might cause route creation to time out (battery is good, range is a few centimetres, metawear iOS app connects problem free)? 11-02 15:16:40.930 19025-19058/com.mbientlab.metawear.tutorial.freefalldet…
-
Hi Eric. Thank you for the response. I'm new to Java/Android so on a very steep learning curve and I'm not sure I understand the answer. What I think is going on is: in onServiceConnected I define the route that the data producer will use. My on…