<?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 - All Forums]]></title>
		<link>https://phyphox.org/forums/</link>
		<description><![CDATA[phyphox Forums - https://phyphox.org/forums]]></description>
		<pubDate>Sat, 30 May 2026 07:42:46 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Uploading data]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2346</link>
			<pubDate>Wed, 27 May 2026 14:32:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6781">ACalvin15</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2346</guid>
			<description><![CDATA[Hello,<br />
I had a question regarding whether there is any way to upload externally collected sensor/data files into the app for analysis or visualization.<br />
More specifically, I was curious if it would be possible to use uploaded data to analyze things such as barometric pressure changes from an event like a gunshot or other impulse-type event, rather than only using live sensor data collected directly from the phone.<br />
I know Phyphox can record pressure sensor data live from supported devices, but I was wondering if there is any capability for importing datasets afterward for review, graphing, or comparison.<br />
Any insight would be appreciated. Thanks!]]></description>
			<content:encoded><![CDATA[Hello,<br />
I had a question regarding whether there is any way to upload externally collected sensor/data files into the app for analysis or visualization.<br />
More specifically, I was curious if it would be possible to use uploaded data to analyze things such as barometric pressure changes from an event like a gunshot or other impulse-type event, rather than only using live sensor data collected directly from the phone.<br />
I know Phyphox can record pressure sensor data live from supported devices, but I was wondering if there is any capability for importing datasets afterward for review, graphing, or comparison.<br />
Any insight would be appreciated. Thanks!]]></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) {<br />
&nbsp;&nbsp; destvalue = readValue;<br />
}</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) {<br />
&nbsp;&nbsp; destvalue = readValue;<br />
}</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[Hilfe: Web-Dashboard für ferngesteuertes Auto]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2260</link>
			<pubDate>Wed, 22 Apr 2026 19:27:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6635">Jonny777</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2260</guid>
			<description><![CDATA[Hallo :-) <br />
<br />
Ich arbeite grade an meinem Bachelorprojekt und bräuchte euren Rat. Ich möchte ein Smartphone auf ein ferngesteuertes Auto befesteigen um die Fahrdynamik zu tracken und die Live-Daten in ein Web Dashboard zu übertragen.<br />
<br />
Mein Ziel ist es, die JSON Daten aus dem Experiment "Beschleunigung ohne g" per Fernzugriff auf mein Tablet zu senden und Geschwindigkeit, Brems und Kurvenverhalten in einem selbstgebauten Dashboard mit Balken anzuzeigen. Das HTML Gerüst ist fertig und ich hab es mit der Java Script "fetch" Funktion probiert, aber es funktioniert noch nicht. Könnt ihr mir da eventuell weiterhelfen? Oder wisst ihr zufällig, ob es für so ein Web-Dashboard schon fertige Code Beispiele gibt oder ob jemand aus der Community schon mal etwas Ähnliches umgesetzt hat?  <br />
<br />
Ich wäre über jeden Tipp super dankbar!]]></description>
			<content:encoded><![CDATA[Hallo :-) <br />
<br />
Ich arbeite grade an meinem Bachelorprojekt und bräuchte euren Rat. Ich möchte ein Smartphone auf ein ferngesteuertes Auto befesteigen um die Fahrdynamik zu tracken und die Live-Daten in ein Web Dashboard zu übertragen.<br />
<br />
Mein Ziel ist es, die JSON Daten aus dem Experiment "Beschleunigung ohne g" per Fernzugriff auf mein Tablet zu senden und Geschwindigkeit, Brems und Kurvenverhalten in einem selbstgebauten Dashboard mit Balken anzuzeigen. Das HTML Gerüst ist fertig und ich hab es mit der Java Script "fetch" Funktion probiert, aber es funktioniert noch nicht. Könnt ihr mir da eventuell weiterhelfen? Oder wisst ihr zufällig, ob es für so ein Web-Dashboard schon fertige Code Beispiele gibt oder ob jemand aus der Community schon mal etwas Ähnliches umgesetzt hat?  <br />
<br />
Ich wäre über jeden Tipp super dankbar!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Does the app support usb sensors?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2250</link>
			<pubDate>Thu, 02 Apr 2026 07:46:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6574">megonemad1</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2250</guid>
			<description><![CDATA[Hi, <br />
<br />
New to the Android app, and not seeing a direct answer in general searching.<br />
<br />
If I where to get a sensor that uses the usb interface and attach it to my phone will the app be able to detect and monitor the sensor? <br />
<br />
Is there a step between being to the sensors on the phone out of the box and building an esp sensor box and connecting to it via Bluetooth? <br />
<br />
While I have a pc for dev the use case is my phone as it's portable and all.<br />
<br />
Ps.<br />
Can experiments be set to run while the app is in the background and/or the screen is locked?]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
New to the Android app, and not seeing a direct answer in general searching.<br />
<br />
If I where to get a sensor that uses the usb interface and attach it to my phone will the app be able to detect and monitor the sensor? <br />
<br />
Is there a step between being to the sensors on the phone out of the box and building an esp sensor box and connecting to it via Bluetooth? <br />
<br />
While I have a pc for dev the use case is my phone as it's portable and all.<br />
<br />
Ps.<br />
Can experiments be set to run while the app is in the background and/or the screen is locked?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Accelerometer and gyroscope simultaneously?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2248</link>
			<pubDate>Sun, 29 Mar 2026 22:45:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6569">Few</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2248</guid>
			<description><![CDATA[Hello, <br />
I'm a brand new user as of this afternoon. Apologies if this question has an obvious answer. I did do a search and didn't turn it up. I have the app working on an iphone and it's great. Is it possible to use two sensors simultaneously? I'd like to detect acceleration and orientation (with the gyroscope) simultaneously. <br />
<br />
Thanks, and thanks to the phyphox team for making such a wonderful app widely available!<br />
<br />
Few]]></description>
			<content:encoded><![CDATA[Hello, <br />
I'm a brand new user as of this afternoon. Apologies if this question has an obvious answer. I did do a search and didn't turn it up. I have the app working on an iphone and it's great. Is it possible to use two sensors simultaneously? I'd like to detect acceleration and orientation (with the gyroscope) simultaneously. <br />
<br />
Thanks, and thanks to the phyphox team for making such a wonderful app widely available!<br />
<br />
Few]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Frequency Slider for Multi Tone Generator]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2244</link>
			<pubDate>Mon, 16 Mar 2026 07:52:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6557">knsummers79</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2244</guid>
			<description><![CDATA[In the simple tone generator there is a slider to change frequency. <br />
<br />
It would be useful and fun if there was a slider for each tone in the multi generator.]]></description>
			<content:encoded><![CDATA[In the simple tone generator there is a slider to change frequency. <br />
<br />
It would be useful and fun if there was a slider for each tone in the multi generator.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA["Mashing" smartphone GSP and Arduino sensor data]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2240</link>
			<pubDate>Wed, 11 Mar 2026 20:28:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6553">LordHefekloß</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2240</guid>
			<description><![CDATA[Hi,<br />
<br />
not sure if this is the right subforum, please move if necessary.<br />
<br />
I am trying to combine the data from an Arduino Uno R4 that has a dust sensor connected with GPS data from a smartphone. I fail with both possibilities:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1) Reading Arduino data in Phyphox</span><br />
I cannot get the BLE handshake on phyphox working when creating own experiments with the editor. Bluetooth connection works, but then I get a "Write error on characteristics UUID cddf1002-...." error message. Tried tons on things and yes, PhyphoxBLE::poll() is called <br />
<br />
&lt;bluetooth name="R4_Test" mode="poll" rate="1"&gt;<br />
      &lt;config char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian"&gt;TestValue&lt;/config&gt;<br />
&lt;/bluetooth&gt;<br />
<br />
Happy if somebody has a hint, but I would prefer to get #2 working - just mentioning #1 in case #2 is not possible<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2) Reading smartphone GSP data from Arduino</span><br />
In the phyphoxBLE library I do not find any GPS / Location sensor<br />
<br />
#define SENSOR_ACCELEROMETER "accelerometer"<br />
#define SENSOR_ACCELEROMETER_WITHOUT_G "linear_acceleration"<br />
#define SENSOR_GYROSCOPE "gyroscope"<br />
#define SENSOR_MAGNETOMETER "magnetometer"<br />
#define SENSOR_PRESSURE "pressure"<br />
#define SENSOR_TEMPERATURE "temperature"<br />
#define SENSOR_LIGHT "light"<br />
#define SENSOR_HUMIDITY "humidity"<br />
#define SENSOR_PROXIMITY "proximity"<br />
<br />
Is it impossible to read GPS via phyphox library on the Arduino?<br />
<br />
Cheers<br />
B.]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
not sure if this is the right subforum, please move if necessary.<br />
<br />
I am trying to combine the data from an Arduino Uno R4 that has a dust sensor connected with GPS data from a smartphone. I fail with both possibilities:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">1) Reading Arduino data in Phyphox</span><br />
I cannot get the BLE handshake on phyphox working when creating own experiments with the editor. Bluetooth connection works, but then I get a "Write error on characteristics UUID cddf1002-...." error message. Tried tons on things and yes, PhyphoxBLE::poll() is called <br />
<br />
&lt;bluetooth name="R4_Test" mode="poll" rate="1"&gt;<br />
      &lt;config char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian"&gt;TestValue&lt;/config&gt;<br />
&lt;/bluetooth&gt;<br />
<br />
Happy if somebody has a hint, but I would prefer to get #2 working - just mentioning #1 in case #2 is not possible<br />
<br />
<span style="font-weight: bold;" class="mycode_b">2) Reading smartphone GSP data from Arduino</span><br />
In the phyphoxBLE library I do not find any GPS / Location sensor<br />
<br />
#define SENSOR_ACCELEROMETER "accelerometer"<br />
#define SENSOR_ACCELEROMETER_WITHOUT_G "linear_acceleration"<br />
#define SENSOR_GYROSCOPE "gyroscope"<br />
#define SENSOR_MAGNETOMETER "magnetometer"<br />
#define SENSOR_PRESSURE "pressure"<br />
#define SENSOR_TEMPERATURE "temperature"<br />
#define SENSOR_LIGHT "light"<br />
#define SENSOR_HUMIDITY "humidity"<br />
#define SENSOR_PROXIMITY "proximity"<br />
<br />
Is it impossible to read GPS via phyphox library on the Arduino?<br />
<br />
Cheers<br />
B.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Light Frequency with ESP32 and Phyphox]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2239</link>
			<pubDate>Fri, 27 Feb 2026 16:28:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6537">Explliure</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2239</guid>
			<description><![CDATA[<div style="text-align: justify;" class="mycode_align">I'm new to the forum, so greetings to everyone. I'm a high school teacher who has been using Phyphox and its ability to connect sensors via Bluetooth for some time, so I'm very grateful to Sebastian Staacks and his colleagues at RWTH Aachen University, and to everyone who contributes to the forum.</div>
 <br />
I'd like to share an experiment that might be of interest to students studying the altern current.<br />
With a lot of help (I don't know how to program in XML), I managed to get the code to display the brightness variations of light bulbs in Phyphox as a result of being connected to a 50 Hz altern current. The attached screenshot shows the brightness variations and how the time between 10 peaks is 0.10 s, which corresponds to a frequency of 100 Hz, as expected.<br />
 <br />
I'm using a phototransistor (for example, the TEMT6000) and an ESP32 board that sends data via Bluetooth. I've attached the sketch for the ESP32 and the XML file for uploading to Phyphox.<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=777" target="_blank" title="">luz_frecuencia_alta.phyphox</a> (Size: 3.36 KB / Downloads: 46)
<!-- end: postbit_attachments_attachment --><br />
<div style="text-align: justify;" class="mycode_align"> <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=775" target="_blank" title="">Luz_frcuencia_alta_phyphox_pantalla.jpg</a> (Size: 212.71 KB / Downloads: 64)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=776" target="_blank" title="">sketch_luz_frecuencia_alta.zip</a> (Size: 2.11 KB / Downloads: 45)
<!-- end: postbit_attachments_attachment --></div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;" class="mycode_align">I'm new to the forum, so greetings to everyone. I'm a high school teacher who has been using Phyphox and its ability to connect sensors via Bluetooth for some time, so I'm very grateful to Sebastian Staacks and his colleagues at RWTH Aachen University, and to everyone who contributes to the forum.</div>
 <br />
I'd like to share an experiment that might be of interest to students studying the altern current.<br />
With a lot of help (I don't know how to program in XML), I managed to get the code to display the brightness variations of light bulbs in Phyphox as a result of being connected to a 50 Hz altern current. The attached screenshot shows the brightness variations and how the time between 10 peaks is 0.10 s, which corresponds to a frequency of 100 Hz, as expected.<br />
 <br />
I'm using a phototransistor (for example, the TEMT6000) and an ESP32 board that sends data via Bluetooth. I've attached the sketch for the ESP32 and the XML file for uploading to Phyphox.<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=777" target="_blank" title="">luz_frecuencia_alta.phyphox</a> (Size: 3.36 KB / Downloads: 46)
<!-- end: postbit_attachments_attachment --><br />
<div style="text-align: justify;" class="mycode_align"> <!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=775" target="_blank" title="">Luz_frcuencia_alta_phyphox_pantalla.jpg</a> (Size: 212.71 KB / Downloads: 64)
<!-- end: postbit_attachments_attachment --><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://phyphox.org/forums/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=776" target="_blank" title="">sketch_luz_frecuencia_alta.zip</a> (Size: 2.11 KB / Downloads: 45)
<!-- end: postbit_attachments_attachment --></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Camera GUI not allowing full exposure controls]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2238</link>
			<pubDate>Wed, 11 Feb 2026 21:04:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6526">wuppel</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2238</guid>
			<description><![CDATA[After editing the experiment Camera -&gt; Brightness (Luminance) the camera-GUI in the app only shows the simple controls no matter what value is defined in the parameter "exposureAdjustmentLevel". <br />
When using the original experiment in the same app the full controls are shown.<br />
<br />
Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;camera-gui label="Vorschau" exposureAdjustmentLevel="3" grayscale="true" markOverexposure="ff0000" markUnderexposure="0000ff"/&gt;</code></div></div><br />
<br />
<br />
Also the parameter "showControls" seems to have no effect when used.<br />
<br />
This is true both for an iPhone11 (app version 1.2.0) and for a phone with android 16 (app version 1.2.0).<br />
<br />
What could be the problem with my code (which was generated by the new editor)?<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=773" target="_blank" title="">Helligkeit (Leuchtdichte)_0.2Hz.phyphox</a> (Size: 12.35 KB / Downloads: 57)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[After editing the experiment Camera -&gt; Brightness (Luminance) the camera-GUI in the app only shows the simple controls no matter what value is defined in the parameter "exposureAdjustmentLevel". <br />
When using the original experiment in the same app the full controls are shown.<br />
<br />
Example:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;camera-gui label="Vorschau" exposureAdjustmentLevel="3" grayscale="true" markOverexposure="ff0000" markUnderexposure="0000ff"/&gt;</code></div></div><br />
<br />
<br />
Also the parameter "showControls" seems to have no effect when used.<br />
<br />
This is true both for an iPhone11 (app version 1.2.0) and for a phone with android 16 (app version 1.2.0).<br />
<br />
What could be the problem with my code (which was generated by the new editor)?<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=773" target="_blank" title="">Helligkeit (Leuchtdichte)_0.2Hz.phyphox</a> (Size: 12.35 KB / Downloads: 57)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Is there an Existing Program "Jogger GPS&POLAR"]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2236</link>
			<pubDate>Wed, 04 Feb 2026 13:06:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6516">Gribor</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2236</guid>
			<description><![CDATA[Hi - I am on the search of a Program for Joggers that records the heart rate from Polar H10 E85C192F and adds the Standort (GPS) data. I guess that this exists? If yes, send me the QR Code? If no, how to realize this? My XML level is poor. I did not find a basic description (for real dummies) on how to realize the first "Program"  <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />. Thanks and let us know.]]></description>
			<content:encoded><![CDATA[Hi - I am on the search of a Program for Joggers that records the heart rate from Polar H10 E85C192F and adds the Standort (GPS) data. I guess that this exists? If yes, send me the QR Code? If no, how to realize this? My XML level is poor. I did not find a basic description (for real dummies) on how to realize the first "Program"  <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />. Thanks and let us know.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Error in PHYPhox Editor when generating '(In)elastic collision' experiment]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2234</link>
			<pubDate>Mon, 02 Feb 2026 22:36:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4676">Albino Rafael</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2234</guid>
			<description><![CDATA[I would like to report a possible issue in the phyphox webeditor.<br />
When loading the experiment “(In)elastic collision” in the phyphox webeditor and then selecting “Generate”, the process appears to complete normally. However, when scanning the generated QR code with the phyphox app, the following error message is displayed:<br />
“Line 498: Could not parse buffer with name”.<br />
This behaviour seems to be reproducible and occurs consistently with this specific experiment. Could this be an issue related to the webeditor or to the experiment template itself?<br />
Thank you very much for your support.<br />
<br />
Best regards,<br />
Albino Rafael]]></description>
			<content:encoded><![CDATA[I would like to report a possible issue in the phyphox webeditor.<br />
When loading the experiment “(In)elastic collision” in the phyphox webeditor and then selecting “Generate”, the process appears to complete normally. However, when scanning the generated QR code with the phyphox app, the following error message is displayed:<br />
“Line 498: Could not parse buffer with name”.<br />
This behaviour seems to be reproducible and occurs consistently with this specific experiment. Could this be an issue related to the webeditor or to the experiment template itself?<br />
Thank you very much for your support.<br />
<br />
Best regards,<br />
Albino Rafael]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Recording sound/screen capture while measuring decibel levels]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2233</link>
			<pubDate>Sun, 01 Feb 2026 17:42:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6510">Further</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2233</guid>
			<description><![CDATA[Iphone built in screen recording does not include ambient sound. For now i’ve had to film the phone with another phone next to a audio level meter used to calibrate to provide sound to the readings, this is a hazzle. I would love a feature where the decibel measurement was able to record a sound file simultaneously, or even better; that a screen recording included the sounds measured. Also, in expanded view the graph could show the number reading and calibration status, even in small type.<br />
<br />
Thanx]]></description>
			<content:encoded><![CDATA[Iphone built in screen recording does not include ambient sound. For now i’ve had to film the phone with another phone next to a audio level meter used to calibrate to provide sound to the readings, this is a hazzle. I would love a feature where the decibel measurement was able to record a sound file simultaneously, or even better; that a screen recording included the sounds measured. Also, in expanded view the graph could show the number reading and calibration status, even in small type.<br />
<br />
Thanx]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[exp_error when combining two premade experiments]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2231</link>
			<pubDate>Fri, 30 Jan 2026 13:12:15 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6502">Ross Fleming</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2231</guid>
			<description><![CDATA[hey all, <br />
<br />
I'm trying to combine two experiments for a thesis on the block editor, namely "location (GPS)" and "Acceleration without g". <br />
<br />
here's the link to the QR code and error message on my Reddit account since im not sure how to post an image here<br />
<br />
<a href="https://www.reddit.com/u/AnBuachaillEire/s/yba2V08XrT" target="_blank" rel="noopener" class="mycode_url">https://www.reddit.com/u/AnBuachaillEire/s/yba2V08XrT</a><br />
<br />
This is the line of code that's the problem: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;link label=""&gt;&lt;/link&gt;</code></div></div><br />
Thanks awfully folks <img src="https://phyphox.org/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> <br />
<br />
<hr class="mycode_hr" />]]></description>
			<content:encoded><![CDATA[hey all, <br />
<br />
I'm trying to combine two experiments for a thesis on the block editor, namely "location (GPS)" and "Acceleration without g". <br />
<br />
here's the link to the QR code and error message on my Reddit account since im not sure how to post an image here<br />
<br />
<a href="https://www.reddit.com/u/AnBuachaillEire/s/yba2V08XrT" target="_blank" rel="noopener" class="mycode_url">https://www.reddit.com/u/AnBuachaillEire/s/yba2V08XrT</a><br />
<br />
This is the line of code that's the problem: <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&lt;link label=""&gt;&lt;/link&gt;</code></div></div><br />
Thanks awfully folks <img src="https://phyphox.org/forums/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" /> <br />
<br />
<hr class="mycode_hr" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Encountered a problem about functions and buffers]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2230</link>
			<pubDate>Wed, 28 Jan 2026 13:41:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6494">henchleee</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2230</guid>
			<description><![CDATA[I am testing the button functionality.ESP32 sends datas to Phyphox continuously, I hope to add a dot to the graph every time I press  the button.However,in my phyphox experiment, if I press the button,dots drawn before will be cleared,what's wrong with my experiment? <img src="https://phyphox.org/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /><br />
I'll be thankful if anybody can help me.<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=770" target="_blank" title="">Hooke's Law.phyphox</a> (Size: 1.77 KB / Downloads: 70)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[I am testing the button functionality.ESP32 sends datas to Phyphox continuously, I hope to add a dot to the graph every time I press  the button.However,in my phyphox experiment, if I press the button,dots drawn before will be cleared,what's wrong with my experiment? <img src="https://phyphox.org/forums/images/smilies/sad.png" alt="Sad" title="Sad" class="smilie smilie_8" /><br />
I'll be thankful if anybody can help me.<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=770" target="_blank" title="">Hooke's Law.phyphox</a> (Size: 1.77 KB / Downloads: 70)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>