cc3000 forgetting smartconfig

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
lossless
 
Posts: 2
Joined: Mon Dec 30, 2013 11:37 am

cc3000 forgetting smartconfig

Post by lossless »

Hello,
Has anyone else had this problem? I am playing with the cc3000 and if I leave it off for a long time, it seems to forget the smartconfig settings. It's really annoying. Does anyone know of a way to save the smartconfig settings to EEPROM?

Thanks

User avatar
scientific_gs
 
Posts: 2
Joined: Mon Feb 04, 2013 4:52 pm

Re: cc3000 forgetting smartconfig

Post by scientific_gs »

Hello ! I have a problem with my CC3000. I run the sketch SmartconfigCreate, it run the first time and now I tried it again and I have this error message :

"Failed create NVMEM entry
SmartConfig failed"

With the other sketchs my connexion data are correctly saved, did you have this problem before ?

Thank you

lossless
 
Posts: 2
Joined: Mon Dec 30, 2013 11:37 am

Re: cc3000 forgetting smartconfig

Post by lossless »

scientific-gs wrote:Hello ! I have a problem with my CC3000. I run the sketch SmartconfigCreate, it run the first time and now I tried it again and I have this error message :

"Failed create NVMEM entry
SmartConfig failed"

With the other sketchs my connexion data are correctly saved, did you have this problem before ?

Thank you
Sorry, I've never seen that error. But it looks like the error is comping from trying to create an AES connection (code from Adafruit_CC3000.cpp):
// create new entry for AES encryption key
CHECK_SUCCESS(nvmem_create_entry(NVMEM_AES128_KEY_FILEID,16),
"Failed create NVMEM entry", false);

Hope that helps

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: cc3000 forgetting smartconfig

Post by adafruit_support_mike »

Those are most likely firmware issues, so your best bet would be to check the TI CC3000 forums: http://e2e.ti.com/support/low_power_rf/f/851.aspx

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

Return to “Other Products from Adafruit”