-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ESP32 WiFi SoftAP netdev support. #14114
Copy link
Copy link
Closed
Labels
Area: networkArea: NetworkingArea: NetworkingPlatform: ESPPlatform: This PR/issue effects ESP-based platformsPlatform: This PR/issue effects ESP-based platformsType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOTType: trackingThe issue tracks and organizes the sub-tasks of a larger effortThe issue tracks and organizes the sub-tasks of a larger effort
Description
Description
The ESP32 MCU supports WiFi AP mode and STA modes, both can be used at the same time (I don't know if ESP-NOW is supported with both AP/STA enabled).
The main idea is to use the existing esp_wifi netdev driver and add a pseudomodule esp_wifi_ap which configures the WiFi to be used as an AP.
This issue is to track the progress and discuss the possible implementation, also, if it has any interest on RIOT for an AP mode.
Useful links
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area: networkArea: NetworkingArea: NetworkingPlatform: ESPPlatform: This PR/issue effects ESP-based platformsPlatform: This PR/issue effects ESP-based platformsType: new featureThe issue requests / The PR implemements a new feature for RIOTThe issue requests / The PR implemements a new feature for RIOTType: trackingThe issue tracks and organizes the sub-tasks of a larger effortThe issue tracks and organizes the sub-tasks of a larger effort