12-14-2021, 10:26 PM
The .phyphox file works as … expected on my iPhone, however, you have apparently missed one change: I suppose you want to read out the y component of the accelerometer, so it needs to be
I have fixed it in the attached file…
Code:
- <output component="z">accZ</output>
+ <output component="y">accY</output>
I have fixed it in the attached file…