-
Notifications
You must be signed in to change notification settings - Fork 67
Description
As I mentioned in this post
https://phyphox.org/forums/showthread.php?tid=1634
I wasnt able to connect a BLE peripheral if the experiment was loaded via QR code (generated with the phyphox editor).
However, if the BLE peripheral includes the custom BLE Phyphox UUIDs (service + experiment char) the app downloads the experiment and then connects without a problem.
How to reproduce
Create an experiment with phyphox editor that includes a BLE characteristic as input. Load the experiment via QR code in the app and then wait for the app to connect to the BLE peripheral that includes the characteristic described (which wont). However if you embed the xml in the char. descibed in the BLE wiki for phyphox it downloads the experiment and the connects without a problem.
As mentioned in the forum I am developing a BLE peripheral with Zephyr OS and another low resource mcu. As I wanted to reduce the load of adding an xml file in ram or flash I was trying to load the experiment via QR. Unfortunately I dont have a simple example so the problem cant be reproduced on your end. If you have either an NRF52 SoC or ESP32 I could build an example this week so you can test it on your end.
BR
Victor