求助各路大神,我发现当我连上不加密的wifi的时候会显示IP地址,但是连上了加密wifi后就不显示了。应该是cc3000根本就没连接上。
Yonghua Pan提到过,basic wifi application 代码中本身没有对加密wifi的configuration,需要自己写代码,那请问用什么函数来写呢?是API里的nvmem_write吗?
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.
这个API是
wlan_connect(unsigned long ulSecType, char *ssid, long ssid_len,
unsigned char *bssid, unsigned char *key, long key_len)