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 reconnection problem

Hi,

We are using CC3000 in our prototype products. I have two CC3000 modules which were connecting to open network. They worked fine. Then I used them with WPA2 network with add profile command:

wlan_add_profile(WLAN_SEC_WPA, "imwtt", 5, NULL, 0, 0x18, 0x1E, 0x2, "abcd1234", 8);

After this command both modules are not able to connect to any network not to open network not to encrypted, using profiles or explicit connect. I have deleted all profiles, changed connection policy...

But if I change the module to new one, it works with the same code! 

Modules that are not responding are not returning negative values after API calls that means module is getting configured, and wlan_ioctl_get_scan_results can find my network, just asynchronous event, that module has connected never gets called.

Is there a way to do factory reset on this device? New modules are working on same code that used do not.

 

Best regards,

Boštjan