The glue code that powers my RFM-95 + Raspberry Pi 3 B+ powered gateway.
Gateway-Python | ||
Raw-RFM95 | ||
Raw-RFM95-Python | ||
README.md |
LoRa Single Channel Gateway
This repository contains my experiments into a bidirectional single-channel LoRa gateway.
Key folders:
Gateway-Python
- Some code I found that interacts with an RFM95 in Python.Raw-RFM95
- Arduino code that interacts with an RFM95's registers directly via SPI.Raw-RFM95-Python
- Same as above, but in Python fort he Raspberry Pi. Tests the registeres to ensure they work correctly.