gulshan
About
- Username
- gulshan
- Joined
- Visits
- 222
- Last Active
- Roles
- Member
Comments
-
Is it possible to get the magnetometer data at 50Hz?
-
I am trying to collect data for accelerometer at 20Hz, gyro at 20 Hz and for magnetometer to high accuracy preset (which is 20 Hz) but still I am getting different number of readings for all of them.
-
Magnetometer is working fine in metawear app. I also tried this code, but still no success device.magnetometer?.magneticField?.periodicReadWithPeriod(1).startNotificationsWithHandlerAsync { obj in print("magnetometer data") …
-
I have tried reading the Objective C documentation and tried to convert Objective C code into Swift. But still, I am not getting the magnetometer data. Here is my code in Swift 2.2 device.magnetometer?.magneticField!.readAsync().success({result in …
-
I am trying to figure out why device2 is nil for few days. But, I'm unable to do so. What could be the reason?What I am doing is in the application, I'm selecting the Device1 in 'MainTableViewController' which takes me to 'DeviceViewController'. Aft…
-
I'm getting non-null value for device1, but getting nil value for device2. observeValueForKeyPath function - switch (self.device1.state) { case .Connected: self.deviceStatus.text = "Connected"; ca…
-
The above post did not help. I have posted the new query along with the code in a new discussion. Please help.
-
Thanks Eric. MBLAccelerometerBoschRange.Range16G worked for me instead of MBLAccelerometerBoschRange16G
-
I tried the same way as you mentioned above. I am able to connect multiple sensors to a device and I am able to get the data from only one sensor at a time. But what I want is to connect multiple sensors simultaneously (at the same time) and then ge…
-
Please help me to provide the swift code for connecting multiple sensors at the same time and get the combined data
-
Please Help!
-
I'm using MetaWear C CPRO board (wireless) and firmware version is 1.1.3
-
Thanks.