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
-
Read the documentation and check out the unit tests: https://mbientlab.com/cppdocs/latest/gpio.html https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/master/test/test_gpio.py
-
https://mbientlab.com/community/discussion/3025/whats-the-best-way-to-extend-the-starter-module-to-read-from-multiple-boards-at-once#latest
-
* Does it work eventually if you retry the function call? * Does the command even get sent while in this state? Maybe there is a bug with your ble library * Attaching a battery doesn't mean it is charging. Double check with a script that just ch…
-
@Markus said: I´ve went through the tutorial more than once. Do you have any other advice? Laura posted two links from stack overflow. Did you try their suggestions?
-
@R0b0t1c5 said: 1. Does using python with C++ extensions execute in the same amount of time if the main program was written in C++? ( I only ask because for many of the embedded projects I've dealt with regarding ST we would only use C/C++ instea…
-
Read the v3 docs: https://mbientlab.com/androiddocs/3/metawearboard.html
-
@Markus said: @Eric said: Did you install the correct visual studio packages? Yes, i did so. I downloaded the warble.sln file from the provided link and tried it with MSBuild (version 4.7.3190.0) but there are still…
-
@rjromijnders said: Any comments why this is? I am a bit puzzled here. That's expected; connect won't always succeed.
-
@Markus said: I followed all the steps from the tutorial and have no clue what to change. I´d appreciate any help. Did you install the correct visual studio packages?
-
Do you have another micro SD card you can load raspbian on? Or another Pi you can try using the MetaHub SD card in?
-
Which line exactly fails? And why are you not retrying the command?
-
Sorry, I mean MetaWear Android SDK.
-
How are you configuring your metamotion device? What are the steps to reproduce this issue?
-
What version of the Android SDK are you using and what version were you using?
-
@sjz89 said: But the windows app is the only one I can see data real time right? That is correct
-
@gammonm said: Does this approach make sense in general? Looks go to me so far
-
* What "starter" script are you referring to? * What have you tried so far?
-
@sjz89 said: Hello: Is there a place I can download the MetaBase for windows from somewhere other than windows store? No. You can use the Android or iOS versions of the app if you cannot get it onto your Windows machine.
-
@yeo said: I am having similar error, I am pretty sure I followed the steps word by word in the tutorial Did you follow the post requirements? https://mbientlab.com/tutorials/Windows.html#postrequisites
-
@GabrielOon said: Since I'm gonna be constantly streaming, what will happen if i accidentally cut off the connection from my raspberry pi without turning off the accelerometer streaming and MMR? Nothing, the board will continue operating …
-
@abcd said: @Eric said: @abcd said: Thanks, 1.Can you please confirm that this code is calibrating the sensors and write the calibration data to the board? Looks fine. …
-
@ptsg said: Is there a way to setup the device to only send motion data anonymously when it is moving based on a threshold? What do you mean by sending data anonymously?
-
https://mbientlab.com/cppdocs/latest/accelerometer.html#motion-detection
-
.> @rhristov said: I am using the latest combination of warble/PyWarble/Python SDK (I compiled the latest HEAD of warble). Meanwhile from a similar distance I easily connect to the sensor through the iOS app. The iOS ble stack is pr…
-
Contact Mbientlab about >15 devices https://mbientlab.com/contact
-
@wee said: 1. make MetaMotionR supply the Regulated 3V output from pin 7 to the peripheral board. It should supply the voltage once the board is powered * Read the values from pin 8? Use the APIs to read the gpio volt…
-
@mapes911 said: When I try to set up more than two loggers that I want to subscribe to, the third one always seems to timeout. Is there a limit to the number of loggers that the board will accept when in this mode? Yes, there is a limi…
-
@thaslwanter said: Attached images show the error-messages I get on installation. thomas Can you run MSBuild from the command line? https://mbientlab.com/tutorials/Windows.html#postrequisites
-
@abcd said: @Eric said: * Does it crash if you log the data instead? i get these values when i start quaternion in code: Quaternion = {W: 0.000000, X: 0.000000, Y: 0.000000, Z: 0.000000} …
-
* Can you scan for devices with hcitool? * Can you run other scripts?