Mitch2446
About
- Username
- Mitch2446
- Joined
- Visits
- 50
- Last Active
- Roles
- Member
Comments
-
I'm not using the rev 0.3 MMR, I'm using the MetaTracker but I just went out and bought a new battery and was able to DFU from version in the metabase app without any of the previous issues. My old battery read 14% so I didn't think that would've be…
-
Okay, that info is good to know thanks! But my main question still stands, is there any way that I can stream data from both the accelerometer and the gyroscope at the same time?
-
So it is not possible at all to stream two signals at once using the MetaTracker? Is there a way other than the fuser?
-
It's 1.3.6. I had another that I tried to update to 1.4.4 but then it got stuck in MetaBoot mode so I'm keeping this one on 1.3.6 to not risk it
-
I'm also having the same issue, on the nRF Connect app I get an error saying "[DFU] Remote DFU error: DATA SIZE EXCEEDS LIMIT" and "Error 8 (0x8): GATT CONN TIMEOUT" followed by the sensor disconnecting. I've tried it many times and on both iOS and …
-
Not exactly sure where to find a version number but I only started working with the software like a month ago so it'll be the most recent. That looks a lot better and now I'm not getting any errors! But when I run the code, the only outputs i get a…
-
I think I've made some progress, I now have var array: [OpaquePointer?] = [signalA, signalG] let signal = mbl_mw_dataprocessor_fuser_create(board, UnsafeMutablePointer(&array), 2, bridge(obj: self)) { (context, data) in let _self: Ne…
-
Sorry I'm a little bit new to swift, how would I do that/where would I put it?