Hi Team,
first time am using Azurewave Module AW-NM191-uSD + antenna based on NXP 88W8801.
1) I have downloaded SDK ,compiled and loaded into board.
2)before compile the code I have done the below changes in webconfig.h file.
#ifndef WIFI_SSID
#define WIFI_SSID "Excelpoint"
#endif
#ifndef WIFI_PASSWORD
#define WIFI_PASSWORD "123456"
#endif
#ifndef WIFI_AP_CHANNEL
#define WIFI_AP_CHANNEL 1
#endif
#define WIFI_AP_IP_ADDR "192.168.43.1"
#define WIFI_AP_NET_MASK "255.255.225.0"
and system is connected to same access point and my pc ip is 192.168.43.28
please find the below output.
Starting webconfig DEMO
[i] Trying to load data from mflash.
[i] Nothing stored yet
[i] Initializing WiFi connection...
[wifi_io] Error: Error in wlan_card_status()
[wifi_io] Error: Card timeout wlan_download_normal_fw:362
[wifi] Error: sd_wifi_init failed. status code -1
[wlcm] Error: wifi_init failed. status code -1
[wlcm] Error: cannot start wlcmgr. unexpected status: 0
[!] Could not initialize WiFi module 3
and I am unable to connect to access point and please help me with the same.
Thank you,
Y mahesh
已解决! 转到解答。
Make sure WIFI_BOARD_AW_NM191MA symbol is in place (instead of the default).
Thanks,
Vivek Vaghela.