Difference between revisions of "Edge Sense LoRa GW Solution"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 14: Line 14:
 
[[File:LoRaMgt ryx nodetype1.jpg|RTENOTITLE]]
 
[[File:LoRaMgt ryx nodetype1.jpg|RTENOTITLE]]
  
<span style="font-size:larger;"><br/>node type #2<br/>Sensor:Temperature , Humidity , CO2</span>
+
<br/><span style="font-size:larger;">node type #2<br/>Sensor:Temperature , Humidity , CO2</span>
  
 
[[File:LoRaMgt ryx nodetype2.jpg|RTENOTITLE]]
 
[[File:LoRaMgt ryx nodetype2.jpg|RTENOTITLE]]
  
<span style="font-size:larger;"><br/>node type #3<br/>Sensor:GPS</span>
+
<br/><span style="font-size:larger;">node type #3<br/>Sensor:GPS</span>
  
 
= Files Archives =
 
= Files Archives =
Line 77: Line 77:
 
== Check version ==
 
== Check version ==
  
<span style="font-size:larger;">In Linux, execute command:<br/>$ <span style="color:#0000FF;">cat /usr/local/EdgeSense/LoRaMgt_ryx/version</span><br/>1.0.0-rc6</span>
+
<span style="font-size:larger;">In Linux, execute command:<br/>$ <span style="color:#0000FF;">cat /usr/local/EdgeSense/LoRaMgt_ryx/version</span><br/>1.0.0</span>
  
 
== Monitor Tools ==
 
== Monitor Tools ==

Revision as of 10:36, 13 August 2018

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 , Relay x 4 , Input x 4

RTENOTITLE


node type #2
Sensor:Temperature , Humidity , CO2

RTENOTITLE


node type #3
Sensor:GPS

Files Archives

[1]

Release

Change Logs

1.0.0

  • Based on 1.0.0-rc6 to formal release.

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

1.0.0-rc1

  • Support LoRa module Version RYLRxxP_V0.1.2


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

RTENOTITLE

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

Usage

  1. In Ubuntu Desktop , open two terminals.
  2. Terminal 1 (Left) , run "sudo cat /dev/ttyUSB0"
  3. Terminal 2 (Right) , run "sudo ./reyax-atcmd-demo.bash"
    RTENOTITLE
  4. You can enter your choice in the right terminal to issue AT command
  5. Message from AT Command RX will be shown in the left terminal.
  6. If you want to change node address , press 0 to enter new node's address.


Internal wiki