<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[phyphox Forums - Bugs and Problems]]></title>
		<link>https://phyphox.org/forums/</link>
		<description><![CDATA[phyphox Forums - https://phyphox.org/forums]]></description>
		<pubDate>Wed, 17 Jun 2026 01:25:59 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[About fluctuating sampling rate]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2356</link>
			<pubDate>Wed, 10 Jun 2026 07:24:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6800">nguyenkhoi</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2356</guid>
			<description><![CDATA[Hi, thank you for making a great app!<br />
I am doing the Acceleration Spectrum experiment with an iPhone 12 Pro Max (whose accelermoter's sampling rate is at 100Hz).<br />
Since I want to limit the sampling rate to another number, I changed a bit in the code.<br />
- &lt;input&gt;<br />
    &lt;sensor type="accelerometer" rate="0"&gt;  # I changed to 50 and 80<br />
<br />
I succeeded in loading the experiment to my phone already.<br />
However, there were some strange things:<br />
- For the 50Hz case: Sometimes the sampling rate starts at 33Hz and then slowly reaching 45 Hz and fluctuates; sometimes it starts perfectly at 50Hz and does not change at all<br />
- For the 80Hz case: The sampling rate is always at 50Hz<br />
<br />
I would really appreciate it if you could let me know what the reasons might be.<br />
And maybe a way to fix?<br />
<br />
Thank you for your time!]]></description>
			<content:encoded><![CDATA[Hi, thank you for making a great app!<br />
I am doing the Acceleration Spectrum experiment with an iPhone 12 Pro Max (whose accelermoter's sampling rate is at 100Hz).<br />
Since I want to limit the sampling rate to another number, I changed a bit in the code.<br />
- &lt;input&gt;<br />
    &lt;sensor type="accelerometer" rate="0"&gt;  # I changed to 50 and 80<br />
<br />
I succeeded in loading the experiment to my phone already.<br />
However, there were some strange things:<br />
- For the 50Hz case: Sometimes the sampling rate starts at 33Hz and then slowly reaching 45 Hz and fluctuates; sometimes it starts perfectly at 50Hz and does not change at all<br />
- For the 80Hz case: The sampling rate is always at 50Hz<br />
<br />
I would really appreciate it if you could let me know what the reasons might be.<br />
And maybe a way to fix?<br />
<br />
Thank you for your time!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[About loading a .phyphox file into the app + Missing part]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2355</link>
			<pubDate>Mon, 08 Jun 2026 04:29:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6800">nguyenkhoi</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2355</guid>
			<description><![CDATA[Hello, I hope you guys are all doing well.<br />
<br />
I am having a problem in terms of loading a .phyphox file into the app.<br />
My purpose for doing this is to limit the accelerometer's sampling rate to 50Hz.<br />
<br />
1) I originally took the code from <a href="https://github.com/phyphox/phyphox-experiments/blob/00673ac5019115073dc223f1e3ac84bab14e8d1e/acc_spectrum.phyphox" target="_blank" rel="noopener" class="mycode_url">https://github.com/phyphox/phyphox-exper...um.phyphox</a><br />
Then I changed &lt;phyphox version="1.7" locale="en"&gt; to  &lt;phyphox version="1.2.0" locale="en"&gt; so as to match the current version of Phyphox on my phone; and &lt;sensor type="accelerometer" rate="0"&gt; to  &lt;sensor type="accelerometer" rate="50"&gt;<br />
<br />
When I loaded this experiment onto Google Drive and logged in phyphox://[URL], the error shows as<br />
''exp_error<br />
Could not load experiment: Invalid experiment file. Unkown file format.''<br />
I would really appreciate if you guys could show me where I could have gone wrong in my practice.<br />
<br />
2) I managed to add the experiment to Phyphox by sending through email and opening directly with Phyphox.<br />
However, there is a function missing in Github version compared to the version from AppStore,<br />
which is the Peak Frequency (Hz) - Time graph in the History section (you can see in my attachment below.<br />
Where should I find the code for the missing part?<br />
<br />
Thank you so much for your time!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=784" target="_blank" title="">スクリーンショット 2026-06-08 132628.png</a> (Size: 60 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello, I hope you guys are all doing well.<br />
<br />
I am having a problem in terms of loading a .phyphox file into the app.<br />
My purpose for doing this is to limit the accelerometer's sampling rate to 50Hz.<br />
<br />
1) I originally took the code from <a href="https://github.com/phyphox/phyphox-experiments/blob/00673ac5019115073dc223f1e3ac84bab14e8d1e/acc_spectrum.phyphox" target="_blank" rel="noopener" class="mycode_url">https://github.com/phyphox/phyphox-exper...um.phyphox</a><br />
Then I changed &lt;phyphox version="1.7" locale="en"&gt; to  &lt;phyphox version="1.2.0" locale="en"&gt; so as to match the current version of Phyphox on my phone; and &lt;sensor type="accelerometer" rate="0"&gt; to  &lt;sensor type="accelerometer" rate="50"&gt;<br />
<br />
When I loaded this experiment onto Google Drive and logged in phyphox://[URL], the error shows as<br />
''exp_error<br />
Could not load experiment: Invalid experiment file. Unkown file format.''<br />
I would really appreciate if you guys could show me where I could have gone wrong in my practice.<br />
<br />
2) I managed to add the experiment to Phyphox by sending through email and opening directly with Phyphox.<br />
However, there is a function missing in Github version compared to the version from AppStore,<br />
which is the Peak Frequency (Hz) - Time graph in the History section (you can see in my attachment below.<br />
Where should I find the code for the missing part?<br />
<br />
Thank you so much for your time!<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=784" target="_blank" title="">スクリーンショット 2026-06-08 132628.png</a> (Size: 60 KB / Downloads: 3)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Slider lazy/notinit value big issue]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2335</link>
			<pubDate>Tue, 12 May 2026 09:34:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6737">Dentka15</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2335</guid>
			<description><![CDATA[Hi,<br />
I have big issue with slider component (other have the same issue) with ESP32 library.<br />
<span style="color: #4e5b61;" class="mycode_color"><span style="font-family: Consolas, 'Courier New', monospace;" class="mycode_font">PhyphoxBLE::<span style="color: #d35400;" class="mycode_color">read</span><span style="color: #434f54;" class="mycode_color">(...)</span></span></span><br />
return always 0 (lazy not init value) until I do some change on Slider.<br />
Slider example:<br />
&lt;slider default="1.0" minValue="-5.0" maxValue="5.0" stepSize="1.0"&gt;<br />
<br />
I can workaround it by <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>if(readValue) {
   destvalue = readValue;
}</code></div></div> but only for cases where slider doesn't have 0, like &lt;1,5&gt;, but for range &lt;-5,5&gt; i have 0 and it cause another issue.<br />
<br />
Question is: how to change not init/lazy value by NaN vale or MAX_VALUE to prevent "Null" as 0.<br />
<br />
Or how to force phyphox to init component (e.g. Slider) to start sending real values, even it is not touched?<br />
<br />
This issue blow my application which I'm working on since 2 weeks. <br />
<br />
I tried to change code of libraries to return not init values as NaN, but I failed. Is it possible to do on ESP32 code, or do we need to change code of phyphox?]]></description>
			<content:encoded><![CDATA[Hi,<br />
I have big issue with slider component (other have the same issue) with ESP32 library.<br />
<span style="color: #4e5b61;" class="mycode_color"><span style="font-family: Consolas, 'Courier New', monospace;" class="mycode_font">PhyphoxBLE::<span style="color: #d35400;" class="mycode_color">read</span><span style="color: #434f54;" class="mycode_color">(...)</span></span></span><br />
return always 0 (lazy not init value) until I do some change on Slider.<br />
Slider example:<br />
&lt;slider default="1.0" minValue="-5.0" maxValue="5.0" stepSize="1.0"&gt;<br />
<br />
I can workaround it by <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>if(readValue) {
   destvalue = readValue;
}</code></div></div> but only for cases where slider doesn't have 0, like &lt;1,5&gt;, but for range &lt;-5,5&gt; i have 0 and it cause another issue.<br />
<br />
Question is: how to change not init/lazy value by NaN vale or MAX_VALUE to prevent "Null" as 0.<br />
<br />
Or how to force phyphox to init component (e.g. Slider) to start sending real values, even it is not touched?<br />
<br />
This issue blow my application which I'm working on since 2 weeks. <br />
<br />
I tried to change code of libraries to return not init values as NaN, but I failed. Is it possible to do on ESP32 code, or do we need to change code of phyphox?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA["Add Experiment for Bluetooth Device" reporting when Bluetooth disabled.]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2274</link>
			<pubDate>Sun, 26 Apr 2026 09:04:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6643">The Technician</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2274</guid>
			<description><![CDATA[Hiio!<br />
<br />
Amazing toolbox! Thankyou for making it available for everyone! ☺️<br />
<br />
Attempting to use the <br />
    "Add Experiment for Bluetooth Device"<br />
when Bluetooth is disabled gives<br />
    "Bluetooth scan error. Bluetooth Low Energy is not supported on Android Versions lower than 4.3"<br />
Tried re-running with Bluetooth enabled, and it proceeds just fine.<br />
<br />
Thought the error-message could be improved to suggest enabling Bluetooth.<br />
<br />
Thanks<br />
<br />
T]]></description>
			<content:encoded><![CDATA[Hiio!<br />
<br />
Amazing toolbox! Thankyou for making it available for everyone! ☺️<br />
<br />
Attempting to use the <br />
    "Add Experiment for Bluetooth Device"<br />
when Bluetooth is disabled gives<br />
    "Bluetooth scan error. Bluetooth Low Energy is not supported on Android Versions lower than 4.3"<br />
Tried re-running with Bluetooth enabled, and it proceeds just fine.<br />
<br />
Thought the error-message could be improved to suggest enabling Bluetooth.<br />
<br />
Thanks<br />
<br />
T]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem with ESP32 C3 super mini]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2188</link>
			<pubDate>Tue, 14 Oct 2025 06:52:04 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6243">vunguyen</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2188</guid>
			<description><![CDATA[Hello everyone, I am using ESP32 C3 super mini to do experiment with phyphox. When I run code on Aduino IDE, I meet following error, please help me (I using phyphoxble 1.2.5)<br />
<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp:107:40: error: 'esp_ble_gatts_cb_param_t' has not been declared<br />
  107 |    void onConnect(BLEServer* pServer, esp_ble_gatts_cb_param_t *param) {<br />
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp: In member function 'void MyServerCallbacks::onConnect(BLEServer*, int*)':<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp:108:40: error: request for member 'connect' in '* param', which is of non-class type 'int'<br />
  108 |      pServer-&gt;updateConnParams(param-&gt;connect.remote_bda,PhyphoxBLE::minConInterval,PhyphoxBLE::maxConInterval,PhyphoxBLE:<img src="https://phyphox.org/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />laveLatency,PhyphoxBLE::timeout);<br />
      |                                        ^~~~~~~<br />
exit status 1]]></description>
			<content:encoded><![CDATA[Hello everyone, I am using ESP32 C3 super mini to do experiment with phyphox. When I run code on Aduino IDE, I meet following error, please help me (I using phyphoxble 1.2.5)<br />
<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp:107:40: error: 'esp_ble_gatts_cb_param_t' has not been declared<br />
  107 |    void onConnect(BLEServer* pServer, esp_ble_gatts_cb_param_t *param) {<br />
      |                                        ^~~~~~~~~~~~~~~~~~~~~~~~<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp: In member function 'void MyServerCallbacks::onConnect(BLEServer*, int*)':<br />
/Users/vunguyen/Documents/Arduino/libraries/phyphox_BLE/src/phyphoxBLE_ESP32.cpp:108:40: error: request for member 'connect' in '* param', which is of non-class type 'int'<br />
  108 |      pServer-&gt;updateConnParams(param-&gt;connect.remote_bda,PhyphoxBLE::minConInterval,PhyphoxBLE::maxConInterval,PhyphoxBLE:<img src="https://phyphox.org/forums/images/smilies/confused.png" alt="Confused" title="Confused" class="smilie smilie_13" />laveLatency,PhyphoxBLE::timeout);<br />
      |                                        ^~~~~~~<br />
exit status 1]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[zero timestamps in exported data]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2171</link>
			<pubDate>Fri, 25 Jul 2025 14:45:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6134">markd</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2171</guid>
			<description><![CDATA[Hi,<br />
I did some recording with accelerometer then exported the data, but the first some 1k lines have 'Time (s)' col all zero, though the sensor is yielding data. Tried a few times with same results.<br />
Burst length in pict is some 700ms.<br />
The START system-time in metadata seems consistent with the 1st record rather than with the 1st non-zero-time line, checking with external reference clock (generator sync'd with the phone).<br />
<br />
app version is 1.1.16 on Android6.1<br />
<br />
any clues?<br />
<br />
thanx<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=749" target="_blank" title="">Img 2025-07-25 162156.png</a> (Size: 60.74 KB / Downloads: 296)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi,<br />
I did some recording with accelerometer then exported the data, but the first some 1k lines have 'Time (s)' col all zero, though the sensor is yielding data. Tried a few times with same results.<br />
Burst length in pict is some 700ms.<br />
The START system-time in metadata seems consistent with the 1st record rather than with the 1st non-zero-time line, checking with external reference clock (generator sync'd with the phone).<br />
<br />
app version is 1.1.16 on Android6.1<br />
<br />
any clues?<br />
<br />
thanx<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=749" target="_blank" title="">Img 2025-07-25 162156.png</a> (Size: 60.74 KB / Downloads: 296)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[send mqtt command versus device]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2151</link>
			<pubDate>Fri, 06 Jun 2025 07:49:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6061">matc1</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2151</guid>
			<description><![CDATA[Hi,  i configured an experiment with this network parameter<br />
<br />
&lt;connection address="MYSERVERIP:1883" autoConnect="true" interval="1" service="mqtt/json" receiveTopic="fancySensor/value" sendTopic="sensorlogger/data" id="test" privacy="https://phyphox.org/disclaimer/" conversion="json"&gt;<br />
        &lt;send id="x" type="buffer" datatype="number"&gt;accX&lt;/send&gt;<br />
        &lt;send id="y" type="buffer" datatype="number"&gt;accY&lt;/send&gt;<br />
        &lt;send id="z" type="buffer" datatype="number"&gt;accZ&lt;/send&gt;<br />
    &lt;/connection&gt;<br />
<br />
Is it possible via mqtt topic to send "start" and "stop" command to the device, like get command <br />
<br />
<a href="http://DEVICEIP:8080/control?cmd=start" target="_blank" rel="noopener" class="mycode_url">http://DEVICEIP:8080/control?cmd=start</a><br />
<br />
<a href="http://DEVICEIP:8080/control?cmd=stop" target="_blank" rel="noopener" class="mycode_url">http://DEVICEIP:8080/control?cmd=stop</a><br />
<br />
I need to send data via receiveTopic?<br />
<br />
My device is an Iphone<br />
<br />
Is it possible to have an examples?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hi,  i configured an experiment with this network parameter<br />
<br />
&lt;connection address="MYSERVERIP:1883" autoConnect="true" interval="1" service="mqtt/json" receiveTopic="fancySensor/value" sendTopic="sensorlogger/data" id="test" privacy="https://phyphox.org/disclaimer/" conversion="json"&gt;<br />
        &lt;send id="x" type="buffer" datatype="number"&gt;accX&lt;/send&gt;<br />
        &lt;send id="y" type="buffer" datatype="number"&gt;accY&lt;/send&gt;<br />
        &lt;send id="z" type="buffer" datatype="number"&gt;accZ&lt;/send&gt;<br />
    &lt;/connection&gt;<br />
<br />
Is it possible via mqtt topic to send "start" and "stop" command to the device, like get command <br />
<br />
<a href="http://DEVICEIP:8080/control?cmd=start" target="_blank" rel="noopener" class="mycode_url">http://DEVICEIP:8080/control?cmd=start</a><br />
<br />
<a href="http://DEVICEIP:8080/control?cmd=stop" target="_blank" rel="noopener" class="mycode_url">http://DEVICEIP:8080/control?cmd=stop</a><br />
<br />
I need to send data via receiveTopic?<br />
<br />
My device is an Iphone<br />
<br />
Is it possible to have an examples?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Send device sensor data to external http server]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2150</link>
			<pubDate>Tue, 03 Jun 2025 12:14:34 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6061">matc1</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2150</guid>
			<description><![CDATA[Hi, I'm just getting started with your phyphox App.<br />
<br />
I have a question: <br />
<br />
i created a test experiment and i inserted the following "lines" in phyphox  configuration file to receive data from the device spontaneously to an external web server:<br />
<br />
&lt;network&gt;<br />
&lt;connection id="gps_stream" service="http/post" address="https://www.testdemo.com/" interval="15"&gt;<br />
&lt;send id="accX" type="buffer" datatype="number" keep="false"&gt;accX&lt;/send&gt;<br />
&lt;send id="accY" type="buffer" datatype="number" keep="false"&gt;accY&lt;/send&gt;<br />
&lt;send id="accZ" type="buffer" datatype="number" keep="false"&gt;accZ&lt;/send&gt;<br />
&lt;send id="acc" type="buffer" datatype="number" keep="false"&gt;acc&lt;/send&gt;<br />
&lt;/connection&gt;<br />
&lt;/network&gt;<br />
<br />
It works perfectly. I receive data on my exposed web site.<br />
<br />
My problem is that if I replace address="https://www.testdemo.com/" with an internal network address I get a connection error from the "phyphox" application.<br />
<br />
Example address="http//10.1.1.100/" (the mobile is in the same network and has ip 10.1.1.202)<br />
<br />
Is there any limitation to the use of internal network addresses on the phyphox application side? <br />
<br />
I use an iPhone 13 on which I installed phyphox. <br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[Hi, I'm just getting started with your phyphox App.<br />
<br />
I have a question: <br />
<br />
i created a test experiment and i inserted the following "lines" in phyphox  configuration file to receive data from the device spontaneously to an external web server:<br />
<br />
&lt;network&gt;<br />
&lt;connection id="gps_stream" service="http/post" address="https://www.testdemo.com/" interval="15"&gt;<br />
&lt;send id="accX" type="buffer" datatype="number" keep="false"&gt;accX&lt;/send&gt;<br />
&lt;send id="accY" type="buffer" datatype="number" keep="false"&gt;accY&lt;/send&gt;<br />
&lt;send id="accZ" type="buffer" datatype="number" keep="false"&gt;accZ&lt;/send&gt;<br />
&lt;send id="acc" type="buffer" datatype="number" keep="false"&gt;acc&lt;/send&gt;<br />
&lt;/connection&gt;<br />
&lt;/network&gt;<br />
<br />
It works perfectly. I receive data on my exposed web site.<br />
<br />
My problem is that if I replace address="https://www.testdemo.com/" with an internal network address I get a connection error from the "phyphox" application.<br />
<br />
Example address="http//10.1.1.100/" (the mobile is in the same network and has ip 10.1.1.202)<br />
<br />
Is there any limitation to the use of internal network addresses on the phyphox application side? <br />
<br />
I use an iPhone 13 on which I installed phyphox. <br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem with esp32-c3-mini-1]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2122</link>
			<pubDate>Tue, 08 Apr 2025 09:39:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=3707">steplab</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2122</guid>
			<description><![CDATA[i tried to upload  the basic example "Create Experiment.ino"  inot ESP32-C3-MINI-1<br />
<br />
when i try to connect to the device i receive this error message:<br />
Bluetooth experiment error<br />
The transmitted experiment data  is <br />
corrupted ( could not write  descriptor)<br />
<br />
with other version of ESP32 ( e.g. S3) everithing works fine.<br />
<br />
any idea ?]]></description>
			<content:encoded><![CDATA[i tried to upload  the basic example "Create Experiment.ino"  inot ESP32-C3-MINI-1<br />
<br />
when i try to connect to the device i receive this error message:<br />
Bluetooth experiment error<br />
The transmitted experiment data  is <br />
corrupted ( could not write  descriptor)<br />
<br />
with other version of ESP32 ( e.g. S3) everithing works fine.<br />
<br />
any idea ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to use movingaverage]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2119</link>
			<pubDate>Mon, 31 Mar 2025 15:31:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5940">SiFreZi</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2119</guid>
			<description><![CDATA[Hi,<br />
<br />
I am trying to use the movingaverage function and am constantly failing.<br />
I have no clue how that function should work.<br />
Can someone please post a simple example?<br />
My not working code looks like this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;phyphox xmlns="https://phyphox.org/xml" version="1.18"&gt;
  &lt;title&gt;New Experiment&lt;/title&gt;
  &lt;category&gt;No Category&lt;/category&gt;
  &lt;data-containers&gt;
    &lt;container size="0"&gt;x&lt;/container&gt;
    &lt;container size="0"&gt;xAvg&lt;/container&gt;
  &lt;/data-containers&gt;
  &lt;input&gt;
    &lt;sensor type="linear_acceleration"&gt;
      &lt;output component="x"&gt;x&lt;/output&gt;
    &lt;/sensor&gt;
  &lt;/input&gt;
  &lt;analysis&gt;
    &lt;movingaverage&gt;
      &lt;input as="data"&gt;x&lt;/input&gt;
      &lt;input as="width" type="value"&gt;10&lt;/input&gt;
      &lt;output as="data"&gt;xAvg&lt;/output&gt;
    &lt;/movingaverage&gt;
  &lt;/analysis&gt;
  &lt;views&gt;
    &lt;view label="New View"&gt;
      &lt;value label="xAvg"&gt;
        &lt;input&gt;xAvg&lt;/input&gt;
      &lt;/value&gt;
    &lt;/view&gt;
  &lt;/views&gt;
&lt;/phyphox&gt;</code></div></div>]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am trying to use the movingaverage function and am constantly failing.<br />
I have no clue how that function should work.<br />
Can someone please post a simple example?<br />
My not working code looks like this:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;phyphox xmlns="https://phyphox.org/xml" version="1.18"&gt;
  &lt;title&gt;New Experiment&lt;/title&gt;
  &lt;category&gt;No Category&lt;/category&gt;
  &lt;data-containers&gt;
    &lt;container size="0"&gt;x&lt;/container&gt;
    &lt;container size="0"&gt;xAvg&lt;/container&gt;
  &lt;/data-containers&gt;
  &lt;input&gt;
    &lt;sensor type="linear_acceleration"&gt;
      &lt;output component="x"&gt;x&lt;/output&gt;
    &lt;/sensor&gt;
  &lt;/input&gt;
  &lt;analysis&gt;
    &lt;movingaverage&gt;
      &lt;input as="data"&gt;x&lt;/input&gt;
      &lt;input as="width" type="value"&gt;10&lt;/input&gt;
      &lt;output as="data"&gt;xAvg&lt;/output&gt;
    &lt;/movingaverage&gt;
  &lt;/analysis&gt;
  &lt;views&gt;
    &lt;view label="New View"&gt;
      &lt;value label="xAvg"&gt;
        &lt;input&gt;xAvg&lt;/input&gt;
      &lt;/value&gt;
    &lt;/view&gt;
  &lt;/views&gt;
&lt;/phyphox&gt;</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Wrong Unit in "Zentripetalbeschleunigung"]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2098</link>
			<pubDate>Mon, 03 Mar 2025 11:49:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5881">Beeblebrox-ZZ9</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2098</guid>
			<description><![CDATA[Hi there,<br />
<br />
thanks for your great app. I have just a small bug to report. Isn't there a wrong unit in "Zentripetalbeschleunigung" -&gt; "Quadratische Auftragung"? I think it should be "(rad/s)^2" instead of "(rad/s^2)".<br />
<br />
Greetings<br />
<br />
Beeblebrox-ZZ9]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
thanks for your great app. I have just a small bug to report. Isn't there a wrong unit in "Zentripetalbeschleunigung" -&gt; "Quadratische Auftragung"? I think it should be "(rad/s)^2" instead of "(rad/s^2)".<br />
<br />
Greetings<br />
<br />
Beeblebrox-ZZ9]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Problem getting <network> to save and get send messages to my web server]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2093</link>
			<pubDate>Fri, 07 Feb 2025 23:11:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5834">kencottrell</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2093</guid>
			<description><![CDATA[I am trying to setup the GPS app to send info to my local python flask web service / sensor-data endpoint.<br />
<br />
I've editted the .phyphox file to include this entry, then loaded into a new experiment and used QR to create my new experiment. However I do not see the network block in the generated XML nor do I see any updates to &lt;&gt;/config output. Can you see anything wrong?<br />
...<br />
&lt;network&gt;<br />
&lt;connection id="gps_stream" service="http/post" address="http:---.---.---.---/sensor-data" interval="1"&gt;<br />
&lt;send id="gps_latitude" type="buffer" datatype="number" keep="false"&gt;lat&lt;/send&gt;<br />
&lt;send id="gps_longitude" type="buffer" datatype="number" keep="false"&gt;lon&lt;/send&gt;<br />
&lt;send id="gps_longitude" type="buffer" datatype="number" keep="false"&gt;z&lt;/send&gt;<br />
&lt;/connection&gt;<br />
&lt;/network&gt;<br />
...<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/phyphox.png" title="phyphox experiment configuration" border="0" alt=".phyphox" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=723" target="_blank" title="">Kens 250207 GPS.phyphox</a> (Size: 10.97 KB / Downloads: 399)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I am trying to setup the GPS app to send info to my local python flask web service / sensor-data endpoint.<br />
<br />
I've editted the .phyphox file to include this entry, then loaded into a new experiment and used QR to create my new experiment. However I do not see the network block in the generated XML nor do I see any updates to &lt;&gt;/config output. Can you see anything wrong?<br />
...<br />
&lt;network&gt;<br />
&lt;connection id="gps_stream" service="http/post" address="http:---.---.---.---/sensor-data" interval="1"&gt;<br />
&lt;send id="gps_latitude" type="buffer" datatype="number" keep="false"&gt;lat&lt;/send&gt;<br />
&lt;send id="gps_longitude" type="buffer" datatype="number" keep="false"&gt;lon&lt;/send&gt;<br />
&lt;send id="gps_longitude" type="buffer" datatype="number" keep="false"&gt;z&lt;/send&gt;<br />
&lt;/connection&gt;<br />
&lt;/network&gt;<br />
...<br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/phyphox.png" title="phyphox experiment configuration" border="0" alt=".phyphox" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=723" target="_blank" title="">Kens 250207 GPS.phyphox</a> (Size: 10.97 KB / Downloads: 399)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[IOS build instructions]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2090</link>
			<pubDate>Sun, 02 Feb 2025 17:30:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5826">nike_nr</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2090</guid>
			<description><![CDATA[Hey - tried to build the IOS version of the app yesterday on Xcode 16.2/Mac OS 15.2. The JXLS and ZipZap libraries seem to be missing, and or out of date when I down loaded them and tried to compile them separately. <br />
<br />
Are there build instructions?<br />
<br />
<img src="https://phyphox.org/forums/images/smilies/huh.png" alt="Huh" title="Huh" class="smilie smilie_17" />]]></description>
			<content:encoded><![CDATA[Hey - tried to build the IOS version of the app yesterday on Xcode 16.2/Mac OS 15.2. The JXLS and ZipZap libraries seem to be missing, and or out of date when I down loaded them and tried to compile them separately. <br />
<br />
Are there build instructions?<br />
<br />
<img src="https://phyphox.org/forums/images/smilies/huh.png" alt="Huh" title="Huh" class="smilie smilie_17" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Missing JXLS and ZipZap frameworks, in Xcode]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2089</link>
			<pubDate>Sun, 02 Feb 2025 05:28:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5826">nike_nr</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2089</guid>
			<description><![CDATA[Trying to build PhyPhox app from source code for iPhone to customize it. Missing JXLS and ZipZap frameworks, in Xcode<br />
<br />
Hints?]]></description>
			<content:encoded><![CDATA[Trying to build PhyPhox app from source code for iPhone to customize it. Missing JXLS and ZipZap frameworks, in Xcode<br />
<br />
Hints?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Values of the acceleration]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2087</link>
			<pubDate>Fri, 31 Jan 2025 10:32:32 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5821">Mamboleoo</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2087</guid>
			<description><![CDATA[Hello,<br />
I'm currently working on a lesson for my computer science class with my students to explore all the sensors available in a phone.<br />
I'm trying to understand how the acceleration values from my graph.<br />
My experiment is to drop my phone from 1.5m up and to check the values of the acceleration.<br />
In attachment you cans see I'm having two high positive values that are matching the two falls from different heights (second one is higher).<br />
<br />
My question is why is my phoning detecting a positive acceleration of &gt;60m/s² as the phone shouldn't really accelerate more than the gravity (9.81m/s²).<br />
From what I concluded, the high value corresponds to when my phone hits the ground (blanket), but why does the phone captures an acceleration.<br />
<br />
Sorry if this is more of a general science question than about the phone, but I'm having trouble understanding the results here.<br />
Thank you for your help!<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=721" target="_blank" title="">IMG_1200.PNG</a> (Size: 185.92 KB / Downloads: 705)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hello,<br />
I'm currently working on a lesson for my computer science class with my students to explore all the sensors available in a phone.<br />
I'm trying to understand how the acceleration values from my graph.<br />
My experiment is to drop my phone from 1.5m up and to check the values of the acceleration.<br />
In attachment you cans see I'm having two high positive values that are matching the two falls from different heights (second one is higher).<br />
<br />
My question is why is my phoning detecting a positive acceleration of &gt;60m/s² as the phone shouldn't really accelerate more than the gravity (9.81m/s²).<br />
From what I concluded, the high value corresponds to when my phone hits the ground (blanket), but why does the phone captures an acceleration.<br />
<br />
Sorry if this is more of a general science question than about the phone, but I'm having trouble understanding the results here.<br />
Thank you for your help!<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="PNG Image" border="0" alt=".png" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=721" target="_blank" title="">IMG_1200.PNG</a> (Size: 185.92 KB / Downloads: 705)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>