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
-
@dji2r said: where can I find that sensor fusion tutorial app? https://github.com/mbientlab/MetaWear-Tutorial-Android
-
@Tobias said: Thank you Eric for the quick reply (and sorry for bundling my questions). First, be honest, were those sections there yesterday? Did I really miss them? The section has been there for a long time.
-
Usage Questions * What are the hardware and firmware versions of the boards? * What mobile device and OS are you using? * What sensors are using and how fast are you sampling them? General Testing Tips * Trystreaming data from the d…
-
Sorry, it slipped through the cracks. An update to the C++ sdk has been pushed with this change.
-
That does not fully answer my question, quoted below: @Eric said: @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 acceler…
-
The Swift tutorial address this issue.
-
Follow the instructions on the tutorials page: https://mbientlab.com/tutorials/Swift.html That video is out of date now and will be unlisted.
-
https://github.com/mbientlab/MetaWear-SDK-JavaScript/issues/11
-
We don't officially support any cross-platform tools.
-
Read the tutorials: https://mbientlab.com/tutorials/WPython.html#log-temperature
-
https://www.microsoft.com/en-us/p/metabase/9nblggh4txj3
-
@fbytr said: Hi, I will use MetamotionR with Bluetooth dongle in Linux. I have a 4.0 dongle. Is it possible to use the sensor with it? Yes Is there any problem in data transfer? No Or should I buy a 4.2 dongle or 5.0 d…
-
For your specific device, you need this firmware file: https://mbientlab.com/releases/metawear/0.2/5/vanilla/1.4.4/firmware.zip You should be able to select the zip file, maybe you need a different file explorer app.
-
What is your board's current device information?
-
* What are these tests are you running? * What is your use case for these devices at 32feet?
-
https://mbientlab.com/documents/metawear/cpp/0/settings_8h.html#a335f712d5fc0587eff9671b8b105d3ed
-
Look at the developer documentation and the accelerometer logging example.
-
https://github.com/noble/noble#multiple-adapters
-
Run the commands exactly as is.
-
Follow the instructions in the warning message. You can use the MetaBase app to scan for the device: https://mbientlab.com/tutorials/MetaBaseApp.html
-
https://pip.pypa.io/en/stable/user_guide/#listing-packages
-
https://mbientlab.com/androiddocs/3/data_route.html#account
-
What do you mean by "downloading streamed data"? Streamed data is sent live do your device.
-
Quoting myself again... @Eric said: What version of the Python metawear package did you install?
-
@Vinay said: @Eric said: For MetaWear C, the firmware cannot erase the time flash memory while connected so you need to disconnect after the log download completes. Ok. I didn't know that. Do either of MetaMotion C or …
-
Step through the connectAsync function until you get to this line in the stack trace: com.mbientlab.metawear.android.BtleService$AndroidPlatform.connectAsync(BtleService.java:475) What is the state of the variables at that point? I'…
-
In that case you will need to connect the adapter's serial port com protocol with the BLE functionality required by the Python SDK. Or, as previously suggested, use the SDK to generate the commands you want.
-
Search before posting: https://mbientlab.com/community/search?Search=Metaboot
-
What version of the Python metawear package did you install?
-
For MetaWear C, the firmware cannot erase the time flash memory while connected so you need to disconnect after the log download completes. The main problem in your code is that you are only adding the data route once. Routes are no longer valid…