WIFI Direct support for ESP32 in esp-idf
WIFI Direct support for ESP32 in esp-idf
Dear all,
I would like to know if WIFI Direct is supported in esp-idf. ESPWROOM 32D datasheet mentions WIFI Direct/ P2P is supported. However, ESP-IDF doesnt contain any resource related to WIFI Direct.
Kindly provide a link of the files related to wifi direct if available.
Thanks in advance.
I would like to know if WIFI Direct is supported in esp-idf. ESPWROOM 32D datasheet mentions WIFI Direct/ P2P is supported. However, ESP-IDF doesnt contain any resource related to WIFI Direct.
Kindly provide a link of the files related to wifi direct if available.
Thanks in advance.
Re: WIFI Direct support for ESP32 in esp-idf
Wi-Fi direct is Station + SoftAP together. Refer to the IDF documentation: In Wi-Fi driver API, ESP32 Wi-Fi Configuration, Wi-Fi Mode: Call esp_wifi_set_mode() to set the Wi-Fi mode: WIFI_MODE_APSTA
Re: WIFI Direct support for ESP32 in esp-idf
To be compliant it would also have to support P2P information elements, P2P GO negotiation, and P2P power save modes.
Re: WIFI Direct support for ESP32 in esp-idf
@ FCT_IOT, ESP32 doesn't support WiFi Direct. The ESPNOW in ESP32 is similar with WiFi Direct, ESP32 device can directly connects to another ESP32 device with ESPNOW.
Re: WIFI Direct support for ESP32 in esp-idf
esp-idf do not support WiFi Direct. But why the ESP32 data sheet include this, that's because WiFi Direct is a 90%(not accurate) software feature. As a chip, ESP32 can support WiFi Direct, and in fact, it support WiFi Direct in some hosted system(host system support WiFi Direct stack). WiFi Direct is different with STA+AP.To support WiFi Direct, we need to support P2P scan first, which esp-idf do not support. We also need to support P2P GO/GC negotiation, which esp-idf do not support. We also need to support WPS, both enrollee and registrar, esp-idf only support enrollee.
ESP-NOW is different with WiFi Direct. ESP-NOW provided a none WiFi connection data exchange.
ESP-NOW is different with WiFi Direct. ESP-NOW provided a none WiFi connection data exchange.
Re: WIFI Direct support for ESP32 in esp-idf
BTW, in new ESP32 data sheet, software related features are deleted.
Re: WIFI Direct support for ESP32 in esp-idf
Thanks everyone for their inputs.ESP_Jack wrote:BTW, in new ESP32 data sheet, software related features are deleted.
Dear @ESP_Jack,
I would like to know if there is any plan to release WIFI Direct feature in future esp-idf release. We need this feature for a project we are working on.
Thanks and Regards,
Re: WIFI Direct support for ESP32 in esp-idf
Hello all,
Is there any information regarding WiFi Direct functionality?
Such functionality would be useful for our new project.
Will such functionality be implemented in the near future?
Best wishes,
Is there any information regarding WiFi Direct functionality?
Such functionality would be useful for our new project.
Will such functionality be implemented in the near future?
Best wishes,
Re: WIFI Direct support for ESP32 in esp-idf
Hi,
I can see that this feature has been required for a long time.
I am also waiting for wifi direct support on esp32.
Espressif replies that this is a characteristic "too limited in general use for us to make it into a high priority to develop".
I disagree.
I believe that there are many applications that could benefit from this.
Probably espressif developed this application for some company with a non-release contract for this library for a long time.
I can see that this feature has been required for a long time.
I am also waiting for wifi direct support on esp32.
Espressif replies that this is a characteristic "too limited in general use for us to make it into a high priority to develop".
I disagree.
I believe that there are many applications that could benefit from this.
Probably espressif developed this application for some company with a non-release contract for this library for a long time.
Who is online
Users browsing this forum: No registered users and 203 guests