CC3000 Smart Configuration delete stored profiles

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
2N2907
 
Posts: 1
Joined: Tue May 20, 2014 6:06 pm

CC3000 Smart Configuration delete stored profiles

Post by 2N2907 »

Hi,
I was wondering how can I remove old profile stored in the CC3000. I'm doing some tests and it still using the stored profile (which is working fine anyway) to connect.

I would like to demo the all process from scratch so I need to remove the profile.

Also when will it be ready ? (I know it is beta at the moment)

Thanks

User avatar
tvoverbeek
 
Posts: 21
Joined: Mon Feb 24, 2014 3:31 pm

Re: CC3000 Smart Configuration delete stored profiles

Post by tvoverbeek »

The SmartConfigCreate example deletes all profiles before starting the smart config procedure.
See the code in AdafruitCC3000.cpp the AdafruitCC3000::startSmartConfig(enableAES) function which is called from the sketch.
Otherwise run e.g. the buildtest example which also deletes all profiles.

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Arduino products from Adafruit”