is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF
is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF
is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF? If yes then can you guide me how?
Re: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF
Hi Kunjan,
Yes it's possible, you just need to call :
In esp-idf/examples/wifi/getting_started you will find 2 examples, one for AP Mode and the other for STA Mode, you just need to add the configuration of AP mode in the station example and set the mode to WIFI_MODE_APSTA
Hope this will help
Yes it's possible, you just need to call :
Code: Select all
esp_wifi_set_mode(WIFI_MODE_APSTA)
Hope this will help
Who is online
Users browsing this forum: No registered users and 105 guests