0

I am working on a project i.e. Energy Meter in which Esp32_wroom-32E is being used by me. When I install the device in clients homes. they work fine for a week or so and then Wifi connection issues start. I had also run a timer which checks every 3 minutes if WiFi is connected or not. It tries to disconnect and again connects to WiFi. But sometimes the device does'nt connect. What can be issue.

I tried to run a loop to check WiFi connectivity and then try to connect if not but it seems like some other issue.

5
  • It might be excessive noise in the vicinity (microwave oven or so), or something affecting the environment so the power of the signal goes very low. In my opinion your only workaround is to add a check in the main loop for connectivity, and a robust function to reconnect even if the connection phase fails. nobody is safe from wifi disconnects... Commented Jun 26, 2023 at 12:25
  • It is installed near Home Electric DB to read Grid current and voltage. Commented Jun 26, 2023 at 12:35
  • That should not be an issue for wifi. I was thinking about 2.4GHz sources of noise (CB Radio, Microwave ovens,...) Commented Jun 27, 2023 at 9:39
  • And what is the solution to minimize such issues. Commented Jun 28, 2023 at 10:22
  • If you're using a version of the ESP32 with PCB antenna, try to modify it to a physical antenna, search for "extend ESP32 wifi range" to learn the various ways to do it (usually it needs soldering and attaching a physical antenna). Commented Jun 30, 2023 at 6:18

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.