RaspyRFM
RaspyRFM copied to clipboard
Software for the RaspyRFM module with examples
Python module & examples for RaspyRFM

Installation
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
Examples & applications
See project homepage
- Software installation & examples (german)
- Control RC switches with RaspyRFM (german)
- Receive lacrosse sensors (german)
- Roomclima logger (german)