ninjablocks / 433Utils

433Kit is a collection of code and documentation designed to assist you in the connection and usage of RF 433MHz transmit and receive modules to/with your Arduino and Rapberry Pi.
ninjablocks.com
MIT License
899 stars 335 forks source link

433MHz module not working with RPI4 #78

Open pijoe56 opened 2 years ago

pijoe56 commented 2 years ago

Hi, I have been using these modules with my Rasperry Pi3 and Zero and it has always worked perfectly, now I have tried it with the Raspberry Pi4 and despite the fact that the codes are sent it does not work. can someone help me, thanks.

[code]RF_COMMAND='/home/pi/433Utils/RPi_utils/codesend' remote2off = '123456' subprocess.call([RF_COMMAND, remote2off]) # remote2 switch off ...[/code]

lxne commented 11 months ago

I have a new 433MHz module and I can't get it to work with my Pi4, too. Any ideas or does it even work for anyone?

lxne commented 11 months ago

With rpi-rf receiving works. But my transmitter module still won't work. Maybe it is defect.