Search found 13 matches

by Ankit53
Wed Apr 17, 2019 10:31 am
Forum: General Discussion
Topic: Esp32 Wifi Long Range Mode
Replies: 9
Views: 31996

Re: Esp32 Wifi Long Range Mode

Hi
I am doing WiFi long range test with SoftAP and STA with ESP32.

How to get RSSI ? I could not connect two devices if I mention protocol only WIFI_PROTOCOL_LR.

In your test protocol was lrbgn or only lr?

Regards,
Ankit Siddhapura
by Ankit53
Thu Feb 14, 2019 11:08 am
Forum: ESP-IDF
Topic: WiFi connection and sleep mode
Replies: 0
Views: 2264

WiFi connection and sleep mode

Hi All, I have doubt about ESP32 sleep modes. If I have set up of two WiFi devices, respective configuration are AP and APSTA mode. STA of APSTA device is connecting with AP device. If light sleep mode is enable, When STA goes in sleep mode does WiFi connection terminate? Is it configurable to set s...
by Ankit53
Thu Feb 14, 2019 10:53 am
Forum: ESP-MDF
Topic: WiFi mesh : broadcast & multicast policy
Replies: 3
Views: 6776

Re: WiFi mesh : broadcast & multicast policy

Thank You Lee! is this broad cast ans multicast policy are cloned from WiFi specification or ESP has defined their own for ESP-mesh only? Is Multicast-Group Address (01:00:5E:xx:xx:xx) customized feature of ESP32 mesh or in WiFi specification described somewhere? I could not find same in specificati...
by Ankit53
Tue Feb 12, 2019 9:50 am
Forum: ESP-MDF
Topic: WiFi mesh : broadcast & multicast policy
Replies: 3
Views: 6776

WiFi mesh : broadcast & multicast policy

Hi,

What is broadcast and multicast policy in N layer WiFI mesh network?
If Root is broadcasting frame , dose it reach to end nodes of network or just received by the ones who are in direct connection range of root?

Thank You,
Ankit Siddhapura
by Ankit53
Tue Dec 18, 2018 1:30 pm
Forum: ESP-IDF
Topic: W (649224) wifi: pp task q full: s=11 p=3ffda2c8
Replies: 0
Views: 2346

W (649224) wifi: pp task q full: s=11 p=3ffda2c8

Hi ESP team,

I saw below print in WiFi softAP mode, in which case stack generates this error?

Code: Select all

W (649224) wifi: pp task q full: s=11 p=3ffda2c8
Thank You,
Ankit Siddhapura
by Ankit53
Mon Dec 17, 2018 1:28 pm
Forum: ESP-IDF
Topic: station list showing false entry in softAP mode
Replies: 0
Views: 2283

station list showing false entry in softAP mode

Hi All, Seen issue in esp-idf v3.0 rc1 about station list false entry. If max connection value is given 2, esp_wifi_ap_get_sta_list API returns more number of entry. While printing child table in soft-AP mode seen 3 node entry in child table where max connection value is set 2 in configuration. Whil...
by Ankit53
Mon Dec 17, 2018 9:58 am
Forum: ESP-IDF
Topic: De authentication fail in esp-idf v3.1
Replies: 0
Views: 2370

De authentication fail in esp-idf v3.1

Hi All,
I am facing issue with de authentication process from softAP.

esp_wifi_deauth_sta API returns with ESP_OK if I pass node AID. But fails to de auth node present under softAP's child list.

I am using esp-idf v3.1, is there any issue with de auth process?

Thanks,
Ankit Siddhpaura
by Ankit53
Mon Dec 17, 2018 5:37 am
Forum: ESP-IDF
Topic: Deauthenticate : Deauthentication process in ESP-IDF
Replies: 0
Views: 2396

Deauthenticate : Deauthentication process in ESP-IDF

Hi All, I am using ESP-IDF v3.0rc1 stable release for my application. I want to know the sequence and process of AP_STA_CONNECT event and assignment of AID value. What happens if max station connection value is 10 and 10 station is connected to AP, during any 2-3 node leave AP network? At this time ...
by Ankit53
Mon Dec 17, 2018 5:11 am
Forum: ESP-IDF
Topic: ESP32 WiFi : esp_wifi_scan_start fail
Replies: 3
Views: 5285

Re: ESP32 WiFi : esp_wifi_scan_start fail

I am using esp-idf v3.1 as well in older version 3.0rc1 seen same issue. To choose best parent according to AP RSSI value, need AP info of all surrounded AP. wifi_scan_config_t scanConf; esp_wifi_scan_start(&scanConf, true); Waiting for the event SYSTEM_EVENT_SCAN_DONE to get result of scan process....
by Ankit53
Fri Dec 14, 2018 6:42 am
Forum: ESP-IDF
Topic: ESP32 WiFi : esp_wifi_scan_start fail
Replies: 3
Views: 5285

ESP32 WiFi : esp_wifi_scan_start fail

Hi All, I came across the scenario like, setting up 20+ client in AP+STA mode, if Active scan is done by one node, in result not getting info of all APs. Using esp_wifi_scan_start API. API fail to get info of all 20+ clients in once scan event. How to achieve successful case in this case, without fa...