10-13-2022, 09:22 PM
I started testing phyphox and developed a BLE peripheral with zephyr OS. It works as expected for an NRF52833 where I have embedded the xml in the device and can start a experiment. So far I think I understand how to integrate custom BLE peripherals. My question is what if the XML is not embedded in the device?
I have another smaller MCU with less RAM/Flash and would like to describe the experiment in XML and then connect to the device. Unfortunately the phyphox app tells me 'Bluetooth connection could not be opened. Error for the device with the name "MyArbitraryName" '.
What does the Phyphox app look for to connect for the device? Just the Name? The other device I integrated works fine as it uses the custom UUID designed for PHYphox. Do BLE peripherals that want to communicate with phyphox with an external xml need to also define the UUIDs as mentioned in the BLE wiki?
Best regards,
Victor
I have another smaller MCU with less RAM/Flash and would like to describe the experiment in XML and then connect to the device. Unfortunately the phyphox app tells me 'Bluetooth connection could not be opened. Error for the device with the name "MyArbitraryName" '.
What does the Phyphox app look for to connect for the device? Just the Name? The other device I integrated works fine as it uses the custom UUID designed for PHYphox. Do BLE peripherals that want to communicate with phyphox with an external xml need to also define the UUIDs as mentioned in the BLE wiki?
Best regards,
Victor