Difference between revisions of "Edge Sense LoRa GW Solution"

From ESS-WIKI
Jump to: navigation, search
(edit)
(edit)
Line 14: Line 14:
  
 
*[[ReyaxSol/ReyaxSol_0_0_1_2018ew/|ReyaxSol 0.0.1 for 2018 embedded world]]
 
*[[ReyaxSol/ReyaxSol_0_0_1_2018ew/|ReyaxSol 0.0.1 for 2018 embedded world]]
*[[ReyaxSol_1.0_for_Ubuntu_16.04_x86_for_QA_Test]]
+
*[[ReyaxSol_1.0_for_Ubuntu_16.04_x86_for_QA_Test|ReyaxSol_1.0_for_Ubuntu_16.04_x86_for_QA_Test]]
  
 
<span style="font-size:xx-large;">Config file example</span>
 
<span style="font-size:xx-large;">Config file example</span>
Line 40: Line 40:
 
*nodetype=2&nbsp;: temperature + humidity + co2
 
*nodetype=2&nbsp;: temperature + humidity + co2
  
<span style="font-size:xx-large;">Reyax AT Command Test Tools for Ubuntu</span>
+
<span style="font-size:xx-large;">Tools</span>
  
#In Ubuntu Desktop , open two terminals and execute command as below
+
*[[Reyax_AT_Command_Demo_Script]]
#Terminal 1 (Left) , run "cd ReyaxHome" and&nbsp;"./atcmd_demo.bash"
 
#Terminal 2 (Right) , run "cat /dev/ttyUSB0"<br/>[[File:Reyax atcmd test.jpg|RTENOTITLE]]
 
#You can enter your choice in the left terminal to issue AT command
 
#Message from AT Command RX will be shown in the&nbsp;right terminal.
 
#If you want to change node address , press 0 to enter new node's address.
 

Revision as of 08:15, 6 March 2018

Files Archives

[1]

Document

Issue List

Release

Config file example

/etc/adv.ini

[wisepaas]
url=rmm.wise-paas.com
port=1883

[gateway]
device_id=0007000E4CAB3235
node_num=2
polling_rate=20

[rf]
band=TW
hostaddr=1
networkid=0
networkspeed=3
crfop=15

[node-1]
addr=8
nodetype=2

[node-2]
addr=69
nodetype=1

notetype:

  • nodetype=1 : temperature + humidity + gpio x 5
  • nodetype=2 : temperature + humidity + co2

Tools