Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microchiptech/atsamr34_lorawan_rn_parser
"IoT Made Easy!" - Control SAM R34 or WLR089U0 Module with ASCII command set over UART
https://github.com/microchiptech/atsamr34_lorawan_rn_parser
atsamr34 lora lorawan wlr089u0
Last synced: 3 days ago
JSON representation
"IoT Made Easy!" - Control SAM R34 or WLR089U0 Module with ASCII command set over UART
- Host: GitHub
- URL: https://github.com/microchiptech/atsamr34_lorawan_rn_parser
- Owner: MicrochipTech
- License: other
- Created: 2020-09-24T06:47:47.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T15:55:13.000Z (about 3 years ago)
- Last Synced: 2023-02-27T02:42:10.648Z (over 1 year ago)
- Topics: atsamr34, lora, lorawan, wlr089u0
- Language: C
- Homepage:
- Size: 30.2 MB
- Stars: 13
- Watchers: 8
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ATSAMR34_LORAWAN_RN_PARSER
> "Wireless Made Easy!" - Control SAM R34 IC or WLR089U0 Module with ASCII commands over UART
Devices: | **ATSAMR34 | WLR089U0**
## ⚠ Disclaimer
THE SOFTWARE ARE PROVIDED "AS IS" AND GIVE A PATH FOR SELF-SUPPORT AND SELF-MAINTENANCE.
This repository contains unsupported example code intended to help accelerate client product development. It is not validated for production nor audited for security best-practices.
Note that while this repository is unsupported, Microchip welcome community contributions, and all pull-requests will be considered for inclusion into the repository.> Interact with peers in the community at [LoRa Forum](https://www.microchip.com/forums/f512.aspx).
## Abstract
Control SAM R34 IC or WLR089U0 Module with ASCII commands over UART.
## Resources
- [SAMR34/35 and WLR089U Landing page](https://www.microchip.com/design-centers/wireless-connectivity/low-power-wide-area-networks/lora-technology/sam-r34-r35)
- [SAMR34 Device page](https://www.microchip.com/wwwproducts/en/ATSAMR34J18)
- [SAMR34 Xplained Pro Evaluation Kit](https://www.microchip.com/DevelopmentTools/ProductDetails/dm320111)
- [WLR089U0 Module page](https://www.microchip.com/wwwproducts/en/WLR089U0)
- [WLR089U0 Module Xplained Pro Evaluation Kit](https://www.microchip.com/EV23M25A)
- [Microchip Studio 7.0 IDE](https://www.microchip.com/mplab/microchip-studio)## Sample Applications
[Clone/Download](https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/cloning-a-repository) the current repo to get the software.
## A la carte
1. [Quick Start Guide](01_quick_start_guide/README.md#top)
1. [Hardware Setup](01_quick_start_guide/README.md#step1)
1. [Software Setup](01_quick_start_guide/README.md#step2)
1. [Plug-in](01_quick_start_guide/README.md#step3)
1. [Link Up](01_quick_start_guide/README.md#step4)
1. [Send Data](01_quick_start_guide/README.md#step5)
1. [Standby mode](01_quick_start_guide/README.md#step6)
1. [Secure Authentication](01_quick_start_guide/README.md#step7)
1. [Command User's Guide](02_command_guide/README.md#top)
1. [Command Syntax](02_command_guide/README.md#step1)
1. [Command Organization](02_command_guide/README.md#step2)
1. [System Commands](02_command_guide/README.md#step3)
1. [MAC Commands](02_command_guide/README.md#step4)
1. [Limitations](02_command_guide/README.md#step5)