Alecl17
About
- Username
- Alecl17
- Joined
- Visits
- 61
- Last Active
- Roles
- Member
Comments
-
The final thing to add here... IMU-PLUS is supposed to take the relative orientation from where the device is when it is initially connected correct? In my application, It doesn't always do this. If I got into the metabase app > Diagnostic >…
-
Okay, so it seems that if I connect the sensors to the meta-base app, and then re-run my app again using IMU-PLUS, the sensors work perfectly. What am I missing in my application that causes the difference in values after a while?? Do I need to use …
-
Is there any documentation on how I could do this? I've looked into MultiCast but that seems to the exact opposite of what you're explaining. Thanks again for your help!
-
Okay, I've used a different method to get both sensors streaming but it seems to be working perfectly. If anyone curious I added a second ScannerActivity2 and made my BtleService and MetaWearBoards Static. Now I can access both in the Sensor Fusion …
-
Thanks for the response! I think I see what you're saying but the mwBoard.connectAsync() will only connect to the first MetaWearBoard that I've declared correct? Would it only allow me to connect to mwBoard and not mwBoard2 per say? I was under th…