Last modified by Xiaoling on 2025/06/10 15:28

From version 27.2
edited by Xiaoling
on 2023/01/31 13:56
Change comment: There is no comment for this version
To version 22.1
edited by Xiaoling
on 2023/01/31 13:47
Change comment: Uploaded new attachment "image-20230131134744-2.jpeg", version {1}

Summary

Details

Page properties
Content
... ... @@ -197,7 +197,7 @@
197 197  [[image:1675071855856-879.png]]
198 198  
199 199  
200 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
200 +(% border="1" cellspacing="4" style="background-color:#ffffcc; color:black; width:510px" %)
201 201  |(% style="width:138px" %)**Behavior on ACT**|(% style="width:100px" %)**Function**|**Action**
202 202  |(% style="width:138px" %)Pressing ACT between 1s < time < 3s|(% style="width:100px" %)Send an uplink|(((
203 203  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, **blue led** will blink once.
... ... @@ -244,28 +244,21 @@
244 244  [[image:1675143884058-338.png]]
245 245  
246 246  
247 -[[image:1675143899218-599.png]]
248 248  
249 249  
250 -[[image:1675143909447-639.png]]
249 +1. Configure PS-LB to connect to LoRaWAN network
250 +11. How it works
251 251  
252 -
253 -= 2. Configure PS-LB to connect to LoRaWAN network =
254 -
255 -== 2.1 How it works ==
256 -
257 -
258 258  The PS-LB is configured as **LoRaWAN OTAA Class A** mode by default. It has OTAA keys to join LoRaWAN network. To connect a local LoRaWAN network, you need to input the OTAA keys in the LoRaWAN IoT server and activate the PS-LB. It will automatically join the network via OTAA and start to send the sensor value. The default uplink interval is 20 minutes.
259 259  
260 260  
255 +1.
256 +11. ​Quick guide to connect to LoRaWAN server (OTAA)
261 261  
262 -== 2.2 ​Quick guide to connect to LoRaWAN server (OTAA) ==
263 -
264 -
265 265  Following is an example for how to join the [[TTN v3 LoRaWAN Network>>url:https://console.cloud.thethings.network/]]. Below is the network structure; we use the [[LPS8v2>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/228-lps8v2.html]] as a LoRaWAN gateway in this example.
266 266  
267 267  
268 -[[image:1675144005218-297.png]]
261 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image003.png]]
269 269  
270 270  
271 271  The LPS8V2 is already set to connected to [[TTN network >>url:https://console.cloud.thethings.network/]], so what we need to now is configure the TTN server.
... ... @@ -275,47 +275,58 @@
275 275  
276 276  Each PS-LB is shipped with a sticker with the default device EUI as below:
277 277  
278 -[[image:image-20230131134744-2.jpeg]]
279 279  
272 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image015.png]]
280 280  
281 281  
275 +
276 +
277 +
282 282  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
283 283  
284 284  
285 285  **Register the device**
286 286  
287 -[[image:1675144099263-405.png]]
283 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image016.png]]
288 288  
289 289  
290 290  **Add APP EUI and DEV EUI**
291 291  
292 -[[image:1675144117571-832.png]]
293 293  
289 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image017.png]]
294 294  
291 +
295 295  **Add APP EUI in the application**
296 296  
297 297  
298 -[[image:1675144143021-195.png]]
295 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image018.png]]
299 299  
300 300  
301 301  **Add APP KEY**
302 302  
303 -[[image:1675144157838-392.png]]
300 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image019.png]]
304 304  
302 +
305 305  **Step 2**: Activate on PS-LB
306 306  
307 307  
308 308  Press the button for 5 seconds to activate the PS-LB.
309 309  
308 +
310 310  **Green led** will fast blink 5 times, device will enter **OTA mode** for 3 seconds. And then start to JOIN LoRaWAN network. **Green led** will solidly turn on for 5 seconds after joined in network.
311 311  
311 +
312 312  After join success, it will start to upload messages to TTN and you can see the messages in the panel.
313 313  
314 314  
315 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image020.png]]
315 315  
316 -== 2.3 ​Uplink Payload ==
317 317  
318 318  
319 +
320 +1.
321 +11. ​Uplink Payload
322 +
319 319  Uplink payloads have two types:
320 320  
321 321  * Distance Value: Use FPORT=2
... ... @@ -324,24 +324,27 @@
324 324  The application server should parse the correct value based on FPORT settings.
325 325  
326 326  
327 -=== 2.3.1 Device Status, FPORT~=5 ===
328 328  
332 +1.
333 +11.
334 +111. Device Status, FPORT=5
329 329  
330 330  Include device configure status. Once PS-LB Joined the network, it will uplink this message to the server.
331 331  
338 +
332 332  Users can also use the downlink command(0x26 01) to ask PS-LB to resend this uplink.
333 333  
334 334  
335 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
336 336  |(% colspan="6" %)**Device Status (FPORT=5)**
337 -|(% style="width:103px" %)**Size (bytes)**|(% style="width:72px" %)**1**|**2**|**1**|**1**|**2**
338 -|(% style="width:103px" %)**Value**|(% style="width:72px" %)Sensor Model|Firmware Version|Frequency Band|Sub-band|BAT
343 +|**Size (bytes)**|**1**|**2**|**1**|**1**|**2**
344 +|**Value**|Sensor Model|Firmware Version|Frequency Band|Sub-band|BAT
339 339  
340 340  Example parse in TTNv3
341 341  
342 -[[image:1675144504430-490.png]]
348 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image021.png]]
343 343  
344 344  
351 +
345 345  **Sensor Model**: For PS-LB, this value is 0x16
346 346  
347 347  **Firmware Version**: 0x0100, Means: v1.0.0 version
... ... @@ -395,13 +395,14 @@
395 395  Ex2: 0x0B49 = 2889mV
396 396  
397 397  
398 -=== 1.3.2 Sensor value, FPORT~=2 ===
399 399  
406 +1.
407 +11.
408 +111. Sensor value, FPORT=2
400 400  
401 401  Uplink payload includes in total 9 bytes.
402 402  
403 403  
404 -(% border="1" cellspacing="4" style="background-color:#f7faff; color:black; width:510px" %)
405 405  |(((
406 406  **Size**
407 407  
... ... @@ -969,4 +969,3 @@
969 969  
970 970  [[support@dragino.com>>url:http://../../../../../../D:%5C%E5%B8%82%E5%9C%BA%E8%B5%84%E6%96%99%5C%E8%AF%B4%E6%98%8E%E4%B9%A6%5CLoRa%5CLT%E7%B3%BB%E5%88%97%5Csupport@dragino.com]]
971 971  
972 -
1675144099263-405.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -59.6 KB
Content
1675144117571-832.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -53.8 KB
Content
1675144143021-195.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -83.1 KB
Content
1675144157838-392.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -65.2 KB
Content
1675144504430-490.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Xiaoling
Size
... ... @@ -1,1 +1,0 @@
1 -37.2 KB
Content