07-08-2025, 05:17 AM
07-09-2025, 12:03 PM
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/Remot...munication, 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…
Could you alternatively use HTTP for this purpose? We are aware that our remote interface communication, see https://phyphox.org/wiki/index.php/Remot...munication, 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…
07-10-2025, 09:40 AM
谢谢你的回复。我想知道是否有任何相关示例可以帮助我更好地理解 phyphox 的远程接口通信?
07-11-2025, 05:37 PM
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.
07-11-2025, 05:39 PM
… and you could check the javascript in the phyphox browser frontend that you could access when you activate the remote access in the app.
07-17-2025, 09:40 AM
(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?
07-21-2025, 11:30 AM
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”.
The “Light sensor” experiment uses “illum_time” and “illum”.