This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

"Mashing" smartphone GSP and Arduino sensor data
#1
Hi,

not sure if this is the right subforum, please move if necessary.

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:

1) Reading Arduino data in Phyphox
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 

<bluetooth name="R4_Test" mode="poll" rate="1">
      <config char="cddf1002-30f7-4671-8b43-5e40ba53514a" conversion="float32LittleEndian">TestValue</config>
</bluetooth>

Happy if somebody has a hint, but I would prefer to get #2 working - just mentioning #1 in case #2 is not possible

2) Reading smartphone GSP data from Arduino
In the phyphoxBLE library I do not find any GPS / Location sensor

#define SENSOR_ACCELEROMETER "accelerometer"
#define SENSOR_ACCELEROMETER_WITHOUT_G "linear_acceleration"
#define SENSOR_GYROSCOPE "gyroscope"
#define SENSOR_MAGNETOMETER "magnetometer"
#define SENSOR_PRESSURE "pressure"
#define SENSOR_TEMPERATURE "temperature"
#define SENSOR_LIGHT "light"
#define SENSOR_HUMIDITY "humidity"
#define SENSOR_PROXIMITY "proximity"

Is it impossible to read GPS via phyphox library on the Arduino?

Cheers
B.
Reply


Messages In This Thread
"Mashing" smartphone GSP and Arduino sensor data - by LordHefekloß - 03-11-2026, 10:28 PM

Forum Jump: