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.

Data collected by the sensor are transmitted to labview by bluethooth in phyphox
#1
我想知道如何使用蓝牙模型从 phyphox 实时传输数据
Reply
#2
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…
Reply
#3
谢谢你的回复。我想知道是否有任何相关示例可以帮助我更好地理解 phyphox 的远程接口通信?
Reply
#4
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.
Reply
#5
… and you could check the javascript in the phyphox browser frontend that you could access when you activate the remote access in the app.
Reply
#6
(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?
Reply
#7
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”.
Reply


Forum Jump: