Search found 2 matches

by rolandlintz
Fri Apr 26, 2024 11:14 am
Forum: Hardware
Topic: ESP-C3 40 MHz Bandwidth
Replies: 2
Views: 1341

Re: ESP-C3 40 MHz Bandwidth

Thanks for your reply. However, the problem is not that the function esp_wifi_set_bandwidth() does not work. I can also use esp_wifi_get_bandwidth() to check that the bandwidth has been successfully set to 40 MHz. My problem is that with both the 20 MHz and 40 MHz settings, I get a bandwidth of 20 M...
by rolandlintz
Thu Apr 25, 2024 10:58 pm
Forum: Hardware
Topic: ESP-C3 40 MHz Bandwidth
Replies: 2
Views: 1341

ESP-C3 40 MHz Bandwidth

Hello, I am using the ESP32-C3 for FTM. My problem is that I cannot set the bandwidth to 40 MHz when using wifi. When I check the bandwidth on the spectrum analyzer I only receive 20 MHz bandwidth and not 40 MHz. I am using the following code for wifi initialization. wifi_init_config_t cfg = WIFI_IN...