Difference between revisions of "Edge Sense LoRa GW Solution"
(.) |
(.) |
||
| Line 10: | Line 10: | ||
= Support Node = | = Support Node = | ||
| − | <span style="font-size:larger;">node type #1<br/>Sensor:Temperature , Humidity , LED x 5 , ADC< | + | <span style="font-size:larger;">node type #1<br/>Sensor:Temperature , Humidity , LED x 5 , ADC</span><br/>[[File:LoRaMgt ryx nodetype1.jpg|RTENOTITLE]] |
<br/><span style="font-size:larger;">node type #2<br/>Sensor:Temperature , Humidity , CO2<br/>(SW 1.0.0 support CO2 , but need testing)</span> | <br/><span style="font-size:larger;">node type #2<br/>Sensor:Temperature , Humidity , CO2<br/>(SW 1.0.0 support CO2 , but need testing)</span> | ||
| Line 23: | Line 23: | ||
*<span style="font-size:larger;">Support LoRa module firmware Version RYLRxxP_V0.1.22</span> | *<span style="font-size:larger;">Support LoRa module firmware Version RYLRxxP_V0.1.22</span> | ||
| − | *<span style="font-size:larger;">Support LoRa nodetype#1 firmware version: RYLRxx6_V0.1.13</span> | + | *<span style="font-size:larger;">Support LoRa nodetype#1 firmware version: RYLRxx6_V0.1.13 + RYLRxxE_V0.1.7.hex (for I/O board)</span> |
*<span style="font-size:larger;">Support LoRa nodetype#2 firmware version: RYLRxx2_V0.1.13.hex</span> | *<span style="font-size:larger;">Support LoRa nodetype#2 firmware version: RYLRxx2_V0.1.13.hex</span> | ||
Revision as of 07:13, 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
node type #2
Sensor:Temperature , Humidity , CO2
(SW 1.0.0 support CO2 , but need testing)
Release Note
ReyaxSol 1.0.0 (for Ubuntu 16.04)
- Support LoRa module firmware Version RYLRxxP_V0.1.22
- Support LoRa nodetype#1 firmware version: RYLRxx6_V0.1.13 + RYLRxxE_V0.1.7.hex (for I/O board)
- Support LoRa nodetype#2 firmware version: RYLRxx2_V0.1.13.hex
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.
