<?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>Fri, 17 Apr 2026 09:08:55 +0000</pubDate>
		<generator>MyBB</generator>
		<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: 28)
<!-- 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: 41)
<!-- 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: 26)
<!-- 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: 28)
<!-- 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: 41)
<!-- 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: 26)
<!-- 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: 33)
<!-- 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: 33)
<!-- 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: 44)
<!-- 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: 44)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[RPM based on light or color?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2226</link>
			<pubDate>Tue, 20 Jan 2026 21:15:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6374">ronco66</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2226</guid>
			<description><![CDATA[I use the Camera Stopwatch Color to measure RPM of pulleys by placing a piece of blue tape on the pulley then measuring between 2 peaks inverting the time and multiplying by 60. It would be great if there was a way to automate this for realtime measurements.]]></description>
			<content:encoded><![CDATA[I use the Camera Stopwatch Color to measure RPM of pulleys by placing a piece of blue tape on the pulley then measuring between 2 peaks inverting the time and multiplying by 60. It would be great if there was a way to automate this for realtime measurements.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Heart rate monitor]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2224</link>
			<pubDate>Thu, 08 Jan 2026 15:12:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6362">dirkmayer</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2224</guid>
			<description><![CDATA[Hi, <br />
<br />
I was wondering whether the newly integrated camera based sensors could be of use to improvise a heart rate monitor (similar to the google fit app). <br />
<br />
Is there a means to set up a custom experiment using the camera? Currently I can't find it in the list of sensors when designing a simple experiment. <br />
<br />
This would enable a data fusion of sensors, e.g. the IMU, to enhance the quality of the results.<br />
<br />
Cheers,<br />
<br />
Dirk]]></description>
			<content:encoded><![CDATA[Hi, <br />
<br />
I was wondering whether the newly integrated camera based sensors could be of use to improvise a heart rate monitor (similar to the google fit app). <br />
<br />
Is there a means to set up a custom experiment using the camera? Currently I can't find it in the list of sensors when designing a simple experiment. <br />
<br />
This would enable a data fusion of sensors, e.g. the IMU, to enhance the quality of the results.<br />
<br />
Cheers,<br />
<br />
Dirk]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Screen Off for Long Term Experiments]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2222</link>
			<pubDate>Tue, 06 Jan 2026 15:38:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6357">LongTermExperiments</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2222</guid>
			<description><![CDATA[I don't know if there is a workaround for this already or if it would be a new feature request.<br />
<br />
I want to run a long term experiment, where I leave the android phone in one location, untouched, plugged in, collecting data for days (at low enough frequency to keep the data manageable). I'd like to not have the screen have to be constantly on for the entire time. I'm happy to use remote access to monitor it and download the data when complete, but right now, any time an experiment is running, regardless of whether it was started locally or remotely, it keeps the screen on. I can't start an experiment remotely if the screen is off. As soon as I turn the screen off manually (because it won't turn off on its own setting), the experiment stops collecting data.<br />
<br />
It may be the case that this is an inherent limitation in Android, but I haven't seen anything in the forums clearly stating that it is.]]></description>
			<content:encoded><![CDATA[I don't know if there is a workaround for this already or if it would be a new feature request.<br />
<br />
I want to run a long term experiment, where I leave the android phone in one location, untouched, plugged in, collecting data for days (at low enough frequency to keep the data manageable). I'd like to not have the screen have to be constantly on for the entire time. I'm happy to use remote access to monitor it and download the data when complete, but right now, any time an experiment is running, regardless of whether it was started locally or remotely, it keeps the screen on. I can't start an experiment remotely if the screen is off. As soon as I turn the screen off manually (because it won't turn off on its own setting), the experiment stops collecting data.<br />
<br />
It may be the case that this is an inherent limitation in Android, but I haven't seen anything in the forums clearly stating that it is.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Optical tachometer?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2216</link>
			<pubDate>Fri, 12 Dec 2025 23:20:52 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=6328">Lathechuck</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2216</guid>
			<description><![CDATA[Is it possible to use fluctuations in the light sensor to measure the rate of a flashing light, or periodically masked light source?]]></description>
			<content:encoded><![CDATA[Is it possible to use fluctuations in the light sensor to measure the rate of a flashing light, or periodically masked light source?]]></content:encoded>
		</item>
	</channel>
</rss>