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.

can not use smart config?

Other Parts Discussed in Thread: CC3200, UNIFLASH

I download "WIFISTARTER-ANDROID-SOURCE" from TI website, and installed in Andriod Phone. But CC3200 LaunchPad can not connect to net by using wifi starter tool.

by the way, the CC3200 LaunchPad run the "oob" application.

what can  i debug this problem. the wifi starter tool's problem or CC3200 LaunchPad problem? Can anyone help me? thanks.

  • I believe you will need to press either SW2 or SW3 button to "activate" the process on the CC3200 LaunchPad.

    Glenn.

  • I run the out of box app, i not see any docs about sw2 or sw3.

    if i run provision smartconfig app, i also can not connect to net.

  • A few more ideas.

    Make sure the force AP mode jumper has been removed. Out of box should run SmartConfig if this is done, and I think you are correct, it should start the process without the need for button press, some examples will require this, so best to at least try.

    Other things to consider are to make sure you are close enough to the wifi router, your Android device may just be connected .... try and move everything next to the router to test this. This may be especially an issue if you are in an areas with lots and lots of wifi routers about. 

    How do you know it is not connected? Sometime I notice that it connects, but you do not get a notification back prompting you of this with in the SimpleLink App. Download the Fing App from the Google Play store and have a look on your network for a device that is identified as Texas Instruments....this will be your device, try and access the internal webpage by adding the IP address to your browser.

    Glenn.

  • In OOB app, if cc3200 connect to net, the Red Led will turn off, so i know cc3200 not connected. When I debug in IAR workbench, I notice that the code just in "Waiting for the device to Auto Connect" loop, so cc3200 not connected.

    Do you know any tool that can sniff wlan packet which run on WIN7 PC? then i can know is wifi starter app wrong.

  • XiangBing Qi said:
    Do you know any tool that can sniff wlan packet which run on WIN7 PC?

    You can try Microsoft Network Monitor (http://www.microsoft.com/en-au/download/details.aspx?id=4865) or WireShark (https://www.wireshark.org/download.html)

    Glenn.

  • After I update servicepack using uniflash tool, I can connect cc3200 LP to net.

    service pack version: CC31xx_CC32xx_ServicePack-0.5.2.0

    so I suggest: First update servicepack to new version, then develop yourself app on cc3200 LP.

    thanks everyone.