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.

How to send phyphox file from sensor ?
#2
Yes, it is at the very bottom of the BLE documentation: https://phyphox.org/wiki/index.php/Bluet...m_a_device

Your device needs to advertise a specific service UUID to let phyphox know that this is supported. Phyphox will then subscribe to a specific characteristic and your device needs to send the experiment (zipped, with some additional bytes at the beginning containing size and checksum, see wiki page) in small chunks on that characteristic.

Our Arduino library (https://github.com/Staacks/phyphox-arduino) does this as well. So, you might check out its code to get some idea. (And I need to update this library.)
Reply


Messages In This Thread
How to send phyphox file from sensor ? - by Uwe - 03-30-2020, 09:28 AM
RE: How to send phyphox file from sensor ? - by Sebastian Staacks - 03-30-2020, 10:37 AM

Forum Jump: