Page 1 of 1

IOS DPP Example (Wifi Easy Connect) esp-idf-provisioning-ios

Posted: Fri Jun 30, 2023 5:18 pm
by shebbys
Hello,

Im using the sample application esp-idf-provisioning-ios repo to setup an ios application to use Wifi Easy Connect (DPP) provisioning for a esp32 device.

The sample code always returns an alert:
"Device could not be scanned. Please try again"

Does this sample code support DPP?

If not, is there any sample code for DPP provisioning esp32 devices using the ios platform?

Thanks

Re: IOS DPP Example (Wifi Easy Connect) esp-idf-provisioning-ios

Posted: Mon Oct 30, 2023 4:06 pm
by agileappco
Hi there

Did you ever get an answer to this? It doesn't seem as though there is a consistent approach across Android and iOS which seems frustrating. I've managed to get a POC working on Android using Wifi Easy Connect but on iOS the options seem to either enroll on to the MFI platform or use the alternative method which is shown here https://developer.apple.com/documentati ... _s_network. The trouble with that as I see it is that the QR code generated to connect to the accessory is not using the Device Provisioning Protocol (DPP) that is used with Wifi Easy Connect on Android so you'd need a different QR sticker for each platform or a unified URL that gives the relevant encoded url from a web server depending on whether the requesting device is Android or iOS.

Hoping you have a bit more information to share?