RFM69
RFM69 copied to clipboard
Python RFM69 library for raspberrypi
This new sending method was developed in a study project some time ago; are you interested to merge it? If so, I can provide you with some background information...
Hello, I'm trying to connect an RFM69 to a Raspberry Zero. It already is connected to an ePaper Hat, which uses the same SPI pins. I appreciate that the Interrupt...
* updated the README with a better description for connecting the RFM69 * added KeyboardInterrupt event catcher to shutdown RFM69 in a proper way
We no longer call receiveBegin() from inside receiveDone() if no data's ready. Previously, if interruptHandler triggerred while receiveDone() was processing, receiveBegin() would wipe out the received data. This could be...
I am testing communication between a Raspberry Pi model 2B and moteino. On the Pi I am using the radio1.py script, with slight changes. On the moteino I am using...
When working with other gpio libraries in the same program, they sometimes try to set different gpioModes and end up erroring out. Making it a parameter makes this library easier...
It looks like the while not self.canSend() loop in sendACK() is resetting all the SENDERID and RSSI values in the class. The reason why is perfectly understandable, however if the...
I have tried the code and it never seems to get passed initializing. I put in a couple of prints to see where it was getting stuck in the RFM69.py...
Move examples to sub dir, and add two new. (Also, I had chosen wrong port in prev pull request)
Is there a way to use this lib as a normal python package?