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
-
@Eric said: Dunno, pip.exe in under the Scripts folder on my machine. It could be a PATH env issue. Since you did have pip working already, you probably don't need to go through the pip setup sections. Before that though, did you go thro…
-
Maybe your BT adapter doesn't support more than 2 connections. Try another adapter or win10 machine
-
Read the thread I linked in its entirety...
-
https://mbientlab.com/community/discussion/2774/metamotion-c-in-metaboot-mode/p1
-
@PrakashDesai said: Hi, I have MetaMotionR+ development kit. I would like to modify firmware for some custom application. Is there a place where I can find people who offer this type of service? Thanks. This is your final warning…
-
I've forwarded this post to the hardware engineer. We'll update this post with any new information.
-
Which posts exactly are you referring to?
-
@Oldrich said: @Eric Hi Eric, Can you, please, see it and optionaly advice me some enhancements for stabilization to see if it helps to reconnection timeout issue? Thanks. Oldrich Unfortunately I haven't had a chance …
-
That's not a sensor, that's the buzzer you ordered with your board. Does the stuck magnetic field values consistently happen if the buzzer is near the magnetometer.
-
@golubon said: Is it intended behavior that the MetawearC board will remain in a powered state, and not timeout into a sleep mode after sufficient time of inactivity, Just because the connection is lost does not mean the board is inactive…
-
Are you sure it's just a disconnect and not reset? If you run the calibrate.py script multiple times with the same board, it should instantly report high accuracy after the first pass.
-
@Oldrich said: @Eric said: @Oldrich said: @Eric said: @Oldrich said: @Eric said: * When …
-
Which bluetooth tutorial are you referring to?
-
@pvandoorn said: Does this also mean that i cant use sensorFusion.Quaternion.AddRouteAsync and sensorFusion.Gravity.AddRouteAsync at the same time? No, that's not that what that means. Just stick to only the methods in the sensor fusion …
-
Try updating the firmware as described in this post: https://mbientlab.com/community/discussion/comment/7271/#Comment_7271 Can you provide a circuit diagram showing how the MetaMotion is connected to your PCB?
-
* where in the macro code does the reset occur? * Have you tested of the power status macro works with and without the reset?
-
@Tobias said: Hi Eric, Thanks for your feedback. I finally managed to set up a simple timer (just flashing a LED for now). I do this in DeviceState, but once I move to my graphics scene (new ViewController), and start reading Fus…
-
Start with the Python tutorials: https://mbientlab.com/tutorials/WPython.html
-
You're over complicating things. All you need to do is use the linked code as a reference for how to create a timer, and integrate that block into your existing code. You can use the older api if you want, we don't actively maintain it anymore t…
-
@rjromijnders said: c:\users\robbin\appdata\local\temp\pip-install-qqocd8\warble\clibs\warble\src\warble\cpp\gatt.cpp : fatal error C1107: could not find assembly 'platform.winmd': please specify the assembly search path using /AI or by setting t…
-
Thanks, we'll give it a try.
-
@Oldrich said: @Eric said: @Oldrich said: @Eric said: * When your device is in this state, do other ble apps work, like "nRF Connect"? …
-
The build files are out of date. You can use Android Studio to fix the gradle files or wait for an update to the repo.
-
Battery is still drained when advertising. Connect to the device and adjust connection parameters to minimize the exchange frequency. Or, log the data and download it at periodic interval.
-
Data handling is setup with routes: https://mbientlab.com/androiddocs/3/data_route.html#handling-data The sample code prints it to Logcat, so adapt it to do what you want to do with the data.
-
Use the timer module to schedule read tasks: https://mbientlab.com/cppdocs/0/timer.html https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/blob/master/StarterProject/Shared/DeviceState.swift#L39#L51
-
Again, wrap your code with backticks (```) and edit your post if it the text does not render correctly. I'm confused as to what you are asking now. First, you use code for streaming, now you are bringing logging code. Which one are you using?
-
That looks like one of the accelerometers was still streaming data before it connected to the app.
-
* Does this consistently happen on the 6th or 7th use? * The data does in fact not show up anywhere on your device? * Can you successfully retrieve the data if you download to another device? * Which version of MetaBase are you using? Provide a …
-
Great...however, we can't do anything if you don't tell us: * What the error is * The steps that resulted in the error * Your development environment / tools