Detailed Documentation of "WIFI_BAND_MODE_AUTO"
Posted: Fri Jun 06, 2025 10:25 pm
by Weigen Qiu
for the dual band ESP32C5, what is the result of calling the API esp_wifi_set_band_mode(WIFI_BAND_MODE_AUTO)?
Can I create two APs or two STAs, one with 2.4GHz, and the other on 5GHz, or in case of APSTA mode, AP on 5GHz, and STA on 2.4GHz, or vice versa? I couldn't find any documentation on this.
Re: Detailed Documentation of "WIFI_BAND_MODE_AUTO"
Posted: Mon Jun 09, 2025 8:49 am
by nopnop2002
I couldn't find any documentation on this.
The documentation on this can be found here.
https://docs.espressif.com/projects/esp ... _wifi.html
Re: Detailed Documentation of "WIFI_BAND_MODE_AUTO"
Posted: Tue Aug 26, 2025 9:30 am
by encryptior
@nopnop2002
did you manage to figure out where we can use different frequency bands simultaneously for SoftAP and STA mode? We actually want to connect our ESP32 chip to a 5GHz network and than want it to act as an AP and broadcast at 2.4GHz for our other ESP32 old chip to connect.
Any help would be highly appreaciated!
Re: Detailed Documentation of "WIFI_BAND_MODE_AUTO"
Posted: Wed Aug 27, 2025 10:23 pm
by nopnop2002
I don't have esp32-C5 development board.