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
#2
Browsing other parts of the forum, I found out:
- click the "+" sign in the bottom right corner
- select "new simple experiment"
- here one can select sensors as desired
The data are stored in different files with different time stamps.
You can even give a name to your selection which appears in "your simple experiments".
So everything is finde for me, maybe better read the manual first :-)
Reply
#3
Hey,

creating a new experiment in phyphox itself is very limited. Do you know about the phyphox web-editor? To use all available features, you would need to write the experiment directly in xml.


Cheers,
Dominik
Reply


Forum Jump: