EvenBerry

About

Username
EvenBerry
Joined
Visits
24
Last Active
Roles
Member

Comments

  • Hi, Eric: I add metawear.teardown() after I stop logging. But the same problem still happens. mBmiAcc.acceleration().stop(); mBmiAcc.stop(); m_logging.stop(); metawear.tearD…
  • My steps: 1.connect board 2.get module of accelerometer and Logging 3.start logging 4.addRouteAsync on the accelerometer 5.stop logging, stop accelerometer And from the error handler I found that logId has a endless loop from 0 to 7. Reall…
  • What I have done is let all sensor to stop. Like acc.stop() and logging.stop(), after that I start download. But I think the problem happens when logging data to onboard flash memory.
  • Good morning, Eric. Glad to hear from you. Ummm, I think I haven't done what you have said. BUT, ashamed to say 'I don't understand what need to be done.' Can you please give some hint how to remove the old routes / resources? Thank you very much…
  • Hi, Eric. Soz to bother again, I'm completely new to android. Here are some imformation got from error handler, with code. I don't know whether my code is correct or not but I got some information that tells "UNKNOWN LOG ENTRT" As shown below
  • PS:here is the part to logging: m_logging.start(false); mAcc.configure() .odr(25f) // Set sampling frequency to 25Hz, or closest valid ODR .range(4f) // Set da…
  • @Eric said: This is explained in the documentation: https://mbientlab.com/androiddocs/latest/data_route.html#handling-data And in the tutorials: https://mbientlab.com/tutorials/SDKs.html#on-board-logging And it tell me down…
  • @Eric said: This is explained in the documentation: https://mbientlab.com/androiddocs/latest/data_route.html#handling-data And in the tutorials: https://mbientlab.com/tutorials/SDKs.html#on-board-logging Hello, I've done the …