Wiki source code of Notes for LORIOT
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="wikigeneratedid" %) | ||
2 | **~ Contents:** | ||
3 | |||
4 | {{toc/}} | ||
5 | |||
6 | |||
7 | |||
8 | |||
9 | = 1. Introduction = | ||
10 | |||
11 | ((( | ||
12 | ((( | ||
13 | The Dragino LoRaWAN gateway can commuicate with [[LORIOT>>url:https://www.loriot.io/]] LoRaWAN Network Server: | ||
14 | ))) | ||
15 | ))) | ||
16 | |||
17 | ((( | ||
18 | ((( | ||
19 | Below list the support products and Requirements: | ||
20 | ))) | ||
21 | ))) | ||
22 | |||
23 | 1. ((( | ||
24 | ((( | ||
25 | LoRaWAN Gateway model: [[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]], [[LG308>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/140-lg308.html]], [[DLOS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/160-dlos8.html]] | ||
26 | ))) | ||
27 | ))) | ||
28 | 1. ((( | ||
29 | ((( | ||
30 | Firmware version since :[[LG02_LG08~~-~~-build-v5.4.1590459021-20200526-1012>>url:http://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/]] | ||
31 | |||
32 | |||
33 | ))) | ||
34 | ))) | ||
35 | |||
36 | = 2. Gateway Setup Instruction = | ||
37 | |||
38 | == 2.1 Step 1: Get Gateway ETH0 MAC Address == | ||
39 | |||
40 | ((( | ||
41 | Dragino LoRaWAn gateway use ETH0 MAC address to generate Gateway ID to communicate with LORIOT, User can get the ETH0 MAC address from SSH access and run **ifconfig** command. | ||
42 | ))) | ||
43 | |||
44 | [[image:image-20220524175559-2.png]] | ||
45 | |||
46 | Get ETH0 MAC address | ||
47 | |||
48 | ((( | ||
49 | **Note**: To make set up more friendly, the ETH0 will show on the LORIOT page in a new firmware version. | ||
50 | |||
51 | |||
52 | ))) | ||
53 | |||
54 | == 2.2 Step 2: Choose LORIOT service == | ||
55 | |||
56 | [[image:image-20220524175626-3.png]] | ||
57 | |||
58 | Choose to use LORIOT as LoRaWAN service provider | ||
59 | |||
60 | [[image:image-20220524175646-4.png]] | ||
61 | |||
62 | Install and choose the LORIOT server to be used | ||
63 | |||
64 | |||
65 | == 2.3 Step 3: Checking Connection Status == | ||
66 | |||
67 | [[image:image-20220524175703-5.png]] | ||
68 | |||
69 | Click to Home page and check the connection status | ||
70 | |||
71 | |||
72 | == 2.4 Step 4: Setup Account in LORIOT == | ||
73 | |||
74 | Login [[LORIOT>>url:https://www.loriot.io/]] and create account | ||
75 | |||
76 | [[image:image-20220524175722-6.png]] | ||
77 | |||
78 | Log in LORIOT portal | ||
79 | |||
80 | |||
81 | Choose to use the server same as the gateway setting | ||
82 | |||
83 | [[image:image-20220526111312-1.png||height="493" width="1098"]] | ||
84 | |||
85 | Choose server | ||
86 | |||
87 | |||
88 | Create a New Network | ||
89 | |||
90 | [[image:image-20220526111425-2.png||height="579" width="1378"]] | ||
91 | |||
92 | Create a New Network | ||
93 | |||
94 | |||
95 | [[image:image-20220526111500-3.png]] | ||
96 | |||
97 | Create a New Network | ||
98 | |||
99 | |||
100 | == 2.5 Step 5: Register the gateway == | ||
101 | |||
102 | [[image:image-20220526111650-4.png]] | ||
103 | |||
104 | Register the Gateway in LORIOT | ||
105 | |||
106 | |||
107 | Choose LG308 as gateway model | ||
108 | |||
109 | [[image:image-20220526111742-5.png||height="496" width="1372"]] | ||
110 | |||
111 | Choose LG308 as gateway model | ||
112 | |||
113 | |||
114 | Input Gateway ETH0 address | ||
115 | |||
116 | [[image:image-20220526111918-6.png||height="744" width="1336"]] | ||
117 | |||
118 | Choose SX1301 Reference and use SPI protocol | ||
119 | |||
120 | |||
121 | Choose the right Frequency Band and input location | ||
122 | |||
123 | [[image:image-20220526112029-7.png||height="620" width="1306"]] | ||
124 | |||
125 | Set up regional settings. | ||
126 | |||
127 | |||
128 | == 2.6 Step 6: Check Connection == | ||
129 | |||
130 | ((( | ||
131 | LORIOT will show disconnect if Gateway doesn't connect | ||
132 | ))) | ||
133 | |||
134 | ((( | ||
135 | LORIOT will show connect if Gateway connect to LORIOT ok. | ||
136 | ))) | ||
137 | |||
138 | [[image:image-20220526112143-8.png||height="654" width="1373"]] | ||
139 | |||
140 | Status: Connected | ||
141 | |||
142 | |||
143 | == 2.7 Debug If there is connection issue == | ||
144 | |||
145 | User can check if loriot is running by checking the web ui | ||
146 | |||
147 | [[image:image-20220526112917-18.png]] | ||
148 | |||
149 | Status: Connected | ||
150 | |||
151 | ((( | ||
152 | If user want to see more log, he can run below commands in Linux and see the full log: | ||
153 | ))) | ||
154 | |||
155 | (% class="box" %) | ||
156 | ((( | ||
157 | ((( | ||
158 | ps | grep "loriot_dragino" | grep -v grep | awk '{print $1}' | xargs kill -s 9 | ||
159 | /usr/bin/loriot_dragino_lg308_spi -f -s eu1.loriot.io | ||
160 | ))) | ||
161 | ))) | ||
162 | |||
163 | ((( | ||
164 | Above two commands will first kill the loriot process and run it again to get more output. | ||
165 | ))) | ||
166 | |||
167 | [[image:image-20220530145011-1.png]] | ||
168 | |||
169 | Get more debug info | ||
170 | |||
171 | |||
172 | = 3. End Device Note = | ||
173 | |||
174 | == 3.1 Downlink Setup == | ||
175 | |||
176 | [[image:image-20220530145133-2.png]] | ||
177 | |||
178 | |||
179 | [[image:image-20220526112416-11.png]] | ||
180 | |||
181 | |||
182 | [[image:image-20220526112459-12.png]] | ||
183 | |||
184 | |||
185 | [[image:image-20220526112537-13.png]] | ||
186 | |||
187 | |||
188 | [[image:image-20220526112608-14.png||height="610" width="1382"]] | ||
189 | |||
190 | |||
191 | [[image:image-20220526112655-15.png]] | ||
192 | |||
193 | |||
194 | [[image:image-20220526112719-16.png]] | ||
195 | |||
196 | |||
197 | [[image:image-20220526112759-17.png||height="483" width="1386"]] |