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 fbc275239b
Move stuff around to make this repository more organised.
2018-12-21 15:28:37 +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 Move stuff around to make this repository more organised. 2018-12-21 15:28:37 +00:00
README.md Move stuff around to make this repository more organised. 2018-12-21 15:28:37 +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.
  • 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.

Based on: https://github.com/tftelkamp/single_chan_pkt_fwd