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
-
Please describe the trend you are seeing. Simply stating that one data set exhibits a "trend" and the other doesn't does not provide a useful description of your problem. Again, your graphs are very misleading as the y-axis are not the same. Th…
-
Yeah, that was a bug with the app. An app updated has been submitted to the Microsoft Store so the fix should be available within 1-2 days.
-
Quoting myself from the other thread, which in turn quotes the first statement from Input Monitoring section of the linked gpio doc: The firmware can also monitor the digital state of the input signal and alert the user if the state changes …
-
No, once a device is added to a group, it can only be used with that group until said groups is removed.
-
I'll forward this thread to the firmware dev.
-
You can't control the board until you connect to it first. Do you see the same connection / scanning issues when: * You use another platform (Android, iOS, Linux) or Win10 PC? * Create a new app that just uses the Bluetooth LE Advertising f…
-
That's not what I said. I stated that your code was already handling async tasks with continuations and saw no reason why you would deviate from that when calling scheduleAsync.
-
Which platform are you using MetaBase on?
-
Another MetaBase update has been release (v3.0.8) to fix data syncing. The issue you were seeing only happens when you attempt to sync newly acquired data. Syncing worked fine if you had restarted the app.
-
pymetawear is a community developed Python library and questions regarding that library are better answered by its developer. https://github.com/hbldh/pymetawear/issues
-
Here is a direct link(v1.3.7 at time of post). Find the nRF Connect app for your mobile device and use the app to manually upload the firmware.
-
waitForcompletion blocks the current thread. In general, you should be using continuations, which is what your other async calls are doing (connectAsync and addRouteAsync). I'm confused as to why you decided to not use them for scheduleAsync.
-
Refer to the StarterProject. See if you can import that into xcode.
-
What exactly are those graphs representing and what is your current issue? They do not have the same y-axis nor any units so I can't really discern anything at a quick glance. Please provide the raw barometer data as well.
-
There have not been any changes to the MEtaCloud dashboard. * What sensor data are you syncing? * Are the downloaded CSV files still empty?
-
@yianmar said: My metawear R just is at MetaBoot mode for days, It happened after an firmware update procedure. The name is MetaBoot and no application can connect even if it is found. Hard reset did not work neither. What to do?????…
-
@urubin said: Hi Eric, Would then I will be able record quaternions and linear acceleration simultaneously? Thanks Udi Yes
-
You are not waiting for scheduleAsync to complete.
-
Revert back to the previous release then. APK file is on MbientLab's site, here.
-
The C# SDK can be used with Unity 2018 though you will need to plugin a BLE library appropriate for your target platform.
-
Which gpio pin are you monitoring? Your code uses both '3' and '0'.
-
Streaming that much data over the ble link is not recommended; log the data instead if you need high frequencies.
-
@starlipernl said: Hello Eric, has there been a new update released to address the issue described in this thread? yes
-
Read the instructions under the "What's New" section on the Google Play store.
-
We are working on swapping out gattlib for libblepp, which appears to be far more reliable than anything currently available for Python. Give his library a shot and see it provides better stability in your VMs.
-
@thorssonmax said: I use Sony Xperia XZ1 Compact, Android Oreo 8.0.0, 47.1.A.12.145 When is this expected to be fixed? When I try to share Iget mails without added files with Gmail, it says failed to upload with google drive. Me…
-
@ai7 said: Based on the last 2 posts (by Eric) I am still a bit confused about the input monitoring example here: https://github.com/mbientlab/MetaWear-SDK-Cpp/blob/5bbf7be238dd16a8a04a9fb9f9c3010e8268c23d/cppdocs/source/gpio.rst Wi…
-
Hrm, see if the same connection issue arises on another platform (Windows or Android). I would imagine it does which would be more evidence for a bad BT radio. You can fill out an RMA form to get the board exchanged: https://mbientlab.com/rma/
-
The MetaWear app never logged data. Are you instead referring to MetaBase? If so, the app displays options to sample data at over 200Hz when in logging mode.
-
If all of these devices also fail to connect when using the nRF Connect app, then you'll want to test on another platform, like iOS or Windows 10. It could be the devices you are using have poorly implemented Bluetooth stacks so you should see if t…