Wi-Fi Expansion

[中文]

ESP32-S2 does support Wi-Fi functionality natively, please refer to Wi-Fi Driver documentation. Even though Wi-Fi is supported on ESP32-S2, it is possible to expand it and use another instance of Wi-Fi expansion interfaces using esp_wifi_remote <https://components.espressif.com/components/espressif/esp_wifi_remote>`_ component.

The principle of Wi-Fi Expansion operation is to add another ESP32 series, Wi-Fi capable, target connected to the ESP32-S2 in a pre-defined way. Your project could then include the esp_wifi_remote component using:

idf.py add-dependency esp_wifi_remote

Please follow the instructions described in the component documentation which is linked in the above paragraph.


Was this page helpful?