https://github.com/m5stack/m5-lorawan
https://github.com/m5stack/m5-lorawan
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/m5stack/m5-lorawan
- Owner: m5stack
- License: mit
- Created: 2022-03-22T09:30:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T07:50:31.000Z (over 2 years ago)
- Last Synced: 2025-05-05T03:14:49.923Z (about 1 year ago)
- Language: C++
- Size: 20.5 KB
- Stars: 9
- Watchers: 7
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# M5-LoRaWAN
## Overview
### Compatible Products:
| SKU | Name |
|------|---------------------|
| U115 | Unit LoRaWAN915 |
| U116 | Unit LoRaWAN470 |
| U117 | Unit LoRaWAN868 |
| K061 | Atom DTU LoRaWAN915 |
| K062 | Atom DTU LoRaWAN470 |
| K063 | Atom DTU LoRaWAN868 |
Please note that all the six products above (compatible with this library) are EOL. For new LoRaWAN products like Unit LoRaWAN-US915 (U184-US915) and Atom DTU LoRaWAN-US915 (A152-US915), please use [M5-LoRaWAN-RAK](https://github.com/m5stack/M5-LoRaWAN-RAK) library instead.
Contains M5Stack-**LoRaWAN** series related case programs. The hardware is based on the ASR6501 series of modules to realize the LoRaWAN communication function.
## Related Link
[Document & AT Command Unit LoRaWAN470](https://docs.m5stack.com/en/unit/lorawan470)
[Document & AT Command Unit LoRaWAN868](https://docs.m5stack.com/en/unit/lorawan868)
[Document & AT Command Unit LoRaWAN915](https://docs.m5stack.com/en/unit/lorawan915)
[Document & AT Command Atom DTU LoRaWAN470](https://docs.m5stack.com/en/atom/atom_dtu_lorawan470)
[Document & AT Command Atom DTU LoRaWAN868](https://docs.m5stack.com/en/atom/atom_dtu_lorawan868)
[Document & AT Command Atom DTU LoRaWAN915](https://docs.m5stack.com/en/atom/atom_dtu_lorawan915)
## License
[M5-LoRaWAN - MIT](LICENSE)