Matlab mobile sensor logging only gets a few values

4 Ansichten (letzte 30 Tage)
Philip Masding
Philip Masding am 19 Aug. 2024
Beantwortet: Satwik am 20 Aug. 2024
I am trying to log sensor data on matlab mobile using a Samsung galaxy phone. Problem is that at 10Hz sampling i only get 3 samples no matter how long I wait before pressing stop.

Antworten (1)

Satwik
Satwik am 20 Aug. 2024
Hi,
I understand you are experiencing issues with logging sensor data on MATLAB Mobile at a 10Hz sampling rate, where you only obtain 3 samples regardless of the duration. Based on my knowledge, here are two possible reasons for this issue:
  1. Local Data Collection Cap: MATLAB Mobile has a limitation, where collecting sensor data locally is subject to a 20 MB cap. If you are logging data over an extended period, this cap could be reached quickly, especially at higher sampling rates like 10Hz, leading to incomplete data collection.
  2. App Sent to Background: When collecting data for extended durations, the app might be sent to the background by the system, either due to the screen saver activating or the device going to sleep. To ensure continuous data acquisition, follow these steps: On android, MATLAB Mobile includes a setting to address this issue. Navigate to MATLAB Mobile Settings -> Sensor Settings -> Configure. Look for the setting named ‘Acquire Data in Background’. Ensure this setting is turned on. If it is not, enable it and try logging data again.
For more information, you may refer to this documentation:
Hope this helps!

Kategorien

Mehr zu MATLAB Mobile finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by