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
Search found 13 matches
- Wed Apr 17, 2019 10:31 am
- Forum: General Discussion
- Topic: Esp32 Wifi Long Range Mode
- Replies: 9
- Views: 35409
- Thu Feb 14, 2019 11:08 am
- Forum: ESP-IDF
- Topic: WiFi connection and sleep mode
- Replies: 0
- Views: 2561
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...
- Thu Feb 14, 2019 10:53 am
- Forum: ESP-MDF
- Topic: WiFi mesh : broadcast & multicast policy
- Replies: 3
- Views: 7723
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...
- Tue Feb 12, 2019 9:50 am
- Forum: ESP-MDF
- Topic: WiFi mesh : broadcast & multicast policy
- Replies: 3
- Views: 7723
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
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
- 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: 2588
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?
Thank You,
Ankit Siddhapura
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
Ankit Siddhapura
- Mon Dec 17, 2018 1:28 pm
- Forum: ESP-IDF
- Topic: station list showing false entry in softAP mode
- Replies: 0
- Views: 2558
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...
- Mon Dec 17, 2018 9:58 am
- Forum: ESP-IDF
- Topic: De authentication fail in esp-idf v3.1
- Replies: 0
- Views: 2623
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
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
- Mon Dec 17, 2018 5:37 am
- Forum: ESP-IDF
- Topic: Deauthenticate : Deauthentication process in ESP-IDF
- Replies: 0
- Views: 2712
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 ...
- Mon Dec 17, 2018 5:11 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi : esp_wifi_scan_start fail
- Replies: 3
- Views: 5911
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....
- Fri Dec 14, 2018 6:42 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi : esp_wifi_scan_start fail
- Replies: 3
- Views: 5911
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...