Difference between revisions of "Edge Sense LoRa GW Solution"

From ESS-WIKI
Jump to: navigation, search
(.)
(.)
Line 45: Line 45:
 
<span style="font-size:larger;">Support Reyax firmware version&nbsp;: RYLRxxP_V0.1.22</span>
 
<span style="font-size:larger;">Support Reyax firmware version&nbsp;: RYLRxxP_V0.1.22</span>
  
=== Download ===
+
<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;">This demo script is available at&nbsp;[[Media:Reyax-atcmd-demo.bash.tar.gz|Reyax-atcmd-demo.bash.tar.gz]]</span>
Line 51: Line 51:
 
*<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>
 
*<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>
  
=== Usage ===
+
<span style="font-size:larger;">Usage</span>
  
 
#<span style="font-size:larger;">In Ubuntu Desktop , open two terminals.</span>
 
#<span style="font-size:larger;">In Ubuntu Desktop , open two terminals.</span>

Revision as of 09:27, 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

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