<?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 - General]]></title>
		<link>https://phyphox.org/forums/</link>
		<description><![CDATA[phyphox Forums - https://phyphox.org/forums]]></description>
		<pubDate>Sun, 03 May 2026 19:17:34 +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["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[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[How to convert rotation rate v/s time graph (gyroscope) to displacement v/s time?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2045</link>
			<pubDate>Thu, 21 Nov 2024 04:22:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5632">Aaryan</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2045</guid>
			<description><![CDATA[I'm working on a bifilar pendulum's damping, and I have taken 60+ readings with the Phyphox gyroscope just to realise that it measures rad/s v/s time and not rad v/s time which is what I need to calculate for damping. Is there any way I can use all this data in CSV to convert it to displacement v/s time?]]></description>
			<content:encoded><![CDATA[I'm working on a bifilar pendulum's damping, and I have taken 60+ readings with the Phyphox gyroscope just to realise that it measures rad/s v/s time and not rad v/s time which is what I need to calculate for damping. Is there any way I can use all this data in CSV to convert it to displacement v/s time?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Sending data back to the input bluetooth device]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=2006</link>
			<pubDate>Tue, 01 Oct 2024 15:59:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5132">milos</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=2006</guid>
			<description><![CDATA[Is it possible to send data back to the input device? I tried adding an output device to the experiment but the app asks for another connection.<br />
<br />
I am specifically looking for sending configuration data that can be changed dynamically through input fields, and not hardcoded in the experiment, like config tag does]]></description>
			<content:encoded><![CDATA[Is it possible to send data back to the input device? I tried adding an output device to the experiment but the app asks for another connection.<br />
<br />
I am specifically looking for sending configuration data that can be changed dynamically through input fields, and not hardcoded in the experiment, like config tag does]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Merging multiple measurements sent as a single value]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1925</link>
			<pubDate>Wed, 21 Aug 2024 18:07:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=5132">milos</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1925</guid>
			<description><![CDATA[I am trying to increase data throughput over Bluetooth, one of my ideas was to pack multiple measurements and send them together, utilizing the whole MTU.<br />
<br />
From what I found, you can append buffers, but I would need to interleave them instead, alternating between all the outputs from Bluetooth input.<br />
Is there a way to unpack this data and serialize it to a buffer?]]></description>
			<content:encoded><![CDATA[I am trying to increase data throughput over Bluetooth, one of my ideas was to pack multiple measurements and send them together, utilizing the whole MTU.<br />
<br />
From what I found, you can append buffers, but I would need to interleave them instead, alternating between all the outputs from Bluetooth input.<br />
Is there a way to unpack this data and serialize it to a buffer?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Arduino - phyphox connection]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1888</link>
			<pubDate>Tue, 04 Jun 2024 12:32:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4733">Ekfereth</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1888</guid>
			<description><![CDATA[I want to make an experiment with two buttons. When each one is pressed it will send a different integer via bluetooth, to the Arduino.  I can't figure out how to combine the two buttons so that only the value of the last one pressed is sent. I'm trying to do using the editor because I'm not familiar with xml. Can you help me?]]></description>
			<content:encoded><![CDATA[I want to make an experiment with two buttons. When each one is pressed it will send a different integer via bluetooth, to the Arduino.  I can't figure out how to combine the two buttons so that only the value of the last one pressed is sent. I'm trying to do using the editor because I'm not familiar with xml. Can you help me?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The formula of deecibel calibration]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1857</link>
			<pubDate>Fri, 26 Jan 2024 08:51:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4823">launcher</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1857</guid>
			<description><![CDATA[I did some experiments about Audio Amplitude , but  I have three question about calibration.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Questions</span><ul class="mycode_list"><li>What is "Calibration offset"? <br />
</li>
<li>What is the formula of "Calibration offset"?<br />
</li>
<li>What is the formula of Refebrence SPL , and how is it calibrated from the original value?<br />
</li>
</ul>
<br />
If you know something about these question , send posts here , please.]]></description>
			<content:encoded><![CDATA[I did some experiments about Audio Amplitude , but  I have three question about calibration.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Questions</span><ul class="mycode_list"><li>What is "Calibration offset"? <br />
</li>
<li>What is the formula of "Calibration offset"?<br />
</li>
<li>What is the formula of Refebrence SPL , and how is it calibrated from the original value?<br />
</li>
</ul>
<br />
If you know something about these question , send posts here , please.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PHYPHOX TO]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1854</link>
			<pubDate>Sun, 21 Jan 2024 10:01:27 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4816">Hydro1e</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1854</guid>
			<description><![CDATA[Hello, I am currently working on a personal project. However, I need to send the data collected by phyphox to Python. I modeled the following program based on the depth sensor (lidar) category, but in the Python console, it gets stuck at d=0.2m. I want to obtain the real-time distance from my phone to the object in Python. THANK YOU! Here's my code (PS: I'm hiding my IP):<br />
<br />
PP_ADDRESS = "XXXXXXX"<br />
PP_CHANNELS = ["d"]<br />
<br />
import requests<br />
import time<br />
<br />
while True:<br />
    try:<br />
        url = PP_ADDRESS + "/get?" + ("&amp;".join(PP_CHANNELS))<br />
        data = requests.get(url=url).json()  <br />
        for i, control in enumerate(PP_CHANNELS):<br />
            value = data["buffer"][PP_CHANNELS[i]]["buffer"][0]<br />
            print("Channel " + str(control) + " = " + str(value))<br />
    except Exception as e:<br />
        print("An error occurred:", e)<br />
    time.sleep(1)]]></description>
			<content:encoded><![CDATA[Hello, I am currently working on a personal project. However, I need to send the data collected by phyphox to Python. I modeled the following program based on the depth sensor (lidar) category, but in the Python console, it gets stuck at d=0.2m. I want to obtain the real-time distance from my phone to the object in Python. THANK YOU! Here's my code (PS: I'm hiding my IP):<br />
<br />
PP_ADDRESS = "XXXXXXX"<br />
PP_CHANNELS = ["d"]<br />
<br />
import requests<br />
import time<br />
<br />
while True:<br />
    try:<br />
        url = PP_ADDRESS + "/get?" + ("&amp;".join(PP_CHANNELS))<br />
        data = requests.get(url=url).json()  <br />
        for i, control in enumerate(PP_CHANNELS):<br />
            value = data["buffer"][PP_CHANNELS[i]]["buffer"][0]<br />
            print("Channel " + str(control) + " = " + str(value))<br />
    except Exception as e:<br />
        print("An error occurred:", e)<br />
    time.sleep(1)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Send textual input from phyphox to Arduino]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1850</link>
			<pubDate>Thu, 11 Jan 2024 15:10:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4809">terrain_inconnu</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1850</guid>
			<description><![CDATA[In the <a href="https://github.com/phyphox/phyphox-arduino/blob/master/examples/getDataFromSmartphone/getDataFromSmartphone.ino" target="_blank" rel="noopener" class="mycode_url">getDataFromSmartphone</a> example sketch, the user can send a time interval from phyphox to Arduino. Is it possible to also send text (i.e. char) instead of a number via BLE?<br />
<br />
Additional question: can one send multiple user entries or is this limited to one input?]]></description>
			<content:encoded><![CDATA[In the <a href="https://github.com/phyphox/phyphox-arduino/blob/master/examples/getDataFromSmartphone/getDataFromSmartphone.ino" target="_blank" rel="noopener" class="mycode_url">getDataFromSmartphone</a> example sketch, the user can send a time interval from phyphox to Arduino. Is it possible to also send text (i.e. char) instead of a number via BLE?<br />
<br />
Additional question: can one send multiple user entries or is this limited to one input?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Light sensor experiment shows too high of a value]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1818</link>
			<pubDate>Thu, 19 Oct 2023 23:13:46 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4688">print118</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1818</guid>
			<description><![CDATA[So I was playing around with the light sensor experiment by shining my phones lux meter with a flashlight. The value at its best was a little over a million lux, which is to be expected at very short distances. The problem is that my phones lux sensor is only rated to 60000lux, evident by the apps device info tab and the manufacturers datasheet. The question is, how can it display higher values than what the sensor is rated for?<br />
<br />
My phone is a Samsung galaxy S10e, SM-G970F<br />
The lux sensor in it is a: TCS3407]]></description>
			<content:encoded><![CDATA[So I was playing around with the light sensor experiment by shining my phones lux meter with a flashlight. The value at its best was a little over a million lux, which is to be expected at very short distances. The problem is that my phones lux sensor is only rated to 60000lux, evident by the apps device info tab and the manufacturers datasheet. The question is, how can it display higher values than what the sensor is rated for?<br />
<br />
My phone is a Samsung galaxy S10e, SM-G970F<br />
The lux sensor in it is a: TCS3407]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Website revamp]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1787</link>
			<pubDate>Mon, 14 Aug 2023 20:07:43 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=1349">Jens Noriʇzsɔɥ</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1787</guid>
			<description><![CDATA[We plan to reorganize our website <a href="https://phyphox.org" target="_blank" rel="noopener" class="mycode_url">https://phyphox.org</a> so that it better suits your needs and you actually find things.<br />
I would like to gather some feedback from your side – perhaps carrying your educator's hat as well as your students' hat and others that are not yet targeted. These items might give you some orientation:<ul class="mycode_list"><li>Your/their expectations and Wishes for the phyphox website<br />
</li>
<li>What do you/they need from the website?<br />
</li>
<li>Why do you/they visit the website, what are you/they looking for?<br />
</li>
<li>What are the most important pages on the website?<br />
</li>
<li>Where do you expect help?<br />
</li>
<li>What information needs to be added or extended?<br />
</li>
<li>What keeps you away from the current website … or would attract you? <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
</li>
</ul>
<br />
I am looking forward to your replies in this thread.  <img src="https://phyphox.org/forums/images/smilies/arrow.png" alt="Arrow" title="Arrow" class="smilie smilie_23" />]]></description>
			<content:encoded><![CDATA[We plan to reorganize our website <a href="https://phyphox.org" target="_blank" rel="noopener" class="mycode_url">https://phyphox.org</a> so that it better suits your needs and you actually find things.<br />
I would like to gather some feedback from your side – perhaps carrying your educator's hat as well as your students' hat and others that are not yet targeted. These items might give you some orientation:<ul class="mycode_list"><li>Your/their expectations and Wishes for the phyphox website<br />
</li>
<li>What do you/they need from the website?<br />
</li>
<li>Why do you/they visit the website, what are you/they looking for?<br />
</li>
<li>What are the most important pages on the website?<br />
</li>
<li>Where do you expect help?<br />
</li>
<li>What information needs to be added or extended?<br />
</li>
<li>What keeps you away from the current website … or would attract you? <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
</li>
</ul>
<br />
I am looking forward to your replies in this thread.  <img src="https://phyphox.org/forums/images/smilies/arrow.png" alt="Arrow" title="Arrow" class="smilie smilie_23" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Question regarding Data collection/Live Experiments]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1780</link>
			<pubDate>Mon, 07 Aug 2023 12:54:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4570">Reason5</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1780</guid>
			<description><![CDATA[Hello <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
I am Currently in my last phase of teacher training and have to present a teaching unit with something "novel" as a part of that.<br />
I'm trying to do Student experiments and collect all results to display, discuss and analyse together on my Laptop, and it seems like phyphox could be able to help me.<br />
<br />
What is the most elegant way to do this? Its mostly experiments already implemented in phyphox if that helps.<br />
<br />
From what I've been able to gather by now, its either possible by creating my own "live-experiment" including network connections <a href="https://phyphox.org/wiki/index.php/Network_Connections" target="_blank" rel="noopener" class="mycode_url">like detailed here</a>, distributing that to the different devices and then doing the data collection and representation on some server Ive set up, or working with remote control. I have some experience programming, but noting regarding networks so far, so I'm not sure how time consuming the first way would be.<br />
<br />
Is phyphox a good tool for this or should I look for different solutions? My School has Cassy and LabQuest sets, but I haven't been able to get it to work with those yet.<br />
<br />
Thanks for your time and the great App! <img src="https://phyphox.org/forums/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></description>
			<content:encoded><![CDATA[Hello <img src="https://phyphox.org/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
I am Currently in my last phase of teacher training and have to present a teaching unit with something "novel" as a part of that.<br />
I'm trying to do Student experiments and collect all results to display, discuss and analyse together on my Laptop, and it seems like phyphox could be able to help me.<br />
<br />
What is the most elegant way to do this? Its mostly experiments already implemented in phyphox if that helps.<br />
<br />
From what I've been able to gather by now, its either possible by creating my own "live-experiment" including network connections <a href="https://phyphox.org/wiki/index.php/Network_Connections" target="_blank" rel="noopener" class="mycode_url">like detailed here</a>, distributing that to the different devices and then doing the data collection and representation on some server Ive set up, or working with remote control. I have some experience programming, but noting regarding networks so far, so I'm not sure how time consuming the first way would be.<br />
<br />
Is phyphox a good tool for this or should I look for different solutions? My School has Cassy and LabQuest sets, but I haven't been able to get it to work with those yet.<br />
<br />
Thanks for your time and the great App! <img src="https://phyphox.org/forums/images/smilies/heart.png" alt="Heart" title="Heart" class="smilie smilie_16" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[get consulting help?]]></title>
			<link>https://phyphox.org/forums/showthread.php?tid=1766</link>
			<pubDate>Mon, 03 Jul 2023 22:41:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://phyphox.org/forums/member.php?action=profile&uid=4515">davidhadden</a>]]></dc:creator>
			<guid isPermaLink="false">https://phyphox.org/forums/showthread.php?tid=1766</guid>
			<description><![CDATA[Hello moderator,<br />
<br />
Please excuse me if it's not appropriate to ask this question.  I'm not a programmer, but I hope to find a student who is experienced with the Phyphox app and would be interested in a small project as a paid intern.  I worked with many college students over the last 20 years as a mentor and teach an Innovation Workshop at (SJSU)San Jose State University here in Silicon Valley.  See attachment.<br />
<br />
I've not been able to find anyone who has experience with Phyphox.  I'd appreciate hearing from anyone who might be interested or knows someone who might be interested<br />
<br />
Dave Hadden<br />
dave@inciona.com]]></description>
			<content:encoded><![CDATA[Hello moderator,<br />
<br />
Please excuse me if it's not appropriate to ask this question.  I'm not a programmer, but I hope to find a student who is experienced with the Phyphox app and would be interested in a small project as a paid intern.  I worked with many college students over the last 20 years as a mentor and teach an Innovation Workshop at (SJSU)San Jose State University here in Silicon Valley.  See attachment.<br />
<br />
I've not been able to find anyone who has experience with Phyphox.  I'd appreciate hearing from anyone who might be interested or knows someone who might be interested<br />
<br />
Dave Hadden<br />
dave@inciona.com]]></content:encoded>
		</item>
	</channel>
</rss>