edlee
About
- Username
- edlee
- Joined
- Visits
- 80
- Last Active
- Roles
- Member
Comments
-
Thanks for the clarification. Fixing it to these values solves the inconsistent rates I was getting. @stephen When you say 200Hz is the practical limit, do you mean 100Hz for gyrometer and accelerometer each so that the sum is 200? Or is it more…
-
Excellent!! This will be super helpful. Thanks!
-
I tried to get the logs using the sample MetaWearApp and it likewise crashed when it tried to stop and logs and it started downloading. However, the second time around, everything worked fine.
-
Sorry. I also meant throughput, i.e. the sum of all devices streaming is 100Hz. I'm not sure if capacity adds linearly with multiple devices? I tried putting in a blink LED statement at the start and end of logging to check if the devices are rece…
-
I'm limiting data streaming from all connected devices to 100Hz. I may be doing something silly, but I also am finding that the devices aren't always starting when I log instead. Is the log time stamp from the phone? And I thought the time sta…
-
Right. I loop through all the devices that I can discover and remember them. I also keep track of their names in the same loop. - (IBAction)startSearch:(id)sender { [self disable_button:_connectDevicesButton]; [self disable_butt…
-
I want all the Metawears to have the same name across different iphones, so I give it each one a permanent name. I store a list of these names when I connect to them. I've checked that the list corresponds to the devices I want to connect to.
-
The hardware version is 0.3 and the firmware 1.1.3.
-
I'm working with an iPhone 5S with the Metawear sample iOS. All the metawears have been updated to the latest firmware (as is the iPhone). I don't have the metawears on me, but I will post that information as soon as I can. I don't have the …
-
Thanks!