StefaanAvonds
About
- Username
- StefaanAvonds
- Joined
- Visits
- 81
- Last Active
- Roles
- Member
Comments
-
Thanks! I've got some other stuff on my working list at the moment, but I could have a look at it in January.
-
I've created a sample and published it to git: https://github.com/StefaanAvonds/MetaWearLoggingSampleThis code works for iOS (logging is done), but creates a time out on Android. Looking forward to your changes!
-
Logging with the MetaBase app works, but not with above SDK. So what I need to know: how can this be fixed?
-
FYI on iOS sometimes the time out also happens; by simply calling "TearDown" the logger can be started. This doesn't help on Android.
-
The logger is working perfectly on iOS, but not on Android. I don't think it's related to losing connection, since the connection is established moments before creating the logger.Streaming data works great on both platforms.
-
Both didn't give me a solution; I've tried connecting to the device, initializing the board and next called "TearDown". I've increased the timeout by factor 10 (x10) and added routing to the gyro-module to log its data. However the timeout is still …
-
No problem at all, hope it's not a dramatical emergency. I'm eager to testing out the new version you'll be publishing! Let me know when the update is ready.
-
Thanks! Keep me updated on any changes.
-
@FrozenKiwi This is probably an iOS issue, but once connected to a MetaWear sensor I want it to stream its data for drawing charts. However once the screen is locked, my app will simply crash because of iOS... How can I keep streaming even when t…
-
@Matt Is it something that may be added in one of the upcoming firmware releases?
-
@Eric "Reset the board"; by this you mean calling TearDown, disconnect from the sensor and reconfiguring it?
-
@Matt My thought was: if no pin code was ever given to the MetaWear-sensor (default behaviour) a connection can easily be established; once a pin code is provided (by code) a connection can only be established when the correct pin is given. If no…
-
It seems to be a problem in method "GetKnownCharacteristics" on the iOS-side. When searching for the 2nd characteristic in the advertisement service by its IDs, the method returns the first characteristic. Due to the lack of time, I'm just searching…
-
@FrozenKiwiOne problem on the iOS-side of this: none of the characteristics have the "Write"-property enabled, which means none of the modules can be instantiated. How can I enable this?
-
@FrozenKiwi, thanks! I've just tried it in Xamarin and got it working on an Android-device! You really helped me out a lot!
-
@FrozenKiwi: How can the SDK be used in a .NetStandard2.0-library? The NuGet cannot be installed since it only supports "net462" and "uap10.0". Or should I download the entire source code and add the dll's directly?
-
UPDATEI've got the Android-project working (partly): its LED can be turned on and all values for "AccelerometerBmi160" can be read continuously. However now its iOS's turn, which again fails. I've contacted Microsoft on this topic and they told …
-
Unfortunately not; the C# SDK is only for Windows 10, not for PCL or netstandard. I did use the repo you're referring to, and got it to compile. I've even followed the documentation for Android (https://mbientlab.com/androiddocs/latest/index.html)…