Version 26.1 by Hera Guo on 2025/06/09 09:56

Show last authors
1 {{toc/}}
2
3 = **1. Introduction** =
4
5 == **1.1 What is Outdoor & Indoor signal measuring Solution?** ==
6
7 To help customers identify optimal sensor placement locations, we have designed a one-click signal strength measurement solution. You only need an **LA66 USB LoRaWAN Adapter **and a **Dragino account**.
8
9 The** outdoor signal measurement** **solution **supports simultaneous testing with multiple gateways. It allows for both individual gateway signal map displays and combined overlays from multiple gateways.
10
11 For **indoor signal measurement solution **, due to the complex layout and numerous obstacles, the solution adopts manual coordinate marking instead of relying on unstable mobile device positioning.
12
13 Both dashboards support data export.
14
15
16 ----
17
18
19 == **1.2 Features ** ==
20
21 * **Extensive support**
22 ** Only a LA66 USB LoRaWAN Adapter** **and one Dragino account are needed, the gateway and LNS can be freely matched.
23 ** High-accuracy sensors
24 ** Reliable data readings
25 * **Real-Time measuring**
26 ** Button to switch receiving data or stop
27 ** Continuous measuring
28 * **User-Friendly Interface**
29 ** Intuitive dashboard design
30
31 ----
32
33 == **1.3 Specifications ** ==
34
35 * **Mobile Support:** [[Dedicated mobile app for on-the-go monitoring>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&e=1&st=kji4rdg0&dl=0]]
36 * **Device Manual:** [[LA66 USB LoRaWAN Adapter User Manual>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/]]
37 * **Dragino APP: **[[https:~~/~~/www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0]]
38
39 ----
40
41
42 = **2. How to Build?** =
43
44 == **2.1 Network Structure** ==
45
46 [[image:结构.png]]
47
48 The network structure consists of end nodes and gateways, which work together to measuring signal strength. You can replace gateway and Network Server with which you using.(It should be supported LoRaWAN)
49
50
51 ----
52
53 == **2.2 Get Account** ==
54
55 To begin, contact your local representative to obtain a customer account or send mail to [[support@dragino.cc>>mailto:support@dragino.cc]]
56
57
58 ----
59
60 == **2.3 Get Device And Configuration~/~/新增烧录固件详细说明(一般情况下用出厂自带的默认固件即可)** ==
61
62 1.Reach out to your local representative to acquire the necessary devices for your signal measuring solution. These devices include:
63
64 * **End Nodes:** LA66 USB LoRaWAN Adapter
65 * **Gateway(If you want):**For data transmission.
66
67 2.Burn bootloader & firmware for LA66 USB LoRaWAN Adapter
68
69 * **Bootloader: **We ship the LA66 USB LoRaWAN Adapter with a boot loader by default( More detail: [[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~~~:text=is%20as%20below%3A-,1.10%C2%A0%20Upgrade%20Firmware%20of%20LA66%20USB%20LoRaWAN%20Adapter,-1.10.1%20Update%20method>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~:text=is%20as%20below%3A-,1.10%C2%A0%20Upgrade%20Firmware%20of%20LA66%20USB%20LoRaWAN%20Adapter,-1.10.1%20Update%20method]])
70 * **Firmware:** If your device didn't have bootloader or firmware, please burn the latest bootloader & firmware for it in the following way: [[https:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~~~:text=20model/%23H3.2.1UpdateafirmwareviaDraginoSensorManagerUtility.exe-,1.10.2%20Update%20method%3A%C2%A0For%20LA66%20without%20bootloader,-Explanation%3A>>https://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LA66%20USB%20LoRaWAN%20Adapter%20User%20Manual/#H1.10A0UpgradeFirmwareofLA66USBLoRaWANAdapter:~~:text=20model/%23H3.2.1UpdateafirmwareviaDraginoSensorManagerUtility.exe-,1.10.2%20Update%20method%3A%C2%A0For%20LA66%20without%20bootloader,-Explanation%3A]]
71
72
73 ----
74
75 == **2.4 Register Devices on LNS** ==
76
77 **1.Have a check of package box to get DEVEUI/ APPEUI/ APPKEY(OTTAKEY)**
78
79 [[image:1747970430695-168.jpg||height="510" width="852"]]
80
81
82 **2.Register on LNS and replace decoding**
83
84 * **Decoding for ChirpStack:**
85
86 {{code language="none"}}
87 function decodeUplink(input) {
88 return {
89 data: Decode(input.fPort, input.bytes, input.variables)
90 };
91 }
92
93 function bytesToString(bytes) {
94 return decodeURIComponent(bytes.map(b => '%' + b.toString(16).padStart(2, '0')).join(''));
95 }
96
97 function Decode(fPort, bytes, variables) {
98 var data = {};
99 if (bytes.length >= 9) {
100 data.flag = bytes[0];
101 data.Node_type = "Dragino_Mapper";
102 data.latitude = parseFloat(((bytes[1] << 24 >>> 0 | bytes[2] << 16 | bytes[3] << 8 | bytes[4]) / 1e6).toFixed(6));
103 data.longitude = parseFloat(((bytes[5] << 24 >>> 0 | bytes[6] << 16 | bytes[7] << 8 | bytes[8]) / 1e6).toFixed(6));
104
105 // 剩余字节为 title(如果存在)
106 if (bytes.length > 9) {
107 const titleBytes = bytes.slice(9);
108 data.title = bytesToString(titleBytes);
109 }
110 }
111 return data;
112 }
113 {{/code}}
114
115
116
117 * **Decoding for TTN:**
118
119 {{code language="none"}}
120 function add0(m){return m<10?'0'+m:m }
121 function format(shijianchuo){
122 //shijianchuo是整数,否则要parseInt转换
123 var time = new Date(shijianchuo);
124 var y = time.getFullYear();
125 var m = time.getMonth()+1;
126 var d = time.getDate();
127 var h = time.getHours();
128 var mm = time.getMinutes();
129 var s = time.getSeconds();
130 return y+'-'+add0(m)+'-'+add0(d)+' '+add0(h)+':'+add0(mm)+':'+add0(s);
131 }
132
133 function Decoder(bytes) {
134 var data={};
135 var doorflg
136 if (bytes[0]===1){
137 doorflg = "indoor"
138 }
139 else{
140 doorflg = "outdoor"
141 }
142 if (bytes.length==13){
143 data.doorflg = doorflg
144 data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6));
145 data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6));
146 timestamp1=bytes[9]<<24|bytes[10]<<16|bytes[11]<<8|bytes[12];
147 data.timestamp=timestamp1;
148 data.beijintime=format((timestamp1+28800)*1000);
149 return data;
150 }
151 else if(bytes.length==9){
152 data.doorflg = doorflg
153 data.Node_type = "Dragino_Mapper"
154 data.latitude=parseFloat(((bytes[1]<<24|bytes[2]<<16|bytes[3]<<8|bytes[4])/1000000).toFixed(6));
155 data.longitude=parseFloat(((bytes[5]<<24|bytes[6]<<16|bytes[7]<<8|bytes[8])/1000000).toFixed(6));
156 return data;
157 }
158 }
159 {{/code}}
160
161 * If you using other LNS, you can code yourself(The first nine bits of the uploaded data are the flag bit + position, and the rest are the title) or  send mail to [[support@dragino.cc>>mailto:support@dragino.cc]])
162
163 ----
164
165 == **2.5  LNS Connection Method** ==
166
167 **Choose LNS: **After log in Dragino platform, click the button "Import-Dragino-map"and choose the LNS you using.
168
169 [[image:1747971716633-666.png||height="487" width="654"]]
170
171
172 ----
173
174 (((
175 **Example of TTN**~/~/已增添详细文字说明
176
177 [[image:1748250400868-786.png]]
178
179 **Account & Passwork:** Imput your TTN account and password to use API port.
180
181 **MQTT Address: **Imput public address** (Don't imput Port)**
182
183
184 )))
185
186 ----
187
188 **Example of ChirpStack**~/~/已增添详细文字说明
189
190 [[image:1749375906728-208.png]]
191
192 **MQTT Address: **The MQTT server address or the cloud server address which you using.
193
194 **Subscribe Topic: **The default for Topic is:  application/**chirpstack application id**/device/+/event/up(Replace"**chirpstack application id**" with the one which is actually used)
195
196 **SSL Certificates: ** Copy the contents of the certificates and paste them into the linked file below, a total of three certificates are required(Integrated Certificate File demo Download: [[Demo.pem>>attach:demo.pem]])
197
198
199 ----
200
201 **Check:**Whether the device is connected to the platform through LNS
202
203 [[image:1748602571865-850.png]]
204
205
206 Whether the device profile is Dragino_Mapper? Modifyit if not.
207
208 [[image:1748416951693-709.png]]
209
210 👇
211
212 [[image:1749376046690-863.png]]
213
214 ----
215
216
217 = **3. How To Use?~/~/图片显示问题已修复,硬件使用方法已放到小节头(即插即用,自动判断室内外)** =
218
219 == **3.1 Outdoor_Mapper dashboard** ==
220
221 Outdoors_signal supports viewing both the signal coverage of a single gateway and the combined coverage of all gateways.
222
223
224 === **3.1.1 Create the gateway layer.** ===
225
226 (% class="wikigeneratedid" %)
227 **This solution is pre-configured. Under normal circumstances, when the device successfully uploads information through gateways, it will automatically generate the corresponding assets and put them in the Layer.**
228
229 (% class="wikigeneratedid" %)
230 The layer will be named after the gateway's IMEI, and you can set a label. At the same time, there will be a dashboard that collects all gateway signals and displays them in an overlay named after the user's registered email address.(Such like :All_signal:$[customer_email])
231
232 ----
233
234 Click row of gateway layer will turn to the detail page.
235
236 [[image:1749376107488-669.png]]👉 [[image:1748603053572-488.png||height="644" width="672"]]
237
238
239 ----
240
241 Click the top-left corner to return.
242
243 [[image:1748227163443-264.png||height="184" width="667"]]
244
245
246 ----
247
248 === **3.1.2 Measuring** ===
249
250 Insert the LA66 USB LoRaWAN Adapter into phone or tablet. Data will be uploaded every 7 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.
251
252 [[image:569a0a131a83c658f2ce70fe349f72f.jpg||height="357" width="659"]]
253
254
255 ----
256
257 When the gateway received the first set of data, the current gateway will appear in the left-side list of the gateway interface. When received the second set of data, the current signal strength will be displayed on the right-side map.
258
259 The measured data will be displayed in translucent dots of different colors, green represents a good signal, and red represents a poor signal.
260
261 [[image:1748601795657-856.png||height="632" width="663"]]
262
263
264 ----
265
266 You can click here to edit the device remarks.
267
268 [[image:1748227380372-654.png||height="509" width="659"]]
269
270
271 ----
272
273 All data collected by the gateways will also be displayed in the layer which named customer's E-mail simultaneously.
274
275 [[image:1749376404143-588.png]]
276
277 ----
278
279 === **3.1.3 End measurement** ===
280
281 Don’t forget to unplug LA66 USB LoRaWAN Adapter after finishing the measurement.
282
283
284 ----
285
286 == **3.2 Indoors_Mapper dashboard** ==
287
288 Indoors_signal supports measuring and marking the signal strength of all locations on the indoor floor plan.
289
290
291 === **3.2.1 Import the map** ===
292
293 Drag the map image here and click √ to import.**(Only supports SVG format)**
294
295 [[image:1749376507835-691.png]]
296
297
298 ----
299
300 === **3.2.2 Measuring** ===
301
302 1.Mark on map where you want to measuring than click Yes.
303
304 [[image:1748241711617-627.png]]
305
306
307 ----
308
309 2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter , then you can see the new data renewing.
310
311 [[image:ecb9c251e932018692e490e26e50763.jpg||height="364" width="651"]]
312
313
314 ----
315
316 3.Mark the next place which to be measured than move to the measurement point.Repeat the above steps to measure.()
317
318 {{warning}}
319 **Remeber: Mark point before move.**
320 {{/warning}}
321
322 (LA66 will continuously upload the signal of the current position to cover the last point. If it is marked while moving, it is easy to pollute the data of the previous point)[[image:1748229639368-109.png||height="605" width="820"]]
323
324
325 ----
326
327 === **3.2.3 Delete point** ===
328
329 Click the marking points, then click yes.
330
331 [[image:1749376586844-796.png]]
332
333
334 ----
335
336 === **3.2.4 End measurement** ===
337
338 Don’t forget to unplug LA66 USB LoRaWAN Adapter after finishing the measurement.
339
340
341 ----
342
343 == **4. Use of Tablet** ==
344
345 For added convenience, you can use a tablet to access the platform.
346
347 * **Download APP: **[[https:~~/~~/www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0>>https://www.dropbox.com/scl/fo/qdiwkpcxc03qu2r2w0g46/AKqR2FByUdkoWZPZh-diYfQ?rlkey=t1a1kwlvr93c1459mz9jifers&st=kji4rdg0&dl=0]]