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 连接路由器

Other Parts Discussed in Thread: CC3200

cc3200 在只有ssid和密码不知道加密方式的情况下怎么去连接路由器?

  • jinfei,

      这是一个很好的问题,确实现在我们的SDk里面没有做security type的自动识别功能,但这并不意味着不能实现这一功能。你有几种方法去操作:

    1. 你可以修改程序,让用户输入SSID,然后调用scan函数可以得到这个SSID相关的加密模式,然后再把这个参数加到你的程序里面去,从而实现连接。

    2. 可以参考TI提供的smart config程序,那里面有做这方面的例程设计。

    谢谢