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" . Thanks and let us know.
I am not aware that someone has already done this. However, if this heart rate sensor follows the BLE standards (and I know that I have successfully tested some Polar sensor, but I do not know the model), you should be able to set up a simple version with our editor at https://phyphox.org/editor by combining the heart rate experiment and the GPS one. Unfortunately, the editor does not have a merge function and both are a bit more complicated than just plotting the data (Heart Rate needs some details for BLE communication and GPS some conversions if you do not only want to see raw coordinates).
So, attached you will find a version that is pretty much both configurations packed together (minus translations that do not exist for the Bluetooth experiments).
Note that this is currently just the raw data from both sources independently. They have their own timestamps and are not plotted together. Let me know if you need more.