Difference between revisions of "Edge Sense LoRa GW Solution"
(.) |
(.) |
||
| Line 20: | Line 20: | ||
<br/><span style="font-size:larger;">node type #3<br/>Sensor:GPS<br/>(SW 1.0.0 support GPS , but need testing)</span> | <br/><span style="font-size:larger;">node type #3<br/>Sensor:GPS<br/>(SW 1.0.0 support GPS , but need testing)</span> | ||
| − | <span style="font-size:larger;">[[File:LoRaMgt ryx nodetype3.jpg]]</span> | + | <span style="font-size:larger;">[[File:LoRaMgt ryx nodetype3.jpg|RTENOTITLE]]</span> |
= Release Note = | = Release Note = | ||
| − | [[ReyaxSol_1.0.0|ReyaxSol 1.0.0]] (for Ubuntu 16.04) | + | <span style="font-size:larger;">[[ReyaxSol_1.0.0|ReyaxSol 1.0.0]] (for Ubuntu 16.04)</span> |
| − | *Support LoRa module Version RYLRxxP_V0.1.22 | + | *<span style="font-size:larger;">Support LoRa module Version RYLRxxP_V0.1.22</span> |
Revision as of 06:59, 14 August 2018
Contents
Introduction
An IoT total solution, mainly composed of UTX-3117 gateway/EIS-D210 gateway, RYLR89D Lora demo board and WISE-PaaS.
Gateway Support Lists
Support Node
node type #1
Sensor:Temperature , Humidity , LED x 5 , ADC
(SW 1.0.0 support Relay x 4 , Input x 4 , but need testing)
node type #2
Sensor:Temperature , Humidity , CO2
(SW 1.0.0 support CO2 , Input x 4 , but need testing)
node type #3
Sensor:GPS
(SW 1.0.0 support GPS , but need testing)
Release Note
ReyaxSol 1.0.0 (for Ubuntu 16.04)
- Support LoRa module Version RYLRxxP_V0.1.22
Tools
Check version
In Linux, execute command:
$ cat /usr/local/EdgeSense/LoRaMgt_ryx/version
1.0.0
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.


