03-31-2020, 12:58 PM
(03-30-2020, 06:55 PM)RobertGrover Wrote: In addition to sending the file along with the connection, is there a method for a user to add a number of experiments to the end users collection in one action? I am having users scan QR codes for each experiment, but setting up a collection in one action would be less work on the user end.
Yes, both QR codes as well as the transfer discussed here may (and in most cases "should") transfer or point to zip files. These may contain multiple experiments that are offered to the user who may choose to either save them all or pick one to start only the selected one. I think this has not been tested for the Bluetooth transfer as it is already rather slow for a single experiment.
(03-30-2020, 11:58 PM)Uwe Wrote: Hi Sebastian,
thanks a lot.
I wasn't aware of this library (may be I was too focused on ESP32).
Might take me some time to adopt to BLE library for ESP but good chance to learn more details on BLE (still struggeling with some concepts :-( )
Uwe
No need to adopt it to the ESP32. You can try the repository by our PhD student who has already adopted it and who is still developing the library. I just have not yet merged it to the "official" repository as I am not entirely sure if it is currently in a working state as it is even more "work in progress" than the official repo. So, if you like, you can try https://github.com/Dorsel89/phyphox-arduino - just be aware that this is still rather undocumented, the interface will probably still change a lot and it might currently be in a state that is not working properly.