You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
Gateway-Python | 4 years ago | |
LoRaARMTXDemo | 4 years ago | |
Raw-RFM95 | 4 years ago | |
Raw-RFM95-Python | 4 years ago | |
.gitignore | 4 years ago | |
GatewayServer.mjs | 4 years ago | |
README.md | 4 years ago | |
constants.mjs | 4 years ago | |
gateway.js | 4 years ago | |
package-lock.json | 4 years ago | |
package.json | 4 years ago | |
rfm95.mjs | 4 years ago |
README.md
LoRa Single Channel Gateway
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.