https://github.com/getlarge/lora-node
LoRaWAN - RN2483 - Arduino - C++
https://github.com/getlarge/lora-node
Last synced: 10 months ago
JSON representation
LoRaWAN - RN2483 - Arduino - C++
- Host: GitHub
- URL: https://github.com/getlarge/lora-node
- Owner: getlarge
- Created: 2019-02-28T13:26:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:30:33.000Z (over 7 years ago)
- Last Synced: 2025-06-14T14:44:53.635Z (about 1 year ago)
- Language: C++
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
Awesome Lists containing this project
README
# Aloes - LoraWan Node
- Send and receive LoraWan packet via RN2483 chip, using softwareSerial to communicate with Arduino board.
- Authentification by OTAA and ABP via Aloes lorawan-transport or any other LoraWan Server.
- Decode payload received/sent with CayenneLPP.
- Support configuration via NFC ( PN532 ) :
- OTAA mode : send DevEUI and AppEUI, wait for AppKey
- ABP mode : send devAddr and AppEUI, wait for AppSKey and Nwk
LoraWan MQTT API build upon :
- [Arduino](https://www.arduino.cc/)
- [RN2xx3 library](https://github.com/jpmeijers/RN2483-Arduino-Library)
- [CayenneLPP](https://github.com/sabas1080/CayenneLPP)
- [PN532 NFC library](https://github.com/adafruit/Adafruit-PN532)
- [LoraWan transport](https://framagit.org/aloes/lorawan-transport)
-----
## Configuration
Edit your config in `config.h.sample` and save it as `config.h`.
You can override these settings by activating NFC ( FEATURE_NFC = 1 )