Skip to content

phyphox 1.1.11

09.09.2022

Changes on Android and iOS

  • Depth sensor (LiDAR / ToF) experiment available in tools section.
  • New settings menu.
  • Option to turn off screen if proximity sensor is triggered.
  • Option to override system language settings.
  • Option to change the remote access port.
  • Improved method to determine significant digits on plot axes.
  • Only show hint to new support options if they have been added in the current version.
  • Visual feedback added when switching tone generator to multi tone mode.
  • Show resolution in spectrum experiments.
  • Bluetooth peripherals can implement an event characteristic to receive start/pause events with time synchronization information.
  • Fix: Ignored localized decimal points (i.e. comma) when entering and displaying values.

Changes on Android

  • Do not return to collection view after adding an experiment to it.
  • Write sample rate already on cycle 0.
  • Fix: Inelastic collision requires initial press on "reset" to work.
  • Fix: Crash if screenshot of a map graph is taken in landscape orientation.
  • Fix: Catch unreasonable data sizes for experiment configurations sent via BLE.
  • Fix: Random crash when stopping depth sensor measurement.
  • Fix: Prevent data buffers of edit fields from being cleared.

Changes on iOS

  • Use TrueDepth camera (front-facing camera for FaceID on all recent iPhones) as depth sensor.
  • Refactor analysis modules to be consistent with the way they work on the Android version.
  • This also fixes bugs related to reusing buffers as input and output on the same module and clearing in the if module.
  • And this also fixes the applause meter.
  • Only use reference frame with magnetic north if required by attitude sensor or calibrated magnetometer. (Should make some sensors available on devices with broken magnetometer.)
  • Edit views now use a numeric keyboard with added "+/-" and "done" buttons.
  • Fix: Crash in apply zoom dialog if selecting axes/units etc. on iPads.
  • Fix: Avoid flickering graphs by only redrawing them after analysis cycle has been completed.
  • Fix: Crash and mismatched inputs of analysis module "map".
  • Fix: Do not apply sleep time to first analysis cycle.
  • Fix: Placeholder for common strings is not replaced if no translation block is present.

File format update to version 1.15

  • Send tags in network connections now support a clear attribute. (This has already been implemented in the Android, but was not yet documented.)
  • New attribute for graphs to follow new data by default: "followX"
  • New supported sensor type: gravity
  • Bluetooth outputs (input tag within an output) support an offset attribute and multiple entries targeting the same characteristic will be combined accordingly. This allows sending multiple buffers to the same characteristic, for example to submit x, y and z from a 3D sensor.