01-13-2023, 10:31 PM
(01-09-2023, 11:09 AM)Dominik Dorsel Wrote: Hey Mauro,
are you working with our phyphoxBLE-Arduino library? If so you have to insert the uuid:
Code:cddf1002-30f7-4671-8b43-5e40ba53514a
We used these when initializing the server (GitHub).
Furthermore you have to specify which type of data is send. If you are using our library you will probably send float values - so use the conversion function "float32LittleEndian".
Feel free to ask if you have further questions. Unfortunately we dont have written guide/tutorial on this topic since most of these parameter/terms are bluetooth low energy specific and therefore too much overhead for our normal users.
Cheers
Dominik
Thank you Dominik,
I have one more question: I would like to send to Phyphox a series of data of a few seconds of duration in cycles, like I am recording a movement which is repetitive. So I would like to see specifically the graphs regenerated from scratch and restart anew. How can I achieve this in the Editor?
Thank you,
Mauro