phyphox Forums
Data collected by the sensor are transmitted to labview by bluethooth in phyphox - Printable Version

+- phyphox Forums (https://phyphox.org/forums)
+-- Forum: App-Feedback (https://phyphox.org/forums/forumdisplay.php?fid=6)
+--- Forum: Experiment editor (new Blockly-based version) (https://phyphox.org/forums/forumdisplay.php?fid=15)
+--- Thread: Data collected by the sensor are transmitted to labview by bluethooth in phyphox (/showthread.php?tid=2162)



Data collected by the sensor are transmitted to labview by bluethooth in phyphox - alonson - 07-08-2025

我想知道如何使用蓝牙模型从 phyphox 实时传输数据


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - Jens Noriʇzsɔɥ - 07-09-2025

Transfering data from to phyphox to other software is quite difficult as the app acts as a so-called BLE “central”, so it's not the common use case.

Could you alternatively use HTTP for this purpose? We are aware that our remote interface communication, see https://phyphox.org/wiki/index.php/Remote-interface_communication, works with MatLab, for instance. As far as I can see, LabVIEW also supports REST APIs.

Another option would be our “network connections”, see https://phyphox.org/wiki/index.php/Network_Connections, however, it would require some effort on the phyphox side and possibly also on LabVIEW's…


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - alonson - 07-10-2025

谢谢你的回复。我想知道是否有任何相关示例可以帮助我更好地理解 phyphox 的远程接口通信?


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - Jens Noriʇzsɔɥ - 07-11-2025

There are a few threads in our forum on the remote communication and REST API, respectively. Perhaps, https://phyphox.org/forums/showthread.php?tid=60 is a good starting point. There are also two threads on MATLAB that could help.


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - Jens Noriʇzsɔɥ - 07-11-2025

… and you could check the javascript in the phyphox browser frontend that you could access when you activate the remote access in the app.


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - alonson - 07-17-2025

(07-11-2025, 05:39 PM)Jens Noriʇzsɔɥ Wrote: … and you could check the javascript in the phyphox browser frontend that you could access when you activate the remote access in the app.
hello,i want to kwon When the remote - control of the phyphox light sensor is turned on, the names of the data streams transmitted externally, including the names of the x - axis and y - axis.for example matlab?


RE: Data collected by the sensor are transmitted to labview by bluethooth in phyphox - Jens Noriʇzsɔɥ - 07-21-2025

You could find the individual buffer names in the experiment sources at https://github.com/phyphox/phyphox-experiments: their names are defined in the <container> block.

The “Light sensor” experiment uses “illum_time” and “illum”.