Activate SPI interface with raspi-config Install software for RaspyRFM with
sudo apt-get install git-core
git clone https://github.com/Phunkafizer/RaspyRFM.git
cd RaspyRFM
./setup.sh
Activate the environment and run a test application:
source .env/bin/activate
apps/scan.py
See project homepage