This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

display of wifi starter in different codes

Other Parts Discussed in Thread: CC3200

1.、In HTTPServer exaple, I use wifi starter by making the cc3200 link the AP.。 When it successes, the wifi starter will display a notifiation and the module MAC in "Device"  。

2、I add the wifi starter module to web camera codes. What I wanted is that I use wifi starter to link AP ( cc3200 as a STA)。CC3200 can link the AP,but wifi starter donot display the notifiation and "Device" shows nothing.

I study the codes and find nothing useful.Why?

Thanks.

  • Hi,

    Please kindly explain in details why you think you cannot find useful information.
    HTTPServer example uses Smart Config to perform provisioning in STA mode as explained in the example document, and the code is setting the policy to perform Smart Config and is also calling the Smart Config function (SmartConfigConnect();). The program is very well documented for each line. Please make sure you understand the program flow.

    We also have programmer's guides to help beginners to start their first project. Please visit our wiki for more information:

    http://processors.wiki.ti.com/index.php/CC31xx_Programmers_Guide

  • Thanks for your replay.
    I research the code in detail and I do lots of test. I find if I open wifi starter when cc3200 has linked to AP successfully, cc3200 will
    disconnect the AP. cc3200 is in websocket state after it linked to AP.
    So I am sure the SmartConfig codes must affect the websocket state, in result cc3200 disconnect the AP. But why?
  • Hi,

    sl_WlanSmartConfigStart() will automatically disconnect the existing WLAN connection based on software design.