lmoro

About

Username
lmoro
Joined
Visits
107
Last Active
Roles
Member

Comments

  • Any idea on when this may happen?
  • You are absolutely right, it was a poor decision. I just answered in a rush. Sorry and thank you for canceling it.
  • We have an internal software team that has the required competence, so it would be wonderful to have the files.
  • This would be nice to have, would you ever make it possible to simply download the upgrade? Would it be possible to stream from multiple devices?
  • Is it possible to know better what are the new features? We are based in Italy, so the shipping is quite costly. If there really is no way to do it remotely, we would like to know what would be the improvement before considering the purchase.
  • hi Eric, I have finally revived the MetaHub. Still it is not clear to me how to make it functioning. On the store description it is written: "MetaHub can be configured to receive beacon advertisements from BLE beacons or sensor data from MetaSensors…
  • * The first picture in your image corresponds to the erroneous data I assume? Yes, it does * Were you receiving correct quaternion values before? Yes, we did. The sensors showed this behavior for a couple of trials and than got back to normal w…
  • [code] // parameters class public class ConnectionParams {     private SensorFusionBosch.Mode mMode;     private float mMaxConnectionInterval;     /**      * Creates a new {@link ConnectionParams}. By default sensor fusion mode is set to      * {@l…
  • Sorry for the images, I was able to see them when I posted. Here's the Imgur link: https://imgur.com/a/sqboU The sensors is expected to register little motion, since it is fixed on the upper part of the trunk while the subject is sitting and perfo…
  • We have developed our own APP using 3.0.32 API. This is how the data normally look like when the sensor is clipped to the upper trunk of a subject performing exercises. From when the problem has occurred this is how the data in the same conditi…
  • Any news for Bluetooth 5?Thank you
  • In any case, we are unable to have a reliable sampling rate also at 100 Hz. We tried with different Apps and with none of them the streaming rate reaches 100 Hz. If you look to the files you obtain with MetaWear App (both API 3 and API 2.8 versions…
  • we tried with : sensorFusionModule.configure()                          .setMode(SensorFusion.Mode.NDOF)                          .setAccRange(SensorFusion.AccRange.AR_2G)                          .setGyroRange(SensorFusion.GyroRange.GR_250DPS)    …
  • Thank you! That is more or less what I was doing but I'm getting two mayors problems: *  I have lots of pygatt.exceptions.NotConnectedError after calling MetaWearClient(str(address_1), debug=False)   if i set debug to true it gets stuck at INFO …