Arduino Uno R4 WIFI (ESP32-S3) creates interference with garage door opener

I have a ESP32 wifi app using UDP to transmit messages from my garage to house via UDP. It works great. Unfortunately it appears to be creating so much interference that my remote garage door opener has become largely unresponsive. If I boot my Ardunio WIFI the remote stops working well. Unplug the Ardunio and all is well. I have another Wifi device in the garage, right next to the garage door opener, which doesn't appear to be causing issues. Any suggestions?

Welcome to the forum

As you are using a Uno R4 WiFi your topic has been moved to that category of the forum

That sounds like EMI. Can you post a clean picture of the system and note any wired over 25cm/10". Since your garage door also has its own RF and they could be easily interfering with each other.

Thanks. It's a busy garage so it would take a while to make a diagram of it. AC romex throughout, a Google Wifi Mesh node, a SimpliSafe WIFI human door sensor, a MyQ garage car door sensor, my rig. The only DC wire is from garage door button to door opener and from garage car door to my rig (passes by the opener). I have moved my rig farther away from the opener and it seems to have improved things alot. Wondering if/how to provide some shielding. Would it help?

Start with you project, not the garage. Since moving it helped we are on the correct track. The schematic needed is for your Arduino circuit and anything connected to it. How are you interfacing the buttons? Interface to the garage door.

Very simple. My project in the garage is just an Arduino wifi in a plastic box with 12V adaptor in the barrel jack. Pair of 20 AWG stranded wires run to a magnetic reed switch about 20 feet away on side of garage door. One wire runs to arduino ground, the other runs to digital pin 12.

1 Like

That is more then likely your problem, it is a great antenna. Without a schematic I cannot be much more help. In this case the circuit is important.

Thanks for your help. There really isn’t anything to diagram. I’ve described the whole thing. If I unplug my project the interference stops. The wire is still there. Does that still make sense as an antenna issue?

In the software, you can turn WiFi on only when you need it. So when the door first opens, any time it's open, etc.

That may help you to change something so that the interference only occurs when you don't need the opener working.

Or just use 2-wire-in-a-sheld from the reed switch and make sure that the shield is grounded only at the Arduino end.

It sounds like the interference from your ESP32 Wi-Fi setup is overlapping with the frequency used by your garage door opener. Many garage door openers operate on 315 MHz or 390 MHz, while Wi-Fi operates on 2.4 GHz or 5 GHz, but some overlap or signal noise can still happen, especially if the devices are close to each other.

One suggestion would be to try switching the Wi-Fi channel on your ESP32 to reduce interference. You can use a tool like a Wi-Fi analyzer to see which channels are less congested and set your device to one of those. Also, if possible, relocating the ESP32 further away from the garage door opener may help reduce signal disruption.

If the problem persists, you might want to consider upgrading to a newer garage door opener that operates on a different frequency or includes interference protection. Some garage door opener services can also provide solutions for updating or troubleshooting opener systems.

Hope this helps !

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.