Hello, I am working on an AR/VR project with an ESP32 (STA mode) that creates a server and sends axis + acceleration informations to that server. But very randomly it stops to sending information to that server. I tested it numerously times and sometimes suddenly it cuts to sending data sometimes it doesn't. Do you have a solution idea? Thanks.
I tried to fix this problem as follows; i changed the libraries i was using, changed my network provider, checked the memory but it didn't wok.
Post the code using the appropriate <code/> tag
I have experienced issues with wifi randomly stopping responding which was resolved with this command after setting up the wifi: WiFi.setSleep(false);
Worth a try...
Are you using an Arduino Nano ESP32 or some random ESP32?
I m using nodemcu esp32
I moved your topic to a more appropriate forum category @ebrub_eng.
The Nano ESP32 category you chose is only used for discussions directly related to the Arduino Nano ESP32 board.
In the future, please take the time to pick the forum category that best suits the subject of your question. There is an "About the _____ category" topic at the top of each category that explains its purpose.
Thanks in advance for your cooperation.
That is NOT an Arduino Nano ESP32 !! I've moved the topic back to where @pert moved it to; leave it there !
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.