Search found 1 match

by GraXXoR
Thu Feb 22, 2024 2:05 pm
Forum: ESP32 Arduino
Topic: ESP32 WROOM-32 Network Connection Failure
Replies: 0
Views: 513

ESP32 WROOM-32 Network Connection Failure

Hello people. I am usually good at getting things working but here is my conundrum: I created an IoT sensor at my office which uses WPA3 Personal wifi on 2.4 and it connects without issue: WiFi.begin(ssid,password); while(WiFi.status() != WL_CONNECTED) { display.print("."); display.display(); D_prin...