Edge Sense LoRa GW Solution

From ESS-WIKI
Revision as of 10:48, 12 February 2018 by Sam35.lin (talk | contribs) (edit)
Jump to: navigation, search

Files Archives

[1]

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:

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

Reyax AT Command Test Tools for Ubuntu

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