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.

smart config 后无法连到路由器



  使用launchpad+booster pack

  下载Basic Wifi Application 例程,运行

Example App:driver version 2.13.7.13
01
Smart config DONE

DONE

然后就无法获取IP了

在线调试了下发现这里

if ((ucStopSmartConfig == 1) && (ulCC3000DHCP == 1) && (ulCC3000Connected == 1))

{

unsigned char loop_index = 0;

while (loop_index < 3)
{
mdnsAdvertiser(1,device_name,strlen(device_name));
loop_index++;
}

ucStopSmartConfig = 0;
}

ulCC3000DHCP,ulCC3000Connected值都为0 , 即没有执行if中的语句

回是哪方面问题,忘提供些调试思路 谢谢!