kyoneda

About

Username
kyoneda
Joined
Visits
20
Last Active
Roles
Member

Comments

  • Thanks Eric. I got the logger to work by looking more carefully at the freefall tutorial.  One question though - I want to connect to multiple metawear sensors and stream/log accelerometer and gyroscope data for 20-30 minutes at a time (at around …
  • It says the task succeeded. I was hoping it would fail with a stack trace so this is weird. I'll try looking at that tutorial and get back to you. 
  • Thanks, Eric. Tried that but still the same issue. Is there a sample project that uses 3.0.0 or 3.0.32 that I could look at? I've searched quite a lot but no luck.
  • I am using 3.0.32. I tried 3.0.0 as well but it has no effect on the issue. If you don't mind, could you explain what kind of error handling I would need to implement?
  • Came across this post while going through the tutorial and thought it would be helpful for others to know. I had to add the following import and member variable: import com.mbientlab.metawear.module.Accelerometer; private Accelerometer accModule;