- There are no more items in your cart
- Shipping
- Total £0.00
Raspberrypi RFM12B module - SPI interface - PCB Board
Raspberrypi RFM12B SPI module
Raspberrypi RFM12B SPI module
Connect your raspberrypi with a RFM12B module via SPI.
Get your raspberrypi to communicate with other RFM12B equiped devices or get two raspberrypis to communicate together via 433/868/915MHz radio.
Board without RFM12B module also available. Please enquire.
Instructions and driver can be found on Github here.
If instructions on Github are too long for you we have compiled the driver in this archive here. (build and tested with raspbian 2014-01-07-wheezy-raspbian.img). Copy the files on your Raspberrypi then issue commands:
$ sudo modprobe spi-bcm2708
$ sudo insmod rfm12b.ko
$ sudo ./bin/rfm12b_chat
This will initiate a chat session with another RFM12B module.