Other Parts Discussed in Thread: CC3220SF
Hello,
I am looking for help provisioning a CC3220SF with WiFi credentials using the Wi-Fi Starter Pro app on iOS.
I was able to get the "Wi-Fi Provisioning" lab in SimpleLink Academy working fine with the Wi-Fi Starter Pro app version that is on the App Store. Because I'd like to implement provisioning in my own app, I am attempting to get this app working when built from the source code, which I downloaded from www.ti.com/.../wifistarterpro.
Here are the steps I'm taking, while running the Provisioning example on the CC3220SF:
-Start the app while connected to my network.
-Click the "Device to configure / Search for your device" field, and connect to the mysimplelink network from the iOS Settings page.
-Return to the app.
-Click on "OK" on the popup.
At this point, I see a progress activity spinner "Checking for device version", that eventually times out with the error message "Application cannot configure the selected device. Either you have selected a non-SimpleLink device or you have selected a SimpleLink device which supports only legacy provisioning sequence. Please choose another SimpleLink device"
Xcode output below:
=====
2017-05-16 14:38:29.606129-0400 SimpleLink provisioning[2516:565679] Trying to fetch version
2017-05-16 14:38:29.607806-0400 SimpleLink provisioning[2516:566389] getProductVersionFromUrl
2017-05-16 14:38:29:606 SimpleLink provisioning[2516:565679] getProductVersionFromUrl
2017-05-16 14:38:29.682213-0400 SimpleLink provisioning[2516:565679] Failed, trying again in 2 seconds
2017-05-16 14:38:29.682731-0400 SimpleLink provisioning[2516:566311] getProductVersionFromUrl The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
2017-05-16 14:38:29:682 SimpleLink provisioning[2516:565679] getProductVersionFromUrl The operation couldn’t be completed. (NSURLErrorDomain error -1012.)
=====
Any idea what the problem could be? After the above attempt, I'm able to download the version of the Wi-Fi Starter Pro app from the app store and perform AP provisioning successfully. I noticed the UI and app version numbers are different between the App Store and source code version. Is there any way to get a copy of the App Store version's source?
Thank you,
Brendan