This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

select several sensors simultaneously with smart phone GUI
#1
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>
Reply


Messages In This Thread
select several sensors simultaneously with smart phone GUI - by Martin Weiß - 06-08-2022, 01:05 PM

Forum Jump: