|
2 years ago | |
---|---|---|
Gateway-Python | 2 years ago | |
LoRaARMTXDemo | 2 years ago | |
Raw-RFM95 | 2 years ago | |
Raw-RFM95-Python | 2 years ago | |
.gitignore | 2 years ago | |
GatewayServer.mjs | 2 years ago | |
README.md | 2 years ago | |
constants.mjs | 2 years ago | |
gateway.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
rfm95.mjs | 2 years ago |
This repository contains my experiments into a bidirectional single-channel LoRa gateway.
Key places:
Gateway-Python
- Some code I found that interacts with an RFM95 in Python. Based on single_chan_pkt_fwdRaw-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.gateway.js
- The Node.JS port of all the above.