smila001
About
- Username
- smila001
- Joined
- Visits
- 111
- Last Active
- Roles
- Member
Comments
-
Ok, I've looked at this code : https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/master/src/metawear/impl/cpp/datainterpreter.cpp , and solved my problem.
-
I've looked at this code snippet, but it does not mention how the bytes are to be arranged and read. Can you share a different code snippet?
-
Hmm, not sure I understand. The output should be in meters, not angle.
-
mbl_mw_debug_reset(board); -> This solved my problem
-
So just to confirm, there is no way to even "calibrate" it to have the readings set to "zero"? I'd solely be relying on data processing to correct the data?
-
ah, you are right. Thanks Eric! That answers all of my questions.
-
Hi Eric. Setting the connection parameters fixes the issue. I am now able to capture a lot more packets. However, the catch here is that I cannot limit the number of samples I am getting. For example, I set the sampling frequency to 30. With the c…
-
Here is some output that I am getting that I consider weird: ( Note, I set the sampleFrequency to 30, loggin my accelerometer data ~ and gyro data at the same time. Only accelero is shown )) x,y,z,time,sample 0.04345703125,-0.05712890625,1.024414…
-
Hey Eric. The board was working in the past. What I did is i went and got a Andorid app, and tried to connect to it to flash the firmware, and all went well. I can now use it. Seems that the IOS app does not share the same functionality.