Hi all,
I am new to TI community and have got started with using the CC3200 wifi+MCU module, hence also new to using TI chips. I need some guidance with what SimpleLink API's to use for a particular application feature and how to go about with the application flow for doing so. The application feature is as follows: The CC3200 will be connected to internet via the access point or router, but in situation when the internet goes down, the CC3200 should be able to switch automatically to another access point to connect to the internet. And, when the internet of the 1st router is back, the CC3200 should switch back to the 1st router. So, the application basically needs to have the following:
1. A method to store SSID and passwords of two access points---> What API can i use for this?
2. By default connect to the 1st access point
3. When internet is down by 1st router, switch to the second router where internet is available
4. Once internet is back on the first router, the CC3200 should switch back to it.
What is the flow to implement this feature and what are some of the useful Simplelink API's i can use for this purpose. I am new to using TI stuffs, hence any advise or guidance regarding this would be helpful.