This package provides a Python wrapper of the LowPowerLabs RFM69 library and is largely based on the work of Eric Trombly who ported the library from C.
The package expects to be installed on a Raspberry Pi and depends on the RPI.GPIO and spidev libraries. In addition you need to have an RFM69 radio module directly attached to the Pi. For details on how to connect such a module checkout this guide Connecting the Radio.
There are links to an Arduino installation from Adafruit at the bottom of this page.
pip3 install rpi-rfm69
PI Name | 3v3 | Ground | MOSI | MISO | SCLK | ID_SC | CE0 | |
---|---|---|---|---|---|---|---|---|
PI GPIO* | 10 | 9 | 11 | 8 | 5 | |||
PI Pin | 17 | 25 | 19 | 21 | 23 | 28 | 24 | 29 |
Adafruit | Vin | GND | MOSI | MISO | CLK | G0 | CS | RST |
Breakout Garden SPI | 3V3 | GND | MOSI | MISO | SCLK | GPIO | CS |