Search found 2 matches

by Rockmonton
Fri Oct 18, 2024 4:31 am
Forum: ESP32 Arduino
Topic: ESP32C3 WiFi Woes
Replies: 2
Views: 586

Re: ESP32C3 WiFi Woes

Thank you, that is the behaviour I was seeing, and the measurements do match. I did however find a workaround: WiFi.setTxPower(WIFI_POWER_8_5dBm); Knocking back wifi tx power significantly improved connections and speed. Tried it with one of the boards I thought I had blown up, and it also works now...
by Rockmonton
Thu Oct 17, 2024 5:40 am
Forum: ESP32 Arduino
Topic: ESP32C3 WiFi Woes
Replies: 2
Views: 586

ESP32C3 WiFi Woes

Hey all, I'm having the hardest time getting wifi to connect to an esp32c3 supermini. Error codes on retries are receiving the following errors: [WiFi] WiFi is disconnected (first 30s or so, not terribly surprising) [WiFi] SSID not found (Majority of time) [WiFi] WiFi Status: 0 (occasionally for 10-...