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.

phyphox channels accx, etc.
#3
Look examples...
From example "Acceleration with g (Raw Sensors)":
  <input>
    <sensor type="accelerometer">
      <output component="x">accX</output>
      <output component="y">accY</output>
      <output component="z">accZ</output>
      <output component="t">acc_time</output>
      <output component="abs">acc</output>
    </sensor>
  </input>
Here the data-containers names accX, accY etc. could be any you like. The sensor types are listed in
https://phyphox.org/wiki/index.php/Phyph...le:_sensor

From "Light (Raw Sensors)":
  <data-containers>
    <container size="0">illum</container>
    <container size="0">illum_time</container>
  </data-containers>
  <input>
    <sensor type="light">
      <output component="x">illum</output>
      <output component="t">illum_time</output>
    </sensor>
  </input>

I did not find pressure-temperature... Sad
Reply


Messages In This Thread
phyphox channels accx, etc. - by dore_m - 12-27-2020, 08:13 AM
RE: phyphox channels accx, etc. - by dore_m - 12-28-2020, 12:23 AM
RE: phyphox channels accx, etc. - by solid - 12-28-2020, 06:48 AM

Forum Jump: