trt
About
- Username
- trt
- Joined
- Visits
- 34
- Last Active
- Roles
- Member
Comments
-
Hi Eric, Can you post the source code of connecting arduino BLE with Metawear ? Thank you
-
Hello Stephen, Step event give me always +1 interval which is right as per documentation. Is it possible that I'm using for loop to print a step of each sensor along with delegate method to another class. So is there any possibility of loop hole i…
-
Hello Stephen, Let me explain my scenario, I'm using two Metawear sensor at a time and get connected one by one. (this devices are stored in my global array). Currently I'm assume that index=0 is Left leg sensor and index=1 is Right leg sensor (tho…
-
Hello stephen, Thanks for reply
-
Hello Eric, Thanks for reply. I had tried both way to read step counter. 1. I had add step event after connect sensor successful and write below code, self.stepEvent = [[accel.stepCounter periodicReadWithPeriod:500] differentialSampleOfEvent:6000…
-
Hello, I have written the code for collecting combined data at the same from the 2 sensors connected to the iOS device. The Board is BMI160. Sample Frequency is 50. Scale: -2/+2 As per your suggestion to zz3d, I also update framew…