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.

Attempting to get response from http_server

Other Parts Discussed in Thread: UNIFLASH, CC3100, CC3100SDK, CC3200

So I downloaded main.html and blink.html using UniFlash.  I did this by opening http_server.ucf and then clicking on the "Program" button.  UniFlash confirmed that this operation was successful.

I moved the CC3100 board to an MSP430 LaunchPad and executed http_server from within CCS.  I then tried connecting to its network through a mobile phone.  The console window successfully displayed this message:

Authentication parameters:
Name = admin
Password = admin
Realm = Simple Link CC31xx

Domain name = mysimplelink.net
Device URN = mysimplelink


However, when I tried connecting to http://mysimplelink.net, I got no response.  What could be going wrong?