alextarrago

About

Username
alextarrago
Joined
Visits
15
Last Active
Roles
Member

Comments

  • No, it just stop transmitting data, it is connected and everything seems to be fine. We've just found that this usually happens on a high BLE activity environment (such as an office with lots of wireless headphones, mouses, keyboards, ...), is this …
  • We've just added the method to change the BLE Connection params with the following command: mbl_mw_settings_set_connection_parameters(board, 7.5f, 7.5f, 0, 6000); However, after several minutes, the sensor stopped transmitting data... Ye…
  • We've just checked with the Metawear app. We connected the app to a MetaMotionR and start streaming data. The first test stopped streaming data after 15 minutes of data transmission. The second test stopped after 20 minutes, and the last test was s…
  • Thanks Eric for the fast reply. We will try today if the MetBase app has the same behaviour. In the meantime, here is the code we use for the actual data retrieving in iOS, please let me know if we are missing something. //Sensor Fusion…