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
893 stars 336 forks source link

RPI3 - RFSniffer (no receiving) X PISCOPE (many wave noise) #61

Open JRamos29 opened 5 years ago

JRamos29 commented 5 years ago

After editing some lines in RFSniffer.cpp i can print some info like "breakpoints" and in dispite of the code enter the "while(1)" loop, "mySwitch.avaiable()" seems always return false. And I get the same problem with other 433Utils based scripts.

Meanwhile, when i run PISCOPE i get a lot of signals from pin GPIO 27 which corresponds with wiringPi #2 or the 13th pin on the board. It also happens with the Python based RF decoder rpi-rf.

I'm using Raspberry Pi 3 B with Ubuntu Mate 16.04. I tried with a fresh Raspbian but got the same problems.

Someone can help?

Thanks in advance!