Knokker
About
- Username
- Knokker
- Joined
- Visits
- 29
- Last Active
- Roles
- Member
Comments
-
@NickMoutsios We fixed it by including DFU seperately. pod 'MetaWear', :subspecs => ['UI', 'AsyncUtils'] pod 'iOSDFULibrary' @Laura What was the point of setting the minimum deployment target from 10 to 14.5?
-
Apple has made properties optional which were not optional before which breaks the build of DFULibrary in Xcode 13. Do you have plans for a new release with the updated DFU-Library suitable for Xcode 13?
-
I have browsed through the tutorial * https://mbientlab.com/tutorials/Cpp.html?highlight=macro and read through the API * https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/master/src/metawear/core/macro.h but I do not see how a ma…
-
Sorry, I found it. https://mbientlab.com/community/discussion/3148/corrected-acceleration
-
Thanks for your answer. Would you mind to elaborate on using a macro to store data?
-
Hi Laura, Though I am using Swift, I found the parts I missed for the calibration in https://github.com/mbientlab/MetaWear-SDK-Python/blob/master/examples/calibrate.py Thanks
-
Hi Laura, thanks for your response. It would be great for our users if the could calibrate the device with our software. Would you point me to a tutorial? What I read in the documentation is how to read the calibration accuracy and how to read …
-
Thanks Matt for the clarification. I still have some questions regarding the calibration: * Do you need to calibrate the sensors before usage? I experienced varying results with different sensors. * Do you need to calibrate the sensor with th…