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.

CC3000 + MKS Gen V1.2 can not run WebClient Demo on Arduino IDE, but can run the scan AP demo.

1. Hardware: CC3000, MKS Gen v1.2;

2. Software: Arduino IDE, Arduino Board:Mega 2560, all library files have been rewritten for MKS.

3. OS: OS X 10.10, Arduino IDE 1.5.8

4. Problems: Serial Monitor's result stopped at "Connecting to SSID". And D4 light flickering.


4. All this system (hardware and software) can run the Scan demo (rewritten) in Arduino IDE with accurate result.

  • Hi,

    What method are you using to connect to the AP?

    Are you using the manual way by using the wlan_connect API? If yes, then please check if the the correct parameters are used as per the AP's security settings.

    Are you using the smartConfig? if yes, then please have a look at the complete process here: http://processors.wiki.ti.com/index.php/CC3000_Smart_Config

    Regards,
    Raghavendra
  • Thanks for answering my question.
    Both of two methods, manual way and SmartConfig, were used for my Arduino System.
    All of demos(SmartConfig, WebClient, Scan...) were rewritten which based on the SFE CC3000 Library from GitHub.
    1. Redefine Pins of CS, EN and INT.
    2. Use the constructor of new Class SFE_CC3000.
    I was wondring why Serial Monitor had no results when I ran the smartConfig and WenClient on the Arduino. But Scan Demo can run Successfully with results (Nearby AP names Showed).

    I will check the website and parameters, thanks again.

    Regards,
    Ethan Joe