<
From version < 177.1 >
edited by Mengting Qiu
on 2023/11/08 14:05
To version < 211.1 >
edited by Kilight Cao
on 2024/02/03 14:38
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ting
1 +XWiki.Kilight
Content
... ... @@ -266,11 +266,6 @@
266 266  1. LoRaWAN Gateway model: [[LIG16>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.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]] ,[[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]],[[LPS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]],[[LG308N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]],[[DLOS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]]
267 267  1. Firmware version since: [[Chirpstack-Bridge-V3.14.6>>https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/Chirpstack-gateway-bridge/Chirpstack-Bridge-V3.14.6-Bridge--build-v5.4.1679487778-20230322-2024/]]
268 268  
269 -(% style="color:blue" %)**How to set up chirpStack Gateway-bridge**
270 -
271 -Users can check out the ChirpStack gateway-bridge v3 [[link>>https://www.chirpstack.io/gateway-bridge/gateway/dragino/]]
272 -
273 -
274 274  (% style="color:blue" %)**What do you need to prepare**
275 275  
276 276  A gateway that can access the internet normally
... ... @@ -384,11 +384,6 @@
384 384  1. LoRaWAN Gateway model: [[LIG16>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/171-lig16.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]] ,[[LPS8>>url:http://www.dragino.com/products/lora-lorawan-gateway/item/148-lps8.html]],[[LPS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/200-lps8n.html]],[[LG308N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/229-lg308n.html]],[[DLOS8N>>url:https://www.dragino.com/products/lora-lorawan-gateway/item/225-dlos8n.html]]
385 385  1. Firmware version since: [[Chirpstack-Bridge-V4>>https://www.dragino.com/downloads/index.php?dir=LoRa_Gateway/LPS8/Firmware/Release/Chirpstack-gateway-bridge/Chirpstack-Bridge-V4--build-v5.4.1670655072-20221210-1452/]]
386 386  
387 -(% style="color:blue" %)**How to set up chirpStack Gateway-bridge**
388 -
389 -Users can check out the ChirpStack gateway-bridge v4 [[link>>https://www.chirpstack.io/docs/chirpstack-gateway-bridge/install/dragino.html]]
390 -
391 -
392 392  (% style="color:blue" %)**What do you need to prepare**
393 393  
394 394  A gateway that can access the internet normally
... ... @@ -436,6 +436,8 @@
436 436  [[image:image-20221222140203-4.png||height="875" width="806"]]
437 437  
438 438  
429 +Configure the server address to which the gateway needs to be connected,"tcp:~/~/chirpstack_address:1883"
430 +
439 439  [[image:image-20221230094246-1.png||height="768" width="783"]]
440 440  
441 441  (% class="wikigeneratedid" id="H" %)
... ... @@ -474,32 +474,25 @@
474 474  
475 475  = 8.  Downlink =
476 476  
477 -== 8.1  Convert HEX to Base64 ==
478 478  
470 +=== 8.1 Chirpstack Downlink Note ===
479 479  
480 -(% style="color:red" %)**Note: Chirpstack uses base64 to downlink, the end node user manual provides HEX format of the downlink commands. So user needs to convert the HEX to Base64.**
481 481  
482 -**[[Online HEX to Base64 Converter>>https://base64.guru/converter/encode/hex]]:**
473 +==== Select HEX format for downlink ====
483 483  
484 -[[image:image-20221010193350-1.png]]
485 485  
476 +(% style="color:red" %)**Note: The end node user manual provides HEX format of the downlink commands, so users can directly select HEX format downlink.**
486 486  
487 487  
488 -**[[Online Base64 to Hex converter>>https://base64.guru/converter/decode/hex]]**
479 +[[image:image-20231108171112-5.png||height="629" width="1117"]]
489 489  
490 -[[image:image-20221010193621-2.png]]
491 491  
482 +[[image:image-20231108171145-6.png||height="497" width="1101"]]
492 492  
493 -== 8.2  Chirpstack Downlink Note ==
494 494  
495 495  
496 -[[image:image-20220601102543-2.png]]
497 497  
498 -**Convert the data to Base64**
499 499  
500 -(% style="display:none" %) (%%)
501 -
502 -
503 503  [[image:image-20220531173236-10.png||height="597" width="1215"]]
504 504  
505 505  **Check ChripStack downlink DataRate**
... ... @@ -561,13 +561,11 @@
561 561  **MQTT Connect to ChirpStack**
562 562  
563 563  
564 -**If we want to send downstream hex 030101 to end node, the BASE64 payload is AwEB**
565 565  
566 -[[image:image-20220531173658-14.png]]
567 -
568 -
569 569  (((
570 -Downlink payload encode javescript code: 可以在网站上运行以下Javsscript代码:
551 +Downlink payload encode javescript code.
552 +
553 +We can run the following Javsscript code on the site:
571 571  )))
572 572  
573 573  (% class="box" %)
... ... @@ -857,9 +857,64 @@
857 857  [[image:image-20221012173639-1.png||height="273" width="1206"]]
858 858  
859 859  
860 -= 11.  Example: Use Local Server ChirpStack and Node-Red in LPS8v2 =
843 += 11.  How to use Chirpstack API to batch register Sensor Node/Gateway in Chistapstack Server =
861 861  
845 +The following example is based on the built-in ChirpStack server for LPS8V2
862 862  
847 +[[image:image-20231201174640-1.png||height="584" width="1148"]]
848 +
849 +
850 +== **11.1 Generate API Tokens** ==
851 +
852 +Access the built-in chirpstack , click "**API Key**" and "**Add API Key**".
853 +
854 +[[image:image-20231201175118-2.png||height="597" width="1156"]]
855 +
856 +**Save the generated API Tokens**
857 +
858 +[[image:image-20231201175648-3.png||height="596" width="1155"]]
859 +
860 +[[image:image-20231204104802-1.png]]
861 +
862 +
863 +== **11.2 Template file** ==
864 +
865 +
866 +Click on **"Template File Download"**, the user will download a **register.csv** template file,
867 +
868 +[[image:image-20231204105201-2.png]]
869 +
870 +
871 +Before registering in batches, the user needs to add an **Application** and **Device profile**, If  you have already added them, you do not need to add them again,
872 +
873 +Open the corresponding **Application** and **Device profile** and copy their IDs
874 +
875 +[[image:image-20231204110902-5.png||height="618" width="1197"]]
876 +
877 +[[image:image-20231204111116-7.png||height="619" width="1199"]]
878 +
879 +[[image:image-20231204111834-9.png||height="273" width="1205"]]
880 +
881 +[[image:image-20231204112107-10.png||height="621" width="1203"]]
882 +
883 +
884 +
885 +== **11.3 Batch Register** ==
886 +
887 +[[image:image-20231204113136-11.png||height="362" width="1062"]]
888 +
889 +
890 +**Check whether the batch registration is successful**
891 +
892 +[[image:image-20231204113212-12.png]]
893 +
894 +[[image:image-20231204113237-13.png||height="558" width="1081"]]
895 +
896 +
897 +
898 += 12.  Example: Use Local Server ChirpStack and Node-Red in LPS8v2 =
899 +
900 +
863 863  LPS8v2 includes a local ChirpStack Server and Node-Red. This example shows how to configure LHT65N to use with the local Node-Red server. This example assumes users already have:
864 864  
865 865  * LHT65N register on LPS8v2 Built-In ChirpStack server already
... ... @@ -868,7 +868,7 @@
868 868  Below are the steps to plot the sensor data on LPS8v2 Node-Red.
869 869  
870 870  
871 -== 11.1 Link Node-Red to Local ChirpStack ==
909 +== 12.1 Link Node-Red to Local ChirpStack ==
872 872  
873 873  
874 874  Users can download the Node-Red decoder from this link and import it into the Node-Red platform:  **[[attach:LHT65N-ChirpStack-node-red.json||target="_blank"]]**
... ... @@ -902,7 +902,7 @@
902 902  [[image:http://wiki.dragino.com/xwiki/bin/download/Main/Notes%20for%20TTN/WebHome/image-20220914140918-5.png?width=1121&height=602&rev=1.1||alt="image-20220914140918-5.png"]]
903 903  
904 904  
905 -== 11.2 Check result. ==
943 +== 12.2 Check result. ==
906 906  
907 907  
908 908  Users can check logs by adding debug.
... ... @@ -912,9 +912,9 @@
912 912  [[image:image-20230529150923-1.png||height="424" width="1118"]]
913 913  
914 914  
915 -= 12.  Trouble Shooting =
953 += 13.  Trouble Shooting =
916 916  
917 -== 12.1  MIC Mismatch or MIC Failed ==
955 +== 13.1  MIC Mismatch or MIC Failed ==
918 918  
919 919  
920 920  (((
... ... @@ -925,7 +925,7 @@
925 925  Under normal circumstances, users need to change the APPKEY to solve this problem.
926 926  
927 927  
928 -== 12.2  The node is very close to the gateway, but the signal is poor ==
966 +== 13.2  The node is very close to the gateway, but the signal is poor ==
929 929  
930 930  
931 931  If you are using US915 or AU915, you found the frequency points of different subband ranges in your uplink
... ... @@ -953,5 +953,42 @@
953 953  
954 954  **Note: lorawan's protocol link——[[LoRaWAN® Regional Parameters v1.0.3revA (lora-alliance.org)>>url:https://resources.lora-alliance.org/document/lorawan-regional-parameters-v1-0-3reva]]**
955 955  
956 -
994 +
995 +
996 +
997 +== 13.3 How to get the log information of the node? ==
998 +
999 +
1000 +~1. Get information about a single node.
1001 +
1002 +* Download this file in the node's live data interface.
1003 +
1004 +[[image:image-20240117173123-1.png||height="526" width="1086"]]
1005 +
1006 +* The LoRaWAN frames download gateway receives real-time data from the current node.
1007 +
1008 +[[image:image-20240117174452-2.png||height="525" width="1081"]]
1009 +
1010 +
1011 +2. Get information about the entire Gateway.
1012 +
1013 +* Click to select the online gateway of the current node.
1014 +
1015 +[[image:image-20240117175058-4.png||height="532" width="1077"]]
1016 +
1017 +
1018 +* Download this file on the LoRaWAN frames interface.
1019 +
1020 +[[image:image-20240117175009-3.png||height="524" width="1076"]]
1021 +
1022 +
1023 +
1024 +After the data collection is completed, you can send this file directly to our technical support personnel for analysis.
1025 +
1026 +
1027 +You can also use the packet analysis tool developed by our company to check it yourself. Please refer to the following [[link>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20of%20Dragino%20LoRaWAN%20Packet%20Analyze%20Tool/#H4.Chirpstack]] to use this tool.
1028 +
1029 +[[image:image-20240117175738-5.png]]
1030 +
1031 +== ==
957 957  )))
image-20231108164914-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +37.2 KB
Content
image-20231108165128-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +43.3 KB
Content
image-20231108165158-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +60.8 KB
Content
image-20231108171112-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +47.7 KB
Content
image-20231108171145-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +39.1 KB
Content
image-20231201174640-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +43.6 KB
Content
image-20231201175118-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +83.2 KB
Content
image-20231201175648-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +103.2 KB
Content
image-20231201180103-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +52.6 KB
Content
image-20231204104802-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +42.4 KB
Content
image-20231204105201-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +33.3 KB
Content
image-20231204105859-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +34.2 KB
Content
image-20231204110341-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +104.0 KB
Content
image-20231204110902-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +100.5 KB
Content
image-20231204111022-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +91.6 KB
Content
image-20231204111116-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +92.0 KB
Content
image-20231204111641-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +97.1 KB
Content
image-20231204111834-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +34.5 KB
Content
image-20231204112107-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +109.7 KB
Content
image-20231204113136-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +50.0 KB
Content
image-20231204113212-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +45.3 KB
Content
image-20231204113237-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Kilight
Size
... ... @@ -1,0 +1,1 @@
1 +93.5 KB
Content
image-20240117173123-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +120.8 KB
Content
image-20240117174452-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +132.1 KB
Content
image-20240117175009-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +120.3 KB
Content
image-20240117175058-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +92.9 KB
Content
image-20240117175738-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.ting
Size
... ... @@ -1,0 +1,1 @@
1 +56.8 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0