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
-
Pass in a List to that page and iterate over the elements. Alternatively, it might be easier to do this via a .NET Core command line app: https://github.com/mbientlab/MetaWear-Tutorial-CSharp/blob/master/NetCoreExamples/StreamAccelerometer.cs
-
That sounds like an issue with your BLE dongle. Ask the manufacturer if it's Linux compatible, and if it is, what steps need to be taken for gatttool compatibility. Most USB dongles work out of the box.
-
Those number are just recommendations. There are all sorts of variables that will impact stability and performance when using multiple devices and each system will perform differently. You will just have to test your setup to see how well it wil…
-
In the log tests that you posted, did you ever disconnect from the board in between the tests or did you go straight into another round of testing after the log download completed?
-
Mbientlab only supports using the official SDKs. You can look through the source code and use the SDKs to generate the commands you want, or switch to the Python SDK and use the BLE library it uses (pywarble).
-
I agree the behavior is odd, but there is no reason to adjust the connection interval prior to perform the firmware update.
-
@BFar said: Is it possible to read the current epoch time on a sensor device? This issue would likely be solved if we could read the current epoch time on the sensor device at the moment we play the sound on the app. As previously stated…
-
@tomish said: Hi, I am trying to run the 'starter' project which worked before but now all I see is this in the console.log of Android Studio 11:24 AM Executing tasks: [:starter:assembleDebug] 11:24 AM Gradle build finished in 722…
-
@PrakashDesai said: My app doesn't connect to Meta Motion Sensor R+. It keeps going to Update Firmware Screen. Tries to upload new firmware and then fails to connect. Tried all the steps listed numerous times with same results. Post unrel…
-
What are the specs of your board? Post a screen shot from the MetaBase diagnostic screen. Add a LogDownloadErrorHandler to the downloadAsync function.
-
The boards do not have a real time clock; they only know how much time has elapsed. All epoch calculations are ultimately done by the host device. Rather than continuing the back and forth, gather some time data and see if the delay is what you…
-
Can you post a simple swift function calling the firmware functions that result in the error?
-
* Wrap code blocks with ``` * Remove unnecessary code from your post. If your code blocks are more than ~20 lines, put it on a copy/paste site like Pastebin * Refer to the full the code on GitHub. Are there any differences between that code vs.…
-
* What version are you trying to update to? * Can the iOS MetaBase app update the firmware?
-
@Calmarla said: Hey I am a bit confused with the functions mentioned in the title. I use connectAsync to connect to a MetaMotionR board and stream accelerometer data. I have two questions: Sometimes the connection is lost after a while …
-
* What Android SDK version are you using? * What sensors are you using? * Whatever settings are they using? * Post relevant code snippets of your app.
-
Exactly what it says. Wrap your code with 3 backticks, otherwise it will not render correctly on the page.
-
No hard date, it will be sometime in January. If you need the features now, do a dummy commit with the C++ submodule updated to v0.18.0, then install from the updated Git repo.
-
* What type of motor are you connecting? * What platform are you developing on?
-
Quoting myself @Eric said: Wrap code blocks with ```
-
That sounds like an issue with Android Studio, not with our code. Maybe this thread can help: https://stackoverflow.com/questions/43744705/gradle-sync-failed-access-is-denied
-
@suresh said: @Eric said: 1. Yes, all of them can be used 2. Tx power is not provided in the ble ad packet. You can connect to the device to read/set it What about RSSI value? Yes @suresh said: M…
-
You will in the best release.
-
https://github.com/mbientlab/MetaWear-SDK-Python/issues/10
-
Heading is the direction the sensor is facing. It is only the same as yaw in ndof mode.
-
Post the exact steps of what you did leading up to this issue.
-
Put separate issues in their own thread
-
Wrap code blocks with ``` Step though the conectAsync method with the debugger. There isn't much that can be done without knowing where the crash occurs. You can also try uisng the starter app template from the tutorial project. https://gith…
-
https://docs.python.org/2/library/ctypes.html#structures-and-unions
-
* Yes, all of them can be used * Tx power is not provided in the ble ad packet. You can connect to the device to read/set it