Eric
Do not send private messages with technical questions; they will be discarded. All technical questions must be posted publicly on the forum.
About
- Username
- Eric
- Joined
- Visits
- 9,275
- Last Active
- Roles
- Administrator
Comments
-
No
-
@biofeedbackuwa said: It wasn't spam, it was a bump, given the fact that I got no response and, generally, don't get very good support on this forum. Your post was still on the front page so it's not like it was lost among a flood of new …
-
There is no "authentication" that needs to happen after connection. No, under most circumstances, we only support developers using our SDKs. Refer to the Swift SDK if you need some code references. https://github.com/mbientlab/MetaWear-SDK-iOS-…
-
* Is the board just out of power? * Can other apps, like the nRF Connect app, see the board? Please see the "Troubleshooting" section on the website: https://mbientlab.com/troubleshooting/
-
* What sensors are you logging? * How frequently are they collecting data? * How long are you collecting data for? * What does "not completed" mean? * Post the data from one of these "not completed" downloads. * How are you attaching the…
-
You don't need to pair the device anymore in Windows 10. Add a device by pressing the "+Device" button.
-
What is the id of the timers that are created prior to receiving a nullptr (mbl_mw_timer_get_id)? Can you confirm that the remove command is being received by the device before the script terminates?
-
@jimjam said: If you do think you can get there, then lets start working on some options to explore. Can we can look at replacing PPL with another way of dealing with the IAsyncOperation? Maybe we can even do it all in C# directly using standard …
-
Hrm, I don't have any issues with your updated VS solution nor the sample C programs. My test board is also running firmware v1.4.1. There weren't many code changes in the latest release, just commits ee4230b. and 8f3b726. Maybe your adapter do…
-
What is incomplete about the documentation? Refer to the Swift Starter Project for a working app.
-
I pushed out some fixes to the NetStandard plugin; the new version (v1.0.5) works with your attached solution on my machine. Read this https://help.github.com/articles/creating-and-highlighting-code-blocks/
-
@patrice said: May be I do something wrong but with the new 3.1.6 we have the same problem as describe up. no such file or directory: '.../MetaWear/MetaWear-SDK-Cpp/bindings/swift/cbindings.swift' Thanks for your attention A…
-
Do not spam your post multiple times. Downgrading firmware is not recommended and generally isn't needed. The updated MetaBase app (which you need to update to v1.4.1) won't let you downgrade from v1.4.1 to the earlier versions anyways.
-
What I meant is all the Windows BLE code uses PPL tasks, which is the relevant portion of this thread. Again, there is no thread control when using the Windows BLE API. All you have to work with are the provided wrapper classes that encapsulate …
-
I'm not sure how a reaction fits in your use case. It sounds like you can accomplish what you need with the logging module: https://mbientlab.com/cppdocs/0/mblmwdatasignal.html#logging https://mbientlab.com/cppdocs/0/mblmwlogger.html
-
What platform are you running the app on?
-
You can look through the source code of whichever SDK you want if you really want to know. Under most circumstances, we recommend that developers use one of said SDKs rather than reverse engineer the GATT specifications.
-
All of it. You could remove PPL tasks and directly use the returned IAsyncOperation type but there is no guarantee that that would fix the freezing issue and you have then put yourself in callback hell for no reason.
-
What do you mean by "custom code"? You'll need to contact support for bricked boards. https://mbientlab.com/contact/
-
I guess that is the crux of the problem. Developers aren't supposed to manage the threadpool when using an async task library and as far as I am aware, there is no way to access the underlying Windows ThreadPool object that schedules the tasks. …
-
@GabRiv said: Hi Eric. We already try it to integrate but the problem was with IBluetoothLeGatt and ILibraryIO implementations. The examples and sdk are for Win10 applications. We were looking for more information about the implementations bu…
-
v3 of the Swift SDK wraps around the C++ library so you'll need to get acquainted with how the C++ SDK does it. https://mbientlab.com/cppdocs/0/sensor_fusion.html#data
-
Integrate the BLE plugin into the C# SDK and use said SDK. We do not support users using the raw byte protocol.
-
Attached is a VS2017 solution that builds a native dll that creates and completes an async task using the same Windows PPL classes Warble uses. // C# bindings [UnmanagedFunctionPointer(CallingConvention.Cdecl)] internal delegate void Action_IntPt…
-
yes
-
What you are describing sounds like an issue with using the Unity Editor; you should direct Unity specific questions to the Unity forums.
-
Based on what was posted in that Unity forum thread, the Warble C++ code is most likely the cause of freeze then. InitializeAsync does make BLE calls so to confirm this, remove the MetaWear functions and call Warble directly. All you really need t…
-
post your current podspec and error messages.
-
You're not going to get 6 months on one battery running the sensor fusion algorithm. You can try the other sensor fusion modes that sample the sensors at lower frequencies but those do not use the gyro. Here's the corrected link: https://www.yo…
-
* Again, post the messages displayed in the console. * Did you edit the metabase file as I suggested?