issue of WIFI_SERV_EVENT_SETTING_TIMEOUT in ADF Dueros example

dreams2084
Posts: 3
Joined: Tue Sep 10, 2019 5:09 am

issue of WIFI_SERV_EVENT_SETTING_TIMEOUT in ADF Dueros example

Postby dreams2084 » Wed Sep 25, 2019 6:34 am

How to fix this issue: ESPTOUCH set wifi net Fail,
WIFI_SERV_EVENT_SETTING_TIMEOUT in log as below:

I (266472) smartconfig: SC version: V2.8.0
I (270585) wifi: ic_enable_sniffer
[0;32mI (270586) SMART_CONFIG: SC_STATUS_FIND_CHANNEL[0m
I (273403) smartconfig: T|once 1 84
I (273403) smartconfig: save rssi:-58 ,bssid:b0:30:55:a9:c1:3e
I (273403) smartconfig: confirm rssi:-58, bssid:b0:30:55:a9:c1:3e
I (273407) smartconfig: TYPE: ESPTOUCH
I (273411) smartconfig: T|sniffer on ch:3,width:0
I (273414) smartconfig: T|AP MAC: b0:30:55:a9:c1:3e
I (273419) smartconfig: T|Head Len:84
[0;32mI (273422) SMART_CONFIG: SC_STATUS_GETTING_SSID_PSWD[0m
I (273428) smartconfig: T|SYNC STATUS
I (273543) smartconfig: TYPE: ESPTOUCH
I (273543) smartconfig: F|sniffer on ch:3,width:0
I (273543) smartconfig: F|rssi:-20, ch:3
F|head:82
[0;32mI (273545) SMART_CONFIG: SC_STATUS_GETTING_SSID_PSWD[0m
I (274752) smartconfig: T|26-0
I (274847) smartconfig: F|26-0
I (274887) smartconfig: T|8-1
I (274974) smartconfig: F|8-1
I (275019) smartconfig: T|175-2
I (275103) smartconfig: F|175-2
I (275152) smartconfig: T|115-3
I (275153) smartconfig: T|SCAN SSID: xxx-9vTC
I (275153) smartconfig: T|all len:26,pass len:8
I (275153) smartconfig: T|scan ap: 1
I (275280) smartconfig: F|115-3
I (275280) smartconfig: F|XOR
I (275281) smartconfig: T|202-4
I (275562) smartconfig: T|192-5
I (275704) smartconfig: T|168-6
I (275852) smartconfig: T|1-7
I (276123) smartconfig: T|9-8
I (276270) smartconfig: T|P-9
I (276412) smartconfig: T|5-10
I (276664) smartconfig: T|6-11
I (276796) smartconfig: T|G-12
I (276930) smartconfig: T|a-13
I (277172) smartconfig: T|u-14
I (277283) smartconfig: T|Z-15
I (277419) smartconfig: T|E-16
I (277419) smartconfig: T|0-26-2
I (277419) smartconfig: T|1-8-2
I (277419) smartconfig: T|2-175-2
I (277419) smartconfig: T|3-115-2
I (277422) smartconfig: T|4-202-1
I (277426) smartconfig: T|5-192-1
I (277429) smartconfig: T|6-168-1
I (277432) smartconfig: T|7-1-1
I (277434) smartconfig: T|8-9-1
I (277437) smartconfig: T|9-P-1
I (277440) smartconfig: T|10-5-1
I (277443) smartconfig: T|11-6-1
I (277446) smartconfig: T|12-G-1
I (277449) smartconfig: T|13-a-1
I (277452) smartconfig: T|14-u-1
I (277455) smartconfig: T|15-Z-1
I (277458) smartconfig: T|16-E-1
I (277461) smartconfig: T|pswd: xxxauZE
I (277465) smartconfig: T|ssid: xxx-9vTC
I (277468) smartconfig: T|bssid: b0:30:55:a9:c1:3e
I (277473) wifi: ic_disable_sniffer
[0;32mI (277476) SMART_CONFIG: SC_STATUS_LINK[0m
[0;32mI (277481) SMART_CONFIG: <link>ssid:xxx-9vTC[0m
[0;32mI (277486) SMART_CONFIG: <link>pass:xxxauZx[0m
[0;33mW (326475) WIFI_SERV: STATE type:4, pdata:0x0, len:0[0m
[0;32mI (326476) WIFI_SERV: WIFI_SERV_EVENT_SETTING_TIMEOUT[0m

ESP_William
Posts: 113
Joined: Tue Apr 24, 2018 5:54 am

Re: issue of WIFI_SERV_EVENT_SETTING_TIMEOUT in ADF Dueros example

Postby ESP_William » Tue Oct 29, 2019 4:12 am

esp_err_t esp_wifi_setting_info_notify(esp_wifi_setting_handle_t handle, wifi_config_t *info)
{
AUDIO_NULL_CHECK(TAG, handle, return ESP_ERR_INVALID_ARG);
wifi_service_connect((periph_service_handle_t)handle->notify_handle);
wifi_service_set_sta_info((periph_service_handle_t)handle->notify_handle, info);
return ESP_OK;
}

Who is online

Users browsing this forum: No registered users and 33 guests