Laura
About
- Username
- Laura
- Joined
- Visits
- 3,668
- Last Active
- Roles
- Administrator
Comments
-
@zhatiayua Thanks for the update. Let me know as soon as you have news on this. We need to know if it's a bug or not so we can make the corresponding software/firmware update if needed. On our side, we have not seen this issue and we have not …
-
You need to reset each sensors and also delete the App and re-install it. The MetaBase App might have cached the state of the sensors. Please follow the troubleshooting steps, update firmware, and then just try it with a single sensor and let us kn…
-
I think you are learning first-hand the difficulty in supporting all the Android Phones and Bluetooth (there is a LOT of variability between phones/hardware and OSs). All you can do is to try to gracefully handle misconnections and disconnects. T…
-
@AKR, awesome news, that did you do?
-
You can't do euler + acc + gyro, that is not supported. Please see our developer and tutorials documentation about this.
-
Did you include all the required libraries/packages?
-
Please read our tutorials.
-
Usually DIOs are floating when the board boots.
-
We stopped supporting the CPRO so to be honest we just didn't put in any CPRO "protection" in the new MetaBase App and firmware.
-
The CPRO can't update to that firmware version. It's too old of a model and we don't support it anymore.
-
That's normal and it's how to real world works. When you collectively group MetaWears, your phone still communicates with each sensor, one at a time. * Connect sensor 1 - start logging at t * Disconnect sensor 1 * Connect sensor 2 - start …
-
Please take a look at our tutorials and also online Python tutorials
-
Any updates @zhatiayua?
-
it goes away on reset, power cycle or firmware update
-
I put up example code for you, find it here: https://github.com/mbientlab/MetaWear-SDK-iOS-macOS-tvOS/tree/master/MetaWearApiTest Don't forget that once you setup iBeacon mode, you have to disconnect from the board so that it starts "beaconing"
-
PSEUDOCODE: mbl_mw_acc_bosch_set_range(device.board, 2G) mbl_mw_acc_set_odr(device.board, 25Hz) mbl_mw_acc_bosch_write_acceleration_config(device.board) let signal = mbl_mw_acc_bmi160_get_step_detector_data_signal(device.board) mbl_mw_datasi…
-
Use the MMR and add a magnet type sensor to it using the I2C/SPI/GPIOs
-
I tried yesterday and it worked fine with our API example. I even updated the repo and the cocoapods. I also uploaded the MetaWearAPITest App which shows you the source code to update Firmware. Why don't you check that out: https://github.com/mb…
-
I think it's the C# sensor fusion example.
-
@mlin34 We are working on updating the documentation. It should be updated by next week.
-
Ok I went back and checked. MetaBase is working and MetaBase uses the cocoapods 3.4.0 which is built on the APIs. It is not possible for the API to fail but for MetaBase to work. Can you make sure your stuff is up to date?
-
I can't comment as you have given no information. It works for me.
-
yes you can do that.
-
It will last between 2 and 24 hours depending on exactly what you mentioned (sampling rates, # of sensors on, bluetooth connection times and so on). You will need to do this experiment with your setup yourself to find the lifetime of your setup.
-
Just use the hci commands to get the different adapters
-
HI @MasterP, You need to reset the sensor itself, here are a few ways to do it: www.mbientlab.com/troubleshooting.
-
Delete the MetaBase App on the Android phone and install the latest MetaBase Android App on the App store OR use an iPhone.
-
You can use it to do raw accelerometer + quaternion but not linear acceleration. EDIT: Looks like that's not true as per Eric's post. The fuser is for gyro + acc for example.
-
MetaWear (Sensors) have an onboard clock. When you download the sensor data, the metawear clock and clock of the master device (smartphone, tablet, hub or whatever you are using) are synced. Please provide information regarding the metabase andro…
-
@CLB, I am not sure how this is possible. The sensor fusion module from bosh only allows one output at a time. So you should have linear acceleration OR quaternion. We and BOSCH do not support both at the same time.