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.

当cc3200设为STA连接AP时,怎么样进入web camera界面?

Other Parts Discussed in Thread: CC3200

原来代码中,CC3200设为了AP模式,手机连接这个AP并打开“mysimplelink.net/camera_demo.html"后发送connect 和 capture 可以查看摄像头的视频。

我现在把HTTPServer中关于wifi starter配置的程序加了进来。我想达到的目的是,cc3200上电后为STA,使用wifi starter配置连接到路由,然后敲网页名称就可以进"camera_demo.html".

我现在的程序,可以使用wifi starter进行配置,配置成功后只能通过IP地址进入"main.html"和"camera_demo.html",也能查看视频。但是网页内敲入“mysimplelink.net/camera_demo.html"却怎样也打不开。是不是因为我把3200从AP转为了STA模式对它产生了影响?原来的web camera代码,我注释掉了Network_IF_InitDriver(ROLE_AP)程序。请问谁能解答下我这个难题。

谢谢~