Hi All,
I am using CC3200 Smart Config Technology in my Application. I have successfully implemented the Smart Config application given in the SDK.
I am able to see the cc3200 device under device tab. It gets connected to the simplelink.net through the SSID and password which we give before
naming the device. As per the document ,It can store different profiles based on SSIDs and passwords under the 'set up' tab.
- Can any one throw some light how this smart config work ? How device switches between profiles and connects to different networks(please explain stepwise),
since the app does not have 'connect tab'. How to disconnect from existing network and connect to other ?
Also If I run the getting _started_wlan_station example, the SSID and the password are hard coded in common.h
So what SSID and password should I set there or there is no need of SSID and password as these are going to be configured by the app only.
If I run a putty terminal I should be able to see the network name, it is connecting to, since the device is in station mode....please correct me if I'm wrong here.
Does the CC3200 get connected to a network according to the priority we set in the app. How to check CC3200 has disconnected from one network and connected to other.
Thanks ahead in time.