shadman7156
About
- Username
- shadman7156
- Joined
- Visits
- 77
- Last Active
- Roles
- Member
Comments
-
Thanks Eric,And what if I try getting data of Accelerometer + Gyrometer + Sensor fusion, at the same time. are we still going to get data at 100Hz, for all 3 sensor data. Can you explain further in what manner? is there be any loss of data if we …
-
Hi, I am using the disconnect function in two places: 1. In Menu option, where only the board get disconnected , and app remain active. 2. Disconnection board just before closing the app. I noticed that the above problem only occur when #1 met…
-
1.Here is the Logcat when Scanning for devices. 2.Here is the logcat while connecting the board with android devices for successful attempt. 3.Here is the logcat when disconnecting manually 4.Here is the logcat for unsuccessful Connection a…
-
thanks..
-
Hi Eric, I am sharing the link of the latest java file where both setup() for accelerometer and gryo is implemented in the same class I have also implemented the the 2nd step outlined in the linked java documentation in my ScannerActivity here i…
-
Thanks Eric for the solution.I am getting the data in the packet of 3 (3 for gyro and 3 for accelero) after using the method packedAcceleration and same for gyro (packedAngularVelocity) . I have encountered new issues after this change, now for fi…
-
Couldn't copy the error log here. Character limits are exceeding"https://www.dropbox.com/s/wdwawb3h17mjill/android error.txt?dl=0" this is my Dropbox link where the error message is uploaded. But this error is sporadic, Sometimes the app ru…
-
FYI I am using MetawearRG
-
Thanks for the fast reply, I just added an extra item in the navigation list(it don't have any listeners on it), then if I start accelerometer or gyro, app crashes after plotting graph for 2-3 sec, with following exception. I reverted all the …