SteveJordan

About

Username
SteveJordan
Joined
Visits
34
Last Active
Roles
Member

Comments

  • I am using MetaWear CPRO. Is sensor fusion not available for that board?
  • It's running v1.2.5 and for some reason says it's the latest.
  • Here's the function from the start Handler handler = new Handler(); handler.postDelayed(new Runnable(){ @Override public void run(){ board.connectAsync().continueWith(new Continuation() { …
  • Actually that did not work. I thought it did until I enabled the double tap and now I'm still receiving the same error. I tried removing the battery and using the app
  • Oh wow all I had to to was turn the power off and on... Embarrassing... Thanks for the patience Eric
  • and my relevant imports: import com.mbientlab.metawear.module.AccelerometerBosch.Tap; import com.mbientlab.metawear.module.AccelerometerBosch.TapShockTime; import com.mbientlab.metawear.module.AccelerometerBmi160;
  • My board AFAIK is in a clean state. I have attempted to restart it (presuming thats what the white button does). I no longer have my api v2 code and am now attempting to do it on a new computer. Here's the code I have: @Override public vo…
  • I tried downloading the starter template on another computer and using the exact template given for the tap detection in the docs and I'm still having the issue. It also takes multiple taps to register once: Here's the information: 03-09 13:24:41.3…
  • Sorry I am using the Meta Wear CPRO – 10 Axis IMU. I tried running a clean install using the template given here: https://mbientlab.com/androiddocs/latest/accelerometer_bosch.html and still am having the same issues
  • I had it configured similar to the template. I'm using AcceleratorBmi160 running the 1.2.5