Search found 9 matches
- Mon Jul 19, 2021 3:00 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi connection disconnection
- Replies: 4
- Views: 4124
Re: ESP32 WiFi connection disconnection
Please help to raise the issue on github with all relevant details.
- Wed Jun 16, 2021 10:59 am
- Forum: ESP-IDF
- Topic: FTM是否可以用于WIFI-MESH网络?
- Replies: 1
- Views: 2513
Re: FTM是否可以用于WIFI-MESH网络?
Hi,
Currently, we do not support FTM with MESH. However, given MESH is dependent on SoftAP + STA functionality we may consider adding it for MESH. For your use-case though, are you assuming multi-hop support ("to measure the distance between the smart watch and each node in the MESH network") ?
Currently, we do not support FTM with MESH. However, given MESH is dependent on SoftAP + STA functionality we may consider adding it for MESH. For your use-case though, are you assuming multi-hop support ("to measure the distance between the smart watch and each node in the MESH network") ?
- Wed Jul 22, 2020 12:27 pm
- Forum: ESP-IDF
- Topic: Why wpa_supplicant disable TLSv1.2 by default?
- Replies: 6
- Views: 8465
Re: Why wpa_supplicant disable TLSv1.2 by default?
Hi Axelin, v3.x never supported TLS v1.2. Regarding disabling TLS v1.2, we faced the same choices as yours when we encountered the interop issues, but we favoured keeping TLS v1.2 disabled to maintain the behaviour consistent with v3.3. It is common for us to try new features on branches that are no...
- Wed May 20, 2020 3:57 am
- Forum: ESP-IDF
- Topic: Why wpa_supplicant disable TLSv1.2 by default?
- Replies: 6
- Views: 8465
Re: Why wpa_supplicant disable TLSv1.2 by default?
Hi Axelin,
We witnessed a few interoperability issues when TLS 1.2 was enabled, so we kept it disable by default. We are in process of fixing those issues and will soon enable this by default.
We witnessed a few interoperability issues when TLS 1.2 was enabled, so we kept it disable by default. We are in process of fixing those issues and will soon enable this by default.
- Wed May 20, 2020 3:50 am
- Forum: General Discussion
- Topic: ESP32-S2: 802.11mc FTM support?
- Replies: 8
- Views: 13155
Re: ESP32-S2: 802.11mc FTM support?
Hi SomeCallMeTim,
Apologies for late reply! Yes, we will have support for both client and SoftAP. This is work in progress and we intend to finish this in 2 months duration from now.
Apologies for late reply! Yes, we will have support for both client and SoftAP. This is work in progress and we intend to finish this in 2 months duration from now.
- Wed Aug 14, 2019 12:08 pm
- Forum: General Discussion
- Topic: RTT of examples udp_server and udp_client not very good.
- Replies: 2
- Views: 4209
Re: RTT of examples udp_server and udp_client not very good.
Hi xanthome, The high RTT is mostly because of WiFi power-save. You can try measuring the RTT by either disabling power save or sending/receiving UDP data at faster rate (timegap between two packets< 50ms) so that wifi does not go into power-save. The power-save mechanism for WiFi can be disabled by...
- Wed Jul 17, 2019 9:49 am
- Forum: ESP-IDF
- Topic: esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
- Replies: 2
- Views: 4633
Re: esp_wifi_sta_get_ap_info function returns 0 for the group cipher and pairwise cipher
Thank you for raising the issue and apologies for the late response! We acknowledge that the issue exists and we will fix it soon. For better response, you can raise such issues on github in future.
- Tue Feb 05, 2019 8:36 am
- Forum: ESP-IDF
- Topic: Using the new NVS multi-page BLOBs
- Replies: 3
- Views: 6182
Re: Using the new NVS multi-page BLOBs
Glad that it is working for you! Feel free to provide any feedback.
- Thu Jan 31, 2019 11:49 am
- Forum: ESP-IDF
- Topic: Using the new NVS multi-page BLOBs
- Replies: 3
- Views: 6182
Re: Using the new NVS multi-page BLOBs
@Oromis, Thank you for trying this feature! However, I am unable to reproduce the issue on 3.1.1. Can you check- 1) It is a clean build after enabling the macro (CONFIG_MP_BLOB_SUPPORT). 2) There is enough space on NVS partition (There should be 1 sector empty even after accounting for all the data ...