-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Acceleration with g" is not drawn after clearing #31
Comments
Could not reproduce on an Pixel 6 with the current version on the Play Store. But I think that "Wait for 40 seconds until the graphs stop growing." is already a problem. It should not stop growing, but continue to measure indefinitely. (In practice until the phone runs out of memory, which sometimes comes sooner than one thinks, but certainly not after 40 seconds). Could you post some details about your device, so I can try to reproduce with the same Android version or even the same device (if I can find one)? The simplest way would be to post the "device info" (the "i"-icon in the main menu of phyphox). Also, did this work before? Do the other sensors work without that problem (maybe after 200s as for example the accelerometer "without g" produces data at about a fifth of the rate of the one "with g" on some devices). |
Yeah, this time it got stuck after 80 seconds. And I couldn't reproduce it neither in "Acceleration (without g)", nor in other sections I tried.
I don't know, I try it first time. |
Thanks for all the details. Unfortunately, I could not yet find a colleague with a Huawei that reproduces the problem. If you are willing to try a few more things, you could help us narrowing it down:
Thanks a lot! |
That's even weirder. Could you export one of these measurements with the horizontal line for me? The strange thing is that some things point to a problem with the device and some to a problem with phyphox. The fact that it works smoothly if you set a fixed sensor rate ("+" menu) points to a problem with the device, because the only difference here is that phyphox requests a different rate. But the fact that Physics Toolbox does not have the same problem, of course, strongly suggests that it's a phyphox issue (I don't know their source code, but the "max" setting should make it request the maximum rate like phyphox does by default). Finally, this weird horizontal line confuses me even more: The device generates sensor events with a timestamp relative to the time the device was turned on. Phyphox subtracts the time at which you press the start button to get a time that starts at zero. From the exported data I would like to see if it jumps back to zero (indicating that phyphox for some reason created a new point of reference, although I do not see how and why) or if it jumps further back and just eventually comes back into view. This gives me another idea: Does the problem also exist if you use the "+" menu and set the frequency to zero? This should be the same as the default of getting the maximum frequency, so I would expect that this also happens then. If so, could you set the frequency to zero and select two sensors, for example the accelerometer and the gyroscope and see what happens then? Would be very interesting to see if one runs normally at the same time as the other one jumps or stops. (Also, exported data might help). Best wishes and thanks for helping to narrow this down, although admittedly I am not to sure if I can fix it without a device at hand that reproduces the problem. |
The text was updated successfully, but these errors were encountered: