I'm aware of the CC3200 LaunchPad problem where Smart Config will not work with routers (such as the Apple Airport Extreme - 802.11ac) at 5 GHz or MIMO. I'm assuming that you still can get the CC3200 to connect to such a router if you configure it via some other method (e.g. embedded web server, hard coded credentials in the code, etc.).
Using the oob demo code as the basis of my testing, here's what I found...
Configuration procedure:
1. bring up the board in AP mode (via the jumper on P58-VCC)
2. connect to it via a smartphone (iPhone) and access embedded web server at http://mysimplelink.net
3. go to the Profiles page and configure a profile for your network, then click "Add" button and confirm profile was added
4. remove P58-VCC jumper, then reset the board => board should attempt to connect to the network as configured in the profiles
Results (all using Apple Airport Extreme router):
- network with no security => success!!!
- network with WPA/WPA2 security => fails to connect
- network with WPA2 security => fails to connect
So in summary, the CC3200 can connect to a Apple Airport Extreme when there is no security configured but why does it fail to connect when security is enabled?
Also - why does the "Security Key" need to be entered in hexadecimal notation rather than just ascii???
Craig