abcd
About
- Username
- abcd
- Joined
- Visits
- 375
- Last Active
- Roles
- Member
Comments
-
@Laura said: Hi Frank, Apologies, we are currently in the process of removing support for C# and Windows (too unreliable + no more Windows/C# engineers on our team). Can you switch language? Hi Laura 1. When are you going to stop …
-
Thanks for your replay. In all cases i mentioned we were unable to connect also from the MetaBase App (i should have mentioned that we checked also MetaBase App and NRF). However, the bug occurs with Samsung Android 9.0 which is not an older device…
-
* we didn't experience this specific problem (unable to connect from NRF to sensor), with other Android devices. * We did experience problems with Lenovo tab4 : data stream from the sensor (quaternion or gravity) is suddenly stopped after some tim…
-
@Eric said: @abcd said: Hi Eric, 1. I re-wrote the code (see below) and it seems to give me the new name after calling ResetAsync. I don't see any call to ResetAsync in your posted code. Actually, there is…
-
Hi Eric, 1. I re-wrote the code (see below) and it seems to give me the new name after calling ResetAsync. However, when i reset from MetaBase android app, the name goes back to "MetaWear". Is renaming devcie as "MetaWear" is part of the Metabse …
-
Hi please look at this thread we opened . The bottom line is that unity is not supported because of some threading issues with native C++ in windows
-
is there any answer here?
-
@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. * I run this script and sensors where c…
-
@Eric said: * Does it crash if you stream other data? yes also if i start accelerometer from MetaBase * Does it crash if you log the data instead? i get these values when i start quaternion in code: Qu…
-
@Laura said: Does it work on an iPhone and Android device? I tried Android. I managed to start accelerometer, but not Quaternion. However, In my windows - i cannot start the accelerometer Can you send information about your Windows …
-
Here is the video. This is windows app. i tried to re-install and even moved to another computer. same bug. https://drive.google.com/open?id=1d830KU7Y4Pu639prwF-b2ZVXV7R9SeCG
-
Thanks, 1.Can you please confirm that this code is calibrating the sensors and write the calibration data to the board? var sensorFusion = metawear.GetModule(); //start Fusion algorithm sensorFusion.Start(); //get cancel token CancellationToken …
-
@Matt said: @goamberg If you have a chance, I would highly recommend trying to calibrate a sensor or pair of sensors before a logging session. The calibration has the most effect on the magnetometer data, and calibration is automatic within s…
-
Hello, can you show the C# code of the calibration process represented in 5.2 section as you did for c++ and phyton? I try to write code that represents the steps , however, I need help to write the correct code blocks. Currently, my code looks…
-
Thanks Laura, i used the iphone and it workd (without hard reset). i think you should tell put it in your metaboot thread
-
for me yes - the battery was fully charged when i updated my board
-
Hi Eric, 1. The duplicates were by mistake - I tried to delete the post in c# thread, but didn't find the option 2. I post a new thread cause you closed the thread I was posting. the post you were pointing is not solved either 3. I tried the link…
-
I tried to download the image from here https://mbientlab.com/releases/metawear/0.1/6/vanilla/1.4.4/firmware.zip and use the DFU- but nothing happened. Here is the video of the upload : https://drive.google.com/open?id=1Er0gMWpImzIsGniofr_SXL…
-
After a while i can see it is on MetBood mode with nRF. MetaBase cannot connect or update anymore... Hardware revision: 0.3 Firmware revision: 0.3.2 what can i do?
-
Hi, Meanwhile, i used another phone and got this message on the update:
-
Hello Eric, I trying to update my MetaMotion R from 1.4.2 to 1.4.4. I am using XIOMI Redmi Note 4 with Android 7.0 NRD90M, and i get this message
-
Yes but once it is high accuracy , it can be unreliable again after some time ?
-
* Thanks, should i do the calibration process only once when receiving the sensor from mbient (unboxing) or at each sensor fusion algorithm start ? * OK
-
Hi, 1.OK 2."when the device is powered on" -> do you mean at the first time when Unboxing? how do i start the " the sensor algorithm in C#? 3. Another question - In my app, when starting i want to create a "reference" to some absolute orien…
-
Hello @mandyg, As you can see in the prev posts of this thread, i also tried to work with Win10. I tried to put the SDK, but it seems that Unity doesn't recognize Windows.Devices.Bluetooth. As i understood, Mono doesn't include Windows.Devices.Blu…
-
Hi, 1. The video describes the calibration of **BNO055 **sensor, which is not the case of MetaMotion sensor R according to your data sheet (which is BMI160 / BMM150 ). Do I miss something? 2. According to BNO55 documentation, the calibration shou…
-
.So Can you please explain how to calibrate the sensor if i use the c# sdk? What are my options here? 2. Is the android sdk doing calibration or it is just reading status?
-
Hi jimjam, I never pairing with windows 10 , i am using the Scan method of the Warble. This works for me now outside of Metawear but inside Unity is still freezing
-
@Eric said: The C# SDK works in Unity 2018, barring that serialization bug on UWP which they need to fix (this can be worked around with some minor changes until then). I tried to put the SDK, but it seems that Unity doesn't recognize W…
-
@Eric said: This is pretty much going nowhere fast, so, as a last resort, the best option seems to be spawning a process that handles all of the MetaWear function calls and streams the sensor data back to the main app. So just to be clear…