Laura
About
- Username
- Laura
- Joined
- Visits
- 3,668
- Last Active
- Roles
- Administrator
Comments
-
This is hard to follow. Do you have data, videos, or pics to help out? I was thinking maybe i could do a tutorial on this subject soon. Let me know.
-
Check out the comments in the Podfile: # Pods for all targets ## LOCAL pod 'MetaWear', :subspecs => ['Core', 'AsyncUtils', 'UI'], :path => '../' ## COCOAPODS #pod 'MetaWear', :subspecs => ['Core', 'AsyncUtils', 'UI'] Switch…
-
Does the parent have a view controller? Do you want to share your code with me so I can take a look?
-
I'll check on that. Thanks
-
How did you confirm this?
-
The NDoF mode calculates absolute orientation from accelerometer, gyro, and magnetometer. Because the mag is used, right after you reset, the magnetometer kicks back on and get the absolute orientation (as a compass). As such, the output goes ri…
-
Hi @mkamachi, The App simply provides the raw sensor data from the sensors. If you want to do further processing of the data, simply add your application specific code to our open-source app to do what you want.
-
Please note there is not sufficient information to reply.
-
So unfortunately that's not really a MetaSensor or API questions, that's just a general coding question which would be better suited for Google/Android studio forums. You need to read through and understand our code and then modify it to create a t…
-
Actually you are using the outdated Apps which is the issue. The new App are here: https://github.com/mbientlab/MetaWear-SDK-Android/blob/master/metawear.zip https://github.com/mbientlab/MetaWear-SDK-Android/blob/master/examples.zip Those should …
-
Hey Kesai, 1) Follow the instructions in our tutorials. You need to make sure the config file has the right settings and MAC address: www.mbientlab.com/tutorials -> metahub 2) Please delete the metacloud and metatracker icons, we no longer offe…
-
My bad, the issue is that you don't properly handle the macro_end callback.
-
1) Please see our tutorials -> calculator section 2) Yes you can log and stream at the same time 3) It is not possible, if you need more memory, you should use our MMS sensor instead
-
This is what the multimw example app is for. Start with that first and tell us why it's not working for you.
-
Doesn't look like you started the macro to begin with.
-
First, you can only do one sensor fusion output at a time. Second, timestamps are already provided for you with our APIs. It seems that you are not adhering to the sensor fusion and bluetooth rules that have max throughputs. You need to make sure …
-
Hi @Alliah It could be a number of things like surrounding magnets and such. What you can do is tare the data in software.
-
Hey @abdalrahman9 and @atonino Apologies, this got overlooked. Im going to put this back into my task list.
-
Hey @ericf Sorry but I am having a really hard time understanding the issue. Maybe you can show me a video?
-
Is it running the latest firmware?
-
Delete the group and gather data from just 1 device as per my previous instructions.
-
Hi Eric, Did you make sure to delete the MetaBase App first? You need to delete in completely before you install the new version. Next try again with just one sensor doing something simple like stream acc data for 25 seconds at 25Hz. Then just exp…
-
Is that you entire code? Can you reformat please? It doesn't look like your turn on the accelerometer or anything. I think you are missing the initial settings to turn sensors on.
-
I don't think there will be enough current and voltage to drive both items regardless of if they are in series or parallel. You could try but I don't recommend it. What you could do is use a FET to drive the buzzer through a regular cpu pin stra…
-
HI @benodisee, you can do a buzzer OR a coin motor but not both. The buzzer goes in the same place as the coin motor. You can activate the led and motor/buzzer at the same time.
-
I will look into a permanent fix and a release of pod 4.0.1 in the upcoming weeks.
-
Hey ya'll, As a temporary fix, please replace the init function as follow: public convenience init(id: String, info: DeviceInformation, name: String? = nil) { self.init(id: id, info: info) self.mockName = name self.info = info s…
-
Hey i just released 3.4.19 Metabase. It should be available shortly. Please try it out and let me know if it works for you.
-
OK I will see if I can reproduce this issue.
-
hey Tony, since we can't support it and promise it will work, we are going to wait until we can find someone to help us update the C# APIs to re-release.