05-30-2025, 10:56 AM
(03-17-2025, 12:29 PM)Jens Noriʇzsɔɥ Wrote: You could find a list of the directly supported sensors at https://phyphox.org/wiki/index.php/Phyph...le:_sensor and the next phyphox version 1.2.0 on Android (the current test version) will include a “custom” variant that should let you access all sensors that are listed in the Device Info.
Our selection is rather historical with a few criteria like scientific applicability, properly defined units, or general availability. Anyone is free to add own custom experiments and we ourselves list a few at https://phyphox.org/wiki/index.php/Categ...xperiments (the TVOC experiment is an example of the new custom sensor). That's what https://phyphox.org/editor is for – and https://phyphox.org/wiki/index.php/Phyphox_file_format for those quicker with a text editor…
dear Jess,
I'd like to create an experiment using a custom sensor ("type 15" on my google Pixel 7a, which is a "game rotation vector" --> attitude quaternion as computed without magnetometer). Based on the TVOC experiment you suggested to refer, I should write such a line in the xml file:
<input>
<sensor type="custom" filterType="type 15">
or even
<input>
<sensor type="custom" nameFilter="Game Rotation Vector Sensor">
should be fine (according to your wiki).
Either way, it happens that as soon as I upload the config file onto the web editor (old or new, it does not make any difference) to generate the QR code, the editor automatically changes it in:
<input>
<sensor type="accelerometer">
Is there anything that I miss? Should I bypass the web editor to generate a Qr code?
Thanks,
Pietro