derek
About
- Username
- derek
- Joined
- Visits
- 57
- Last Active
- Roles
- Member
Comments
-
Thank you - I'll take a look at the example application.
-
Thanks Igleasain, I was looking for more like 1024 or 2048 to be exact. Im trying to see if I can take a small amount of readings like those numbers but at a very fast rate, about 5 milliseconds. We need to use Bluetooth LE because of the capabiliti…
-
More questions came up. It looks like the Log only hold 36 acceleration numbers. Is that the max? What version of bluetooth is the MetaWare using? I understand LE is 4.0 but there have been some updates to 4.2 and I was wondering if the hardware…
-
Perfect! Thanks again, you guys are great!
-
Thanks Laura. I used the Logging methods in the Android Guide to get a basic understanding on how it works and had a few question about the results. For my Trigger I only added LoggingTrigger.ACCELEROMETER_X_AXIS. Then I used the "Log.i(TAG, String.…
-
Also, Why are there options for up to 800Hz if its not meant for streaming that high?
-
The numbers are coming from the accelerometer then I'm dividing them by 1000. From what I under stand the accelerometer outputs in 1000th g's.Thanks for the information about streaming the data. I just wanted to make sure there weren't anymore setti…
-
Thanks for all of your help!
-
Thanks, that was easy enough.But now when i try to run it i get this error: ld: library not found for -lPods-MetaWearApiTest-MBProgressHUD clang: error: linker command failed with exit code 1 (use -v to see invocation)
-
I am using an iPhone 6. I guess i should say that I've added the MetaWare.framework to my own project and I'm trying to connect it through that. When I try to run the MetaWareTestAPI app i get this error: No valid signing identities (i.e. certi…
-
I did a fresh install and the same thing happened. I Might be installing it wrong. The directions on github are for an older version of xcode. Im on xcode 6.3