The glue code that powers my RFM-95 + Raspberry Pi 3 B+ powered gateway.
This repository has been archived on 2019-08-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Starbeamrainbowlabs 7ad9f0dfa5
Tidy up rfmtest.py to fix all flake8 errors
2018-12-21 15:44:12 +00:00
Gateway-Python Move stuff around to make this repository more organised. 2018-12-21 15:28:37 +00:00
Raw-RFM95 Move stuff around to make this repository more organised. 2018-12-21 15:28:37 +00:00
Raw-RFM95-Python Tidy up rfmtest.py to fix all flake8 errors 2018-12-21 15:44:12 +00:00
README.md Tidy up README some more 2018-12-21 15:29:10 +00:00

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. Based on single_chan_pkt_fwd
  • 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.