Jump to content
43oh

Cannot get Access Point to work on my CC3200 Launchpad


Recommended Posts

Hi Guys

 

I have a CC3200 Launchpad. I have loaded the sketch :

 

APwatchhConnectDisconnect

 

However, when my sketch gets to the LocalIP() loop. It simply hangs up???

 

Anyone know whats wrong??

 

Here is the code that hangs,,,,

 WiFi.beginNetwork(wifi_name, wifi_password);
    Serial.println("OK"); //<---- this prints
    while (WiFi.localIP() == INADDR_NONE) //<-----it hangs here
    {
        // print dots while we wait for the AP config to complete
        Serial.print('.');
        delay(300);
    }

PLease can anyone help??

 

Regds

 

Paul

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...