Difference between revisions of "Edge Sense LoRa GW Solution"
From ESS-WIKI
(update) |
(update) |
||
Line 7: | Line 7: | ||
*[[ReyaxSol/ReyaxSol_0_0_1/|ReyaxSol 0.0.1]] | *[[ReyaxSol/ReyaxSol_0_0_1/|ReyaxSol 0.0.1]] | ||
− | <span style="font-size:x-large;">Reyax AT Command Test Tools for Ubuntu</span> | + | <span style="font-size:x-large;"></span><span style="font-size:xx-large;">Config file example</span><span style="font-size:medium;"></span> |
+ | |||
+ | <span style="font-size:medium;">/etc/adv.ini</span> | ||
+ | |||
+ | {| border="1" cellspacing="1" cellpadding="1" style="width:500px;" | ||
+ | |- | ||
+ | | | ||
+ | [wisepaas]<br/>url=rmm.wise-paas.com<br/>port=1883 | ||
+ | |||
+ | [gateway]<br/>device_id=0007000E4CAB3235<br/>node_num=2<br/>polling_rate=20 | ||
+ | |||
+ | [rf]<br/>band=TW<br/>hostaddr=1<br/>networkid=0<br/>networkspeed=3<br/>crfop=15 | ||
+ | |||
+ | [node-1]<br/>addr=8 | ||
+ | |||
+ | [node-2]<br/>addr=69 | ||
+ | |||
+ | |} | ||
+ | |||
+ | <span style="font-size:xx-large;">Reyax AT Command Test Tools for Ubuntu</span> | ||
#In Ubuntu Desktop , open two terminals and execute command as below | #In Ubuntu Desktop , open two terminals and execute command as below |
Revision as of 10:54, 9 February 2018
Files Archives
Release
Config file example
/etc/adv.ini
[wisepaas] [gateway] [rf] [node-1] [node-2] |
Reyax AT Command Test Tools for Ubuntu
- In Ubuntu Desktop , open two terminals and execute command as below
- Terminal 1 (Left) , run "cd ReyaxHome" and "./atcmd_demo.bash"
- Terminal 2 (Right) , run "cat /dev/ttyUSB0"
RTENOTITLE - You can enter your choice in the left terminal to issue AT command
- Message from AT Command RX will be shown in the right terminal.
- If you want to change node address , press 0 to enter new node's address.