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.

Cannot communicate with CC3200 Launchpad setup as a station

I am running example CC32xx HTTP Server, Case 2 (STA Mode).  I am using an android phone for this exercise. I could not communicate with the Launchpad as a result the IP address does not appear on the Hyperterminal. On the Android side, it say "no device found".  Anybody has the same problem? or find a fix fo this?  I appreciate it.

  • Hi,

    As per httpserver feature it does print device IP address (AP / STA mode) over UART.

    Meanwhile please follow blow steps

    - Remove Force-AP Jumper (P1:1 + P1:2) from Launchpad and then load the application.

    - Put the breakpoint in the source code to check if device is coming properly in STA mode and getting IP.

    Regards,

    Jitendra

  • After stepping through the program, I found out that the device could not connect using auto profile and it was always waiting for the device to auto connect. The program was stuck in the “while(!IS_IP_ACQUIRED(g_ulStatus))” loop, and therefore the message you outlined ”Device is in STA mode, Connect to the AP and type IP address in the browser” was never displayed in UART.

     What could be the reason?

    Thanks,