-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RF433 noise or interference generated by openmqttgateway #337
Comments
I have experienced something similar when I used the 433 on OMG. |
Depending on the module type used we could either power it directly by a pin either by an intermediary transistor. I could add this has an option to OMG |
Thanks @1technophile , this could be great. When do you think that this option could be added to OMG? |
I have had a similar issue using the FS1000A. Back then I used version 0.5 and as far as I remember Noise was starting about when first signal was sent out. I just remember that I fixed the issue by reassigning the rf transmitter to another pin on my WEMOS D1 mini. Updated yesterday to latest version and found there kinda seems same issue exists. I guess at my board this has something to to with the RX-Pin itself maybe influenced by USB-Serial Adapter or whatever. |
Same issue here running it on a nodemcu (ESP-12). Noise is very noticeable and only happens after a first transmit, and goes away with a reboot. It's so noisy it affects unrelated RF devices 30 meters away. |
Unfortunately I'm not reproducing this issue (Emitter connected to RX on a NodeMCU with an FS1000A). Is your USB port still connected to the computer or not? |
I did use the USB-Port for power and had that connected to a ordinary smarphone powersupply. Not sure, if that is causing an issue. I did never try it with direct power from bench supply or such. |
Apologies for the confusion. I seem to have changed the nodemcu at some point and totally forgot about it. I'm actually using an ESP32, with the Transmitter Data pin on IO12. It's an XD-FST, and the receiver is an RXB6 |
Thanks for the details. I will try to reproduce with a phone charger |
Hello, I tried with But I don't reproduce the issue, the signal stop after 2 seconds. |
I must say I'm starting to doubt it being triggered only by transmitting. I started experiencing interference today although certain hadn't transmitted anything. I'll set up some test with SDR recording to check actual noise - at the moment it's just based on symptoms (my garage door won't open every now and again). Fixed by just rebooting OMG or unplugging the transmitter, 30 meters away from the garage door. |
Maybe a track to follow is the use of another version of RC-switch from the one referenced in OMG repo. |
Hello,
I am using this excellent project like a bridge of IR + RF433 + Bluetooth
Since I started to use the bridge, I could see some interference at home with other RF 433 devices (for example in my car to unlock the door using the key, in my wife car the same or for open my garage using the native RF key)
After some analisis, I removed the RF433 TX module from the bridge and the noise problem has disappeared.
Looks like the TX RF433 is sending a signal "noise" all the time.
I am using a 433Mhz RF Transmitter module MX-FS-03V
Could be possible to enable some PIN to activate a transistor and then enable the RF433 TX just to send "transmit" the codes?
OpenMQTTGateway version used V0.3.1
Thank you
The text was updated successfully, but these errors were encountered: