Difference between revisions of "Edge Sense LoRa GW Solution"
From ESS-WIKI
(.) |
(.) |
||
| Line 37: | Line 37: | ||
1.0.0-rc4 | 1.0.0-rc4 | ||
| − | |||
*Fix bug: 5227, 5228, 5229, 5231, 5235 | *Fix bug: 5227, 5228, 5229, 5231, 5235 | ||
1.0.0-rc3 | 1.0.0-rc3 | ||
| + | |||
| + | *Support LoRa module Version RYLRxxP_V0.1.22 | ||
| + | |||
| + | 1.0.0-rc2 | ||
| + | |||
| + | *Support LoRa module Version RYLRxxP_V0.1.13 | ||
| + | *Support crfop, band, address, networkid in config file | ||
| + | *Install ReyaxSol to system's folder , not to /home/adv | ||
| + | *Added uninstall mechanism | ||
| + | *Fixed same gateway device id shown on WISE-PaaS from different gateway | ||
= Tools = | = Tools = | ||
Revision as of 09:40, 8 August 2018
Contents
Introduction
Gateway Support Lists
Files Archives
Release
- ReyaxSol 0.0.1 (for 2018 embedded world)
- ReyaxSol 0.0.2
- ReyaxSol 0.0.3
- ReyaxSol 1.0.0-rc1 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0-rc2 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0-rc3 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0-rc4 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0-rc5 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0-rc6 (for Ubuntu 16.04 for QA Test)
- ReyaxSol 1.0.0
Change Logs
1.0.0
1.0.0-rc6
- Fix bug: 5235
1.0.0-rc5
- Fix bug: 5266, 5235, 5231
1.0.0-rc4
- Fix bug: 5227, 5228, 5229, 5231, 5235
1.0.0-rc3
- Support LoRa module Version RYLRxxP_V0.1.22
1.0.0-rc2
- Support LoRa module Version RYLRxxP_V0.1.13
- Support crfop, band, address, networkid in config file
- Install ReyaxSol to system's folder , not to /home/adv
- Added uninstall mechanism
- Fixed same gateway device id shown on WISE-PaaS from different gateway
Tools
Check version
In Linux, execute command:
$ cat /usr/local/EdgeSense/LoRaMgt_ryx/version
1.0.0-rc6
Monitor Tools
reyaxmon is a monitor tool that it will show RF setting , gateway setting and sensor value from LoRa nodes.
Execute following commands to launch reyaxmon tools.
$ cd /usr/local/EdgeSense/LoRaMgt_ryx
$ sudo ./reyaxmon
Reyax AT Command Demo Script
This demo script is a simple bash script, aim to provide a preliminary understanding about Reyax At Command.
Script version : 0.3-beta
Support Reyax firmware version : RYLRxxP_V0.1.22
Download
- This demo script is available at Reyax-atcmd-demo.bash.tar.gz
- Download the file and upload it to Ubuntu. (Execute "wget http://ess-wiki.advantech.com.tw/wiki/images/4/4b/Reyax-atcmd-demo.bash.tar.gz" in terminal)
- Uncompress the file with command "tar zxfv Reyax-atcmd-demo.bash.tar.gz" , then reyax-atcmd-demo.bash will be ready to use.
Usage
- In Ubuntu Desktop , open two terminals.
- Terminal 1 (Left) , run "sudo cat /dev/ttyUSB0"
- Terminal 2 (Right) , run "sudo ./reyax-atcmd-demo.bash"

- You can enter your choice in the right terminal to issue AT command
- Message from AT Command RX will be shown in the left terminal.
- If you want to change node address , press 0 to enter new node's address.