Skip to content

GuidoE/RFM69

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a port of the RFM69 library for arduino from https://github.com/LowPowerLab/RFM69 to python for raspberry pi. Attach the RFM69 as follows:
RFM pin - Pi pin
3v3 - 17
DIO0 - 18 (GPIO24)
MOSI - 19
MISO - 21
CLK - 23
Ground - 25

You can change the interrupt pin (GPIO24) in the class init.

prerequisites: RPi.GPIO and spidev

Add RFM69 to PYTHONPATH from RaspberryPi terminal

export PYTHONPATH=$PYTHONPATH:/local/path/to/RFM69

About

Python RFM69 library for raspberrypi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%