Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lupyuen/lorawan
LoRaWAN Driver for BL602 and BL604
https://github.com/lupyuen/lorawan
bl602 bl604 lora lorawan riscv riscv32
Last synced: 20 days ago
JSON representation
LoRaWAN Driver for BL602 and BL604
- Host: GitHub
- URL: https://github.com/lupyuen/lorawan
- Owner: lupyuen
- License: other
- Created: 2021-11-03T09:06:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-04T01:05:43.000Z (over 3 years ago)
- Last Synced: 2024-11-14T18:30:13.900Z (3 months ago)
- Topics: bl602, bl604, lora, lorawan, riscv, riscv32
- Language: C
- Homepage:
- Size: 135 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# LoRaWAN Driver for BL602 and BL604
Read the articles...
- ["LoRaWAN on PineDio Stack BL604 RISC-V Board"](https://lupyuen.github.io/articles/lorawan2)
- ["PineCone BL602 Talks LoRaWAN"](https://lupyuen.github.io/articles/lorawan)
- ["The Things Network on PineDio Stack BL604 RISC-V Board"](https://lupyuen.github.io/articles/ttn)
Semtech LoRaWAN endpoint stack, ported to BL602 from Apache Mynewt OS...
https://github.com/apache/mynewt-core/tree/master/net/lora/node
BL602 LoRaWAN firmware with command-line interface is here...
[`pinedio_lorawan`: BL602 LoRaWAN Firmware](https://github.com/lupyuen/bl_iot_sdk/tree/master/customer_app/pinedio_lorawan)
To add this driver to an existing BL602 / BL604 project:
```bash
cd bl_iot_sdk/components/3rdparty
git submodule add https://github.com/lupyuen/lorawan
```![BL602 LoRaWAN Driver](https://lupyuen.github.io/images/lorawan-driver.png)