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
-
There is no api for MetaBase. We also don't support 3rd party app platforms.
-
@ishaaniMittal said: I am facing this issue as well and unable to resolve it. Followed all the instructions on the tutorial Use the git command to retrieve the project.
-
Don't create duplicate threads, especially when yo just posted in the other thread with the same title.
-
@riataman said: @Eric said: @riataman said: Hello Eric, could you clarify how to enable reset after disconnect? I'm looking at the timer and macros functionality and I don't see any way to create conditional macr…
-
@mgeorgi said: One follow-up question though: Is it possible to manipulate routes or dataprocessors set up in a macro from an application that did not create that macro? The only cross device usage we support is downloading logged data…
-
@rlin said: Have a question regarding erasing macros, I know we need to disconnect to erase macros, but do I have to do: 1. Erase all macros 2. Disconnect 3. Re-connect 4. Set new macros Or can I do the following: 1. Erase a…
-
I'll say it once again, wrap your code blocks with ```. Use sensor fusion. Read the links Laura and I provided in our previous posts.
-
@riataman said: Hello Eric, could you clarify how to enable reset after disconnect? I'm looking at the timer and macros functionality and I don't see any way to create conditional macros if (disconnected) reset() ? What specifically do yo…
-
Post your code and collected data.
-
* Wrap your code blocks with ```. What you posted is unreadable. * Explain what is wrong with your code. What is the expected behavior? What is the actual behavior?
-
Read the APLGraphView documentation. We do not actively support or maintain that project. You are responsible for any customizations.
-
Don't spam the same post, just link to whatever post you want us to look at. And, don't edit and entire post. All you do is add more confusion to the conversation. * That is listed in the "Operating Specifications". * No, only button or atta…
-
https://mbientlab.com/cppdocs/latest/sensor_fusion.html
-
That app is not really supported anymore, last release was 1.5 years ago. You will have to maintain the source code yourself if you want to continue using it. Use MetaBase instead: https://mbientlab.com/tutorials/MetaBaseApp.html
-
The log clears itself once you download it. We don't support any graphing utilities, only getting data from the board. What you do with the data is up to you.
-
MetaBase clears everything with that reeset button; what you are describing is the expected behavior. I am talking about simple reset, no macro or log clears.
-
https://mbientlab.com/cppdocs/latest/macro.html
-
No, it's not water proof. It's fine if it get splashed with a bit of water
-
@mgeorgi said: Sorry to bump this, but do you have any more feedback regarding the topic? Especially regarding: * is it possible to create macros that survive a reset? Yes. If it wasn't, MetaBase wouldn't work. Yo…
-
* Post the code you are currently working with * Describe what is wrong with it; post output logs * Describe the expected behavior
-
https://mbientlab.com/store/metamotionr/ https://mbientlab.com/store/metamotionc/
-
@vinayar said: Is it meant that sensor should be connected to one app at a time? Yes
-
Your code is already casting the context pointer to a NextViewController. Use that variable instead of self.
-
@abcd said: I tried to download the image from here https://mbientlab.com/releases/metawear/0.1/6/vanilla/1.4.4/firmware.zip and use the DFU- but nothing happened. Here is the video of the upload : https://drive.google.com/open?i…
-
Use the context pointer to refer to self.
-
Apple does not expose the MAC address of remote devices and device ID can be different across each iOS device.
-
The device does not support latitude and longitude, there is no GPS on the device. Altitude is provided by the barometer, see documentation: https://mbientlab.com/androiddocs/3/barometer.html#altitude-data
-
https://mbientlab.com/community/discussion/2638/missing-w-of-quaterion-in-sensor-fusion/p1
-
Warble and the .NET Standard plugin (which calls Warble undernath) won't work on mobile. Those are desktop only libraries. Unfortunately, we don't use or support Xamarin developement. Using BLE is a fairly common use case with their SDK so ther…