06-08-2022, 01:05 PM
I would like to record GPS data and align them with acceleration, air pressure and others. Basically I would like to record any combination of sensors of my smart phone. Of course the samples for different sensors would in general not be taken at the same time stamps.
The XML format looks as if that is possible, like the sample below from https://phyphox.org/wiki/index.php?title...ock:_input.
But in the smart phone GUI I can only select one sensor group. Or should I have read some more manuals?
<phyphox version="1.0">
...
<input>
<sensor type="pressure">
<output component="x">Pressure</output>
</sensor>
<sensor type="accelerometer" average="true" rate="0.5">
<output component="x">AccX</output>
<output component="y">AccY</output>
<output component="z">AccZ</output>
<output component="t">AccT</output>
</sensor>
<audio rate="48000">
<output>recording</output>
</audio>
</input>
...
</phyphox>
The XML format looks as if that is possible, like the sample below from https://phyphox.org/wiki/index.php?title...ock:_input.
But in the smart phone GUI I can only select one sensor group. Or should I have read some more manuals?
<phyphox version="1.0">
...
<input>
<sensor type="pressure">
<output component="x">Pressure</output>
</sensor>
<sensor type="accelerometer" average="true" rate="0.5">
<output component="x">AccX</output>
<output component="y">AccY</output>
<output component="z">AccZ</output>
<output component="t">AccT</output>
</sensor>
<audio rate="48000">
<output>recording</output>
</audio>
</input>
...
</phyphox>