Search found 2 matches

by DahBenni
Sun Dec 08, 2024 10:45 am
Forum: General Discussion
Topic: WIFI Issues with ESP32-S3-WROOM-1 modules that don't have a CMIIT ID
Replies: 3
Views: 2067

Re: WIFI Issues with ESP32-S3-WROOM-1 modules that don't have a CMIIT ID

I also had the same issues and wanted to try esp_wifi_set_max_tx_power(40);
Then I found this post: https://esp32.com/viewtopic.php?t=41895

I simply started to unsolder / disconnected an external LED from GPIO Pin 21.
Surprise: It resolved my issues instantly :)
by DahBenni
Sun Dec 08, 2024 10:44 am
Forum: ESP32 Arduino
Topic: ESP32-C3 SuperMini connecting to wifi work only when touching antenna
Replies: 6
Views: 2976

Re: ESP32-C3 SuperMini connecting to wifi work only when touching antenna

I also had the same issues and wanted to try esp_wifi_set_max_tx_power(40);
But as I had to rewrite too much other code I simply started to unsolder / disconnected an external LED from GPIO Pin 21.
Surprise: It resolved my issues instantly :)
Thx!