Bjorn
About
- Username
- Bjorn
- Joined
- Visits
- 28
- Last Active
- Roles
- Member
Comments
-
Ok, since I cant post the complete code in a post here where can I send it, or should I chunk it up in different post? Only the call for MyWearStart was posted in the original part, the content of the method was only posted in the last call, dont …
-
Hi I have a c# project in Xamarin and I have problem adding the mbientlibrary as reference in the project.When I refer to Mbientlab.Metawear.Uwp I get this error: Error Exception while loading assemblies: System.IO.FileNotFoundException: Could …
-
HII include code regarding setting up the device and reading is in the earlier posts. Initiating is in the methods MyWearStart(); and reading in MyWearUpdate(). We would also appreciate if you could give us a simple example on how to get the values…
-
Hi I have put in this for the barometer when starting as suggested: barometer = metawear.GetModule(); barometer.Pressure.Start(); barometer.Start(); and where we want to read the val…