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.

Unable to configure cc3000 with SmartConfigcc3k app

Hi,

I am using SmartConfigcc3k app and Adafruit CC3000 breakout board with firmware version 1.24 to configure SSID and password to CC3000. But I am unable to do so and I get the following error:

Waiting for a SmartConfig connection (~60s) ...
Got smart config data
Timed out waiting to connect
SmartConfig failed

I am not using AES encryption. Please tell me what must I do to resolve this issue?

Thanks and Regards,

Nirmala

  • Hi Nirmala,


    Can you please confirm if the manual WLAN connection with wlan_connect API works?

    Also, if you are not using encryption please make sure that the flag CC3000_UNENCRYPTED_SMART_CONFIG is defined as per the Basic Wifi Application in the SDK, and also make sure that you call wlan_smart_config_start(0).

    Thanks & Regards,
    Raghavendra