Difference between revisions of "Edge Sense LoRa GW Solution"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 35: Line 35:
 
<span style="font-size:larger;">Execute following commands to launch reyaxmon tools.<br/>$ <span style="color:#0000FF;">cd /usr/local/EdgeSense/LoRaMgt_ryx</span><br/>$ <span style="color:#0000FF;">sudo ./reyaxmon</span></span>
 
<span style="font-size:larger;">Execute following commands to launch reyaxmon tools.<br/>$ <span style="color:#0000FF;">cd /usr/local/EdgeSense/LoRaMgt_ryx</span><br/>$ <span style="color:#0000FF;">sudo ./reyaxmon</span></span>
  
<span style="font-size:larger;"><span style="color:#0000FF;">[[File:LoRaMgt ryx reyaxmon screenshot.jpg]]</span></span>
+
<span style="font-size:larger;"><span style="color:#0000FF;">[[File:LoRaMgt ryx reyaxmon screenshot.jpg|RTENOTITLE]]</span></span>
  
 
== Reyax AT Command Demo Script ==
 
== Reyax AT Command Demo Script ==
  
*[[Reyax_AT_Command_Demo_Script|Reyax_AT_Command_Demo_Script]]
+
<span style="font-size:larger;">This demo script is a simple bash script, aim to provide a preliminary understanding about Reyax At Command.</span>
 +
 
 +
<span style="font-size:larger;">Script version&nbsp;: 0.3-beta</span>
 +
 
 +
<span style="font-size:larger;">Support Reyax firmware version&nbsp;: RYLRxxP_V0.1.22</span>
 +
 
 +
<span style="font-size:larger;">Download</span>
 +
 
 +
*<span style="font-size:medium;">This demo script is available at&nbsp;[[Media:Reyax-atcmd-demo.bash.tar.gz|Reyax-atcmd-demo.bash.tar.gz]]</span>
 +
*<span style="font-size:medium;">Download the file and upload it to Ubuntu. (Execute "<span style="color:#0000FF;">wget [http://ess-wiki.advantech.com.tw/wiki/images/4/4b/Reyax-atcmd-demo.bash.tar.gz http://ess-wiki.advantech.com.tw/wiki/images/4/4b/Reyax-atcmd-demo.bash.tar.gz]</span>" in terminal)</span>
 +
*<span style="font-size:medium;">Uncompress the file with command "<span style="color:#0000FF;">tar zxfv Reyax-atcmd-demo.bash.tar.gz</span>" , then&nbsp;reyax-atcmd-demo.bash will be ready to use.</span>
 +
 
 +
 
  
 
[[Edge_Sense_LoRa_GW_Solution_internal|Internal wiki]]
 
[[Edge_Sense_LoRa_GW_Solution_internal|Internal wiki]]

Revision as of 09:22, 8 August 2018

Introduction

Gateway Support Lists

Files Archives

[1]

Release

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

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


Internal wiki