RPI-RFM69

Having worked for some time with RFM69 radios, I found the absence of a well documented Python library targetted at the Raspberry Pi surprising. Eventually, I stumbled across a Python port of the LowPowerLabs RFM69 C library. While this library is very functional, it mimicked the C implementation and thus wasn’t very “Pythonic”. I decided to fork the library and create a one myself.

RPI example

Note: As I no longer have any use for the library, I have handed over the maintenance to a former contributor.