Search found 4 matches

by albedo039
Tue Mar 01, 2022 12:31 pm
Forum: Hardware
Topic: frequently lost start connection wifi
Replies: 6
Views: 2496

Re: frequently lost start connection wifi

:( of course..my problem stand in WPA security ... well ... i understand why it's not so easy to do that !! :|

many thank to you esp_sprite to open my newbee's eyes.. :D :shock:
i think we can close that topic (resolved)..
thank espressif esp32...we'v got a great forum here.. ;)
best..
by albedo039
Mon Feb 28, 2022 7:22 pm
Forum: Hardware
Topic: frequently lost start connection wifi
Replies: 6
Views: 2496

Re: frequently lost start connection wifi

:geek: well i go back for an extremly simply prog for i understand... this my code where i had to insert you're suggestion : #include <WiFi.h> // i only use the library WiFi.h const char* ssid = "albdeoweb"; // my ssid const char* password = "aabbccddee"; // my pssw void setup() { Serial.begin(11520...
by albedo039
Sun Feb 27, 2022 12:41 pm
Forum: Hardware
Topic: frequently lost start connection wifi
Replies: 6
Views: 2496

Re: frequently lost start connection wifi

thank you for reading... ;) here's my code : #include <Ambient.h> #include <WiFiManager.h> WiFiManager wm; const char* ssid = "albedoz web"; const char* password = "011523239"; void setup() { WiFi.mode(WIFI_STA); Serial.begin(115200); delay(1000); Serial.println("\n"); if(!wm.autoConnect(ssid, passw...
by albedo039
Fri Feb 25, 2022 7:54 pm
Forum: Hardware
Topic: frequently lost start connection wifi
Replies: 6
Views: 2496

frequently lost start connection wifi

hello every one i'm newbeez working with an esp32 wroom...great :D I made my little web server on esp32 (Access Point (AP)) ... it works fine !! :mrgreen: that said, I often crash when putting my password on my available ssid... (old age?) :? I try again 2 or 3 time before it's ok.. it works.. would...