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.

How to improve the connecting time of smartconfig?

Other Parts Discussed in Thread: CC3100

Hi,

I built up cc3100 on the project and verified smartconfig feature, but sometimes it got the timeout to failed or need long time to finish smartconfig process.

Is there any way to improve this issue? I have suffered from this issue for a long time.

I'm also interesting the firmware implementation of smartconfig on cc3100.

1. when I call sl_WlanSmartConfigStart(), whether it doesn't stop running process until it gets "SL_WLAN_SMART_CONFIG_COMPLETE_EVENT"?

If so, it may be blocked in smartconfig process forever. And I think that I always meet this case.

2. Is there any side effect if I call sl_WlanSmartConfigStop() before smartconfig finished and call sl_WlanSmartConfigStart() again?

I just interest if sl_WlanSmartConfigStop() and sl_WlanSmartConfigStart() are called repeatedly how's the impact on cc3100.

Does anyone get the idea?

thanks
Gavin