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 smart configuration

Hi,

I'm using CC3000 module with LPC812M Controller.I'm using smart config process to connect to the a WLAN network.

As far i know after Smart configuration the Network details will get stored in the NVMEM of C3000 as a profile.

Since CC3000 stores upto 7 profiles in which profile(index) this info stored.What happens to the previously stored details.

Regards,

Lakshmi Praveen K.

  • Hi,

    Yes, the details of the APs get stored as profiles. After all the 7 profiles are stored, the API 'wlan_add_profile' would return an error. You would not be able to add a new profile. You can use the API 'wlan_ioctl_del_profile' to delete the profile and then add a new one. The return value of API 'wlan_add_profile' would give you the position at which each of the profile is added.

    Thanks & Regards,
    Raghavendra