Open HilalBisrie opened 4 weeks ago
It looks like you're having problems with WiFi connection. I suggest
checking DEFAULT_STA_SSID and DEFAULT_STA_PASSWORD in Esp32_servers_config.h
temporarily uncomment // fileSystem.formatLittleFs (); line in Esp32_oscilloscope.ino and run the code once to format flash disk and start from the scratch.
comment out fileSystem.formatLittleFs (); to prevent formatting at each restart.
I've done it, but still disconnected sir. Idk what's the main problem in my case, because i've try using the same config network for other project is working. So, should I change the tz in server.ino sirr?
TZ (timezone) is irrelevant for the oscilloscope itself and has nothing to do with WiFi.
I can see that you are connecting to Samsung SSID. Is this your phone? Is it possible you didn't turn your phone's hotspot on?
It seems that you are compiling a test/development Arduino sketch "servers.ino".
Please, use "Esp32_oscilloscope.ino" and define your settings in "Esp32_servers_config.h" before compiling.
But if you are interested in the server project, please visit https://github.com/BojanJurca/Multitasking-Esp32-HTTP-FTP-Telnet-servers-for-Arduino.
In this case you will most likely want to change TZ to your timezone which you can find here: https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv
My issue was resolved by changing my router SSID from 'Samsung galaxy s22' to 'Ywach'. It turns out that the network configuration only reads the first word of the SSID, which caused the problem initially.
Thank you so much, you're very kind sir ![Uploading {5D55F576-D414-47FF-B22B-EE7D89AF40C5}.png.jpg…]()
I’m facing an issue where my ESP32 connects to WiFi but disconnects immediately after. Could you provide a solution to resolve this problem? I've also change network. Please help me sir