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.
TheThingsNetworkGateway/README.md

14 lines
494 B
Markdown
Raw Normal View History

# 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.
2018-11-15 18:21:45 +00:00
2018-12-20 18:32:35 +00:00
Based on: https://github.com/tftelkamp/single_chan_pkt_fwd