Changes for page Outdoor & Indoor signal measuring Solution End User Guide V1.2
Last modified by Hera Guo on 2025/06/10 15:14
Summary
-
Page properties (2 modified, 0 added, 0 removed)
-
Attachments (1 modified, 0 added, 25 removed)
- 1747967901656-282.png
- 1748226933887-176.png
- 1748226941899-789.png
- 1748226990199-388.png
- 1748227035403-882.png
- 1748227056061-411.png
- 1748227163443-264.png
- 1748227286978-688.png
- 1748227303533-598.png
- 1748227348704-578.png
- 1748227380372-654.png
- 1748227409566-450.png
- 1748227432762-994.png
- 1748227479220-986.png
- 1748227500150-115.png
- 1748227523105-709.png
- 1748227534764-184.png
- 1748229126475-408.png
- 1748229559964-501.png
- 1748229639368-109.png
- 1748229757097-872.png
- 1748229833594-993.png
- 1748231443123-856.png
- 1748237918280-338.png
- 图片5.png
- 结构.png
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Outdoor & Indoor signal measuring Solution End User Guide V1.11 + Outdoor & Indoor signal measuring Solution End User Guide - Content
-
... ... @@ -1,10 +1,10 @@ 1 1 {{toc/}} 2 2 3 -= **1. Introduction ~/~/名字已修改,以下内容中“LA66”全部替换成“LA66USB LoRaWAN Adapter”** =3 += **1. Introduction** = 4 4 5 -== **1.1 What is Outdoor & Indoor signal measuring Solution?** == 5 +== **1.1 What is Outdoor & Indoor signal measuring Solution? ** == 6 6 7 -To help customers identify optimal sensor placement locations, we have designed a one-click signal strength measurement solution. All you need is one **LA66 USB LoRaWAN Adapter**and a **Dragino account**.7 +To help customers identify optimal sensor placement locations, we have designed a one-click signal strength measurement solution. All you need is one **LA66 device** and a **Dragino account**. 8 8 9 9 The **outdoor signal measurement solution** supports simultaneous testing with multiple gateways. It allows for both individual gateway signal map display and combined signal overlay from multiple gateways. 10 10 ... ... @@ -19,7 +19,7 @@ 19 19 == **1.2 Features ** == 20 20 21 21 * Extensive support 22 -** Only one LA66 USB LoRaWAN Adapter** **and one Dragino account are needed, and the gateway and LNS can be freely matched22 +** Only one LA66 and one Dragino account are needed, and the gateway and LNS can be freely matched**High Precision Measurement** 23 23 ** High-accuracy sensors 24 24 ** Reliable data readings 25 25 * **Real-Time measuring** ... ... @@ -28,6 +28,7 @@ 28 28 * **User-Friendly Interface** 29 29 ** Intuitive dashboard design 30 30 31 + 31 31 ---- 32 32 33 33 == **1.3 Specifications ** == ... ... @@ -35,14 +35,15 @@ 35 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 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 37 39 + 38 38 ---- 39 39 40 40 41 41 = **2. How to Build?** = 42 42 43 -== **2.1 Network Structure ~/~/图片已替换** ==45 +== **2.1 Network Structure** == 44 44 45 -[[image: 结构.png]]47 +[[image:1747967901656-282.png]] 46 46 47 47 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) 48 48 ... ... @@ -56,18 +56,17 @@ 56 56 57 57 ---- 58 58 59 -== **2.2 Get Device And Configuration** ==61 +== **2.2 Get Devices** == 60 60 61 -1.Reach out to your local representative to acquire the necessary devices for your signal measuring solution. These devices include: 62 62 63 -* **End Nodes:** LA66 USB LoRaWAN Adapter 64 +Reach out to your local representative to acquire the necessary devices for your signal measuring solution. These devices include: 65 + 66 +* **End Nodes**: LA66 64 64 * **Gateway(If you want):**For data transmission. 65 65 66 - 2.Download firmware toLA66 USB LoRaWANAdapter69 +Ensure that all devices are pre-registered on **Dragino** before use. 67 67 68 -**--Ensure that all devices are pre-registered on Dragino before use.~/~/移至下文并配图确认--** 69 69 70 - 71 71 ---- 72 72 73 73 == **2.3 Register Devices & Gateways on LNS** == ... ... @@ -112,83 +112,33 @@ 112 112 } 113 113 {{/code}} 114 114 116 +* **Decoding for TTN:** 115 115 118 +* 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.com>>mailto:support@dragino.com]] 116 116 117 - * **Decoding for TTN:**120 +---- 118 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 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 = "LA66" 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}} 123 +=== **2.2.2 Register Gateway(If you use Dragino's gateway)** === 160 160 161 - *IfyouusingotherLNS, youcancodeyourself(The firstninebitsoftheuploadeddataare theflag bit+ position,andthe restarehe title)orsendmailo [[support@dragino.cc>>mailto:support@dragino.cc]])125 +When you receive the gateway, you need to register the gateway to the server for it to work properly, here are the instructions for registering the gateway to the server:[[How to register gateway to server - ThingsEye Wiki>>url:https://wiki.thingseye.io/xwiki/bin/view/Main/How%20to%20register%20gateway%20to%20server/]] 162 162 163 -=== --**2.2.2 Register Gateway(If you use Dragino's gateway)~/~/删除网关配置介绍**-- === 164 164 165 165 ---- 166 166 167 167 == **2.4 Import device to Dragino map** == 168 168 169 -After log in Dragino platform, click the button "Import-Dragino-map"an choose the LNS you using.[[image:1747971716633-666.png]] 170 - 171 ----- 172 - 173 -((( 174 -Example of TTN: Imput your TTN account and password (It's will be hashed and we cannot see it.) 175 - 176 -[[image:1748237918280-338.png]] 132 +1. After log in Dragino platform, click the button "Import-Dragino-map"an choose the LNS you using.[[image:1747971716633-666.png]] 133 +1. ((( 134 +Example of TTN: Imput your TTN account and password (It's will be hashed and we cannot see it.)[[image:1747984882996-168.png]] 177 177 ))) 136 +1. Example of ChirpStack[[image:1747972538335-599.png]] 178 178 179 179 180 -Example of ChirpStack~/~/已增添详细文字说明[[image:1747972538335-599.png]] 181 - 182 -**MQTT Address: **Your MQTT server address or the cloud server address you use 183 - 184 -**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) 185 - 186 -**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 Address: [[https:~~/~~/github.com/ThingsEye-io/te-platform/tree/main/chirpstack>>url:https://github.com/ThingsEye-io/te-platform/tree/main/chirpstack]]) 187 - 188 188 ---- 189 189 190 190 191 -= **3. How To Use? ~/~/图片显示问题已修复** =142 += **3. How To Use?** = 192 192 193 193 == **3.1 Outdoor_signal dashboard** == 194 194 ... ... @@ -198,45 +198,44 @@ 198 198 === **3.1.1 Create the gateway layer.** === 199 199 200 200 (% class="wikigeneratedid" id="HClickthecenterbuttonontherighttoaddagatewaylayer.28PleasecreatealldevicesthatcanacceptthecurrentLA66frequencyband3Botherwise2Cthereceiveddatawillnotbedisplayed.29" %) 201 -Click the center button on the right to add a gateway layer. (Please create all devices that can accept the current LA66 USB LoRaWAN Adapterfrequency band; otherwise, the received data will not be displayed.)152 +Click the center button on the right to add a gateway layer. (Please create all devices that can accept the current LA66 frequency band; otherwise, the received data will not be displayed.) 202 202 203 203 For example, here we created a gateway with the ID a84041fdfe27e8fa 204 204 205 205 You can click here to modify the gateway layer ID (it must correspond one-to-one with the gateway ID that will receive the data). 206 206 207 -[[image:1748 226933887-176.png||height="291" width="242"]]👉[[image:1748226941899-789.png||height="308" width="896"]]158 +[[image:1747986037475-165.png||height="263" width="202"]][[image:1747986042208-121.png||height="240" width="698"]] 208 208 209 209 ---- 210 210 211 211 Click here to delete the gateway layer. 212 212 213 -[[image:174 8226990199-388.png]]164 +[[image:1747987031250-278.png]] 214 214 215 - 216 216 ---- 217 217 218 218 Click row of gateway layer will turn to the detail page, this page will be blank before gateway upload data. 219 219 220 -[[image:1748 227035403-882.png||height="487" width="196"]]👉 [[image:1748227056061-411.png||height="655" width="891"]]170 +[[image:1747987048124-685.png]] 221 221 172 +[[image:1747986100902-572.png]] 173 + 222 222 ---- 223 223 224 224 Click the top-left corner to return. 225 225 226 -[[image:174 8227163443-264.png]]178 +[[image:1747986126468-649.png]] 227 227 228 228 ---- 229 229 230 230 === **3.1.2 Measuring** === 231 231 232 -Insert the LA66 USB LoRaWAN Adapterinto phone or tablet, press the button to switch to ON and start detection. Click the button in the top-right corner of the main page to start receiving data. Data will be uploaded every 6 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places.184 +Insert the LA66 into phone or tablet, press the button to switch to ON and start detection. Click the button in the top-right corner of the main page to start receiving data. Data will be uploaded every 6 seconds based on the tablet's location. Simply move the tablet to measure signal strength from different places. 233 233 234 -[[image:174 8227286978-688.png||height="149" width="660"]]186 +[[image:1747986749464-319.png]] 235 235 236 - 👇188 +[[image:1747986749481-994.png]] 237 237 238 -[[image:1748227303533-598.png||height="151" width="661"]] 239 - 240 240 ---- 241 241 242 242 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. ... ... @@ -243,25 +243,25 @@ 243 243 244 244 The measured data will be displayed in translucent dots of different colors, green represents a good signal, and red represents a poor signal. 245 245 246 -[[image:174 8227348704-578.png||height="360" width="663"]]196 +[[image:1747986767106-937.png]] 247 247 248 248 ---- 249 249 250 250 You can click here to edit the device remarks. 251 251 252 -[[image:174 8227380372-654.png||height="509" width="659"]]202 +[[image:1747986767111-752.png]] 253 253 254 254 ---- 255 255 256 256 You can click here to delete the device (deletion is irreversible, please proceed with caution). 257 257 258 -[[image:1748 227409566-450.png||height="443" width="659"]]208 +[[image:1747986795269-205.png]] 259 259 260 260 ---- 261 261 262 262 All data collected by the gateways will also be displayed in All_signal simultaneously. 263 263 264 -[[image:174 8227432762-994.png||height="478" width="660"]]214 +[[image:1747986804422-604.png]] 265 265 266 266 ---- 267 267 ... ... @@ -269,11 +269,10 @@ 269 269 270 270 Once the current location's detection is complete, press the button again to switch to OFF and pause detection. 271 271 272 -[[image:1748 227523105-709.png||height="150" width="649"]]222 +[[image:1747986837136-535.png]] 273 273 274 - 👇224 +[[image:1747986837140-142.png]] 275 275 276 -[[image:1748227534764-184.png||height="147" width="649"]] 277 277 278 278 ---- 279 279 ... ... @@ -287,8 +287,9 @@ 287 287 288 288 Drag the map image here and click √ to import. 289 289 290 -[[image:1748 228668245-725.png||height="202" width="651"]]239 +[[image:1747988839599-466.png]] 291 291 241 + 292 292 ---- 293 293 294 294 === **3.2.2 Measuring** === ... ... @@ -295,26 +295,27 @@ 295 295 296 296 1.Mark on map where you want to measuring. 297 297 298 -[[image:174 8228872833-162.png||height="477" width="732"]]248 +[[image:1747989357653-920.png]] 299 299 300 300 ---- 301 301 302 -2.Move to the measurement point, insert the LA66 USB LoRaWAN Adapter, and press the button to switch to ON, then you can see the new data renewing.252 +2.Move to the measurement point, insert the LA66, and press the button to switch to ON, then you can see the new data renewing. 303 303 304 -[[image:1748 229559964-501.png||height="401" width="733"]]254 +[[image:1747989390983-409.png]] 305 305 306 306 ---- 307 307 308 -3.Mark the next place which to be measured than move to the measurement point.Repeat the above steps to measure(**Remeber: Mark point before move.**)258 +3.Mark the next place which to be measured than move to the measurement point.Repeat the above steps to measure(**Remeber: Mark point firstly! Before move.**) 309 309 310 -[[image:1748 229639368-109.png||height="605" width="820"]]260 +[[image:1747989610262-739.png]] 311 311 312 312 ---- 313 313 314 314 4.Click button to Off to stop measuring. 315 315 316 -[[image:174 8229757097-872.png||height="232" width="736"]]266 +[[image:1747990097160-601.png]] 317 317 268 + 318 318 ---- 319 319 320 320 === **3.2.3 Delete point** === ... ... @@ -321,8 +321,12 @@ 321 321 322 322 Click the marking points, then click yes. 323 323 324 -[[image:174 8229833594-993.png||height="320" width="735"]]275 +[[image:1747990239939-767.png]][[image:1747990232590-510.png]] 325 325 277 +[[image:1747990416072-770.png]] 278 + 279 + 280 + 326 326 ---- 327 327 328 328 ... ... @@ -337,3 +337,7 @@ 337 337 |**APP Store**|[[image:https://wiki.thingseye.io/xwiki/bin/download/Main/%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8B%E2%80%8BThingsEye%20Food%20Safety%20Solution%20End%20User%20Guide/WebHome/1739501688627-907.png?rev=1.1||alt="1739501688627-907.png"]]|[[https:~~/~~/apps.apple.com/us/app/thingseye-io/id6739418014>>url:https://apps.apple.com/us/app/thingseye-io/id6739418014]] 338 338 339 339 After that you can use your dashboard as normal.The display is as follows: 295 + 296 + 297 + 298 +
- 1747967901656-282.png
-
- Size
-
... ... @@ -1,1 +1,1 @@ 1 - 1.2MB1 +683.2 KB - Content
- 1748226933887-176.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -27.3 KB - Content
- 1748226941899-789.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -21.9 KB - Content
- 1748226990199-388.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -49.5 KB - Content
- 1748227035403-882.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -55.0 KB - Content
- 1748227056061-411.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -63.5 KB - Content
- 1748227163443-264.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -19.5 KB - Content
- 1748227286978-688.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -212.4 KB - Content
- 1748227303533-598.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -215.3 KB - Content
- 1748227348704-578.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -507.0 KB - Content
- 1748227380372-654.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -364.8 KB - Content
- 1748227409566-450.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -287.4 KB - Content
- 1748227432762-994.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -646.0 KB - Content
- 1748227479220-986.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -280.6 KB - Content
- 1748227500150-115.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -265.5 KB - Content
- 1748227523105-709.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -187.7 KB - Content
- 1748227534764-184.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -211.8 KB - Content
- 1748229126475-408.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -692.1 KB - Content
- 1748229559964-501.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.3 MB - Content
- 1748229639368-109.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -116.5 KB - Content
- 1748229757097-872.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -77.3 KB - Content
- 1748229833594-993.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -72.3 KB - Content
- 1748231443123-856.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -99.0 KB - Content
- 1748237918280-338.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -154.8 KB - Content
- 图片5.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -99.0 KB - Content
- 结构.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.hera - Size
-
... ... @@ -1,1 +1,0 @@ 1 -1.2 MB - Content