Last modified by Mengting Qiu on 2025/07/03 15:42

From version 48.16
edited by Xiaoling
on 2023/04/03 12:00
Change comment: There is no comment for this version
To version 86.1
edited by Saxer Lin
on 2023/06/28 09:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Xiaoling
1 +XWiki.Saxer
Content
... ... @@ -116,7 +116,6 @@
116 116  == 1.4 Connect to SDI-12 Sensor ==
117 117  
118 118  
119 -
120 120  [[image:1675212538524-889.png||_mstalt="298272"]]
121 121  
122 122  
... ... @@ -134,7 +134,7 @@
134 134  [[image:1675212633011-651.png||_mstalt="291538"]]
135 135  
136 136  
137 -(% border="1" cellspacing="4" style="width:510px" %)
136 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
138 138  |=(% style="width: 167px;background-color:#D9E2F3;color:#0070C0" %)**Behavior on ACT**|=(% style="width: 117px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 225px;background-color:#D9E2F3;color:#0070C0" %)**Action**
139 139  |(% style="background-color:#f2f2f2; width:167px" %)Pressing ACT between 1s < time < 3s|(% style="background-color:#f2f2f2; width:117px" %)Send an uplink|(% style="background-color:#f2f2f2; width:225px" %)(((
140 140  If sensor is already Joined to LoRaWAN network, sensor will send an uplink packet, (% style="color:blue" %)**blue led** (%%)will blink once.
... ... @@ -201,10 +201,9 @@
201 201  
202 202  Each SDI-12-LB is shipped with a sticker with the default device EUI as below:
203 203  
203 +[[image:image-20230426084456-1.png||height="241" width="519"]]
204 204  
205 -[[image:image-20230201152430-20.jpeg||_mstalt="492245"]]
206 206  
207 -
208 208  You can enter this key in the LoRaWAN Server portal. Below is TTN screen shot:
209 209  
210 210  
... ... @@ -396,7 +396,7 @@
396 396  This command can be used to debug all SDI-12 command.
397 397  
398 398  
399 -LoRaWAN Downlink: A8 aa xx xx xx xx bb cc
397 +LoRaWAN Downlink: A8 aa xx xx xx xx bb cc dd
400 400  
401 401  (% style="color:#037691" %)**aa **(%%): total SDI-12 command length
402 402  
... ... @@ -406,9 +406,11 @@
406 406  
407 407  (% style="color:#037691" %)**cc **(%%): 0: don't uplink return to LoRaWAN, 1: Uplink return to LoRaWAN on FPORT=100
408 408  
407 +(% style="color:#037691" %)**dd: **(%%) 0: Do not use aD0! command access, 1: use aD0! command access.
409 409  
410 -(% style="color:blue" %)**Example: **(%%) AT+CFGDEV =0RC0!,1
411 411  
410 +(% style="color:blue" %)**Example1: **(%%) AT+CFGDEV =0RC0!,1
411 +
412 412  (% style="color:#037691" %)**0RC0! **(%%): SDI-12 Command,
413 413  
414 414  (% style="color:#037691" %)**1 **(%%): Delay 1 second.  ( 0: 810 mini-second)
... ... @@ -425,6 +425,25 @@
425 425  [[image:image-20230201092355-17.png||_mstalt="454337" height="426" width="1135"]]
426 426  
427 427  
428 +(% style="color:blue" %)**Example2: **(%%) AT+CFGDEV =0M!,1,1  or  AT+CFGDEV =0C!,1,1
429 +
430 +(% style="color:#037691" %)**0M! **(%%): SDI-12 Command,
431 +
432 +(% style="color:#037691" %)**1 **(%%): Delay 1 second.  ( 0: 810 mini-second)
433 +
434 +(% style="color:#037691" %)**1 **(%%):Use aD0! command access.
435 +
436 +Equal Downlink: 0xA8 03 30  4D 21 01 01 01
437 +
438 +
439 +The following is the display information on the serial port and the server.
440 +
441 +
442 +[[image:image-20230628091055-1.png||height="368" width="462"]]
443 +
444 +[[image:image-20230628091130-2.png||height="258" width="879"]]
445 +
446 +
428 428  === 2.3.3 Convert ASCII to String ===
429 429  
430 430  
... ... @@ -493,7 +493,7 @@
493 493  For example, if return from AT+COMMAND1 is “013METER   TER12 112T12-00024895<CR><LF>” , Below AT+DATACUT1 will get different result to combine payload:
494 494  
495 495  
496 -(% border="1" cellspacing="4" style="width:510px" %)
515 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
497 497  |=(% style="width: 164px;background-color:#D9E2F3;color:#0070C0" %)**AT+DATACUT1 value**|=(% style="width: 344px;background-color:#D9E2F3;color:#0070C0" %)**Final Result to combine Payload**
498 498  |(% style="background-color:#f2f2f2; width:164px" %)34,1,1+2+3|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33
499 499  |(% style="background-color:#f2f2f2; width:164px" %)34,2,1~~8+12~~16|(% style="background-color:#f2f2f2; width:344px" %)0D 00 01 30 31 33 4D 45 54 45 52 54 45 52 31 32
... ... @@ -614,7 +614,7 @@
614 614  
615 615  Users can also use the downlink command(0x26 01) to ask SDI-12-LB to resend this uplink.
616 616  
617 -(% border="1" cellspacing="4" style="width:510px" %)
636 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
618 618  |(% colspan="6" style="background-color:#d9e2f3; color:#0070c0" %)**Device Status (FPORT=5)**
619 619  |(% style="background-color:#f2f2f2; width:103px" %)**Size (bytes)**|(% style="background-color:#f2f2f2; width:72px" %)**1**|(% style="background-color:#f2f2f2" %)**2**|(% style="background-color:#f2f2f2; width:91px" %)**1**|(% style="background-color:#f2f2f2; width:86px" %)**1**|(% style="background-color:#f2f2f2; width:44px" %)**2**
620 620  |(% style="background-color:#f2f2f2; width:103px" %)**Value**|(% style="background-color:#f2f2f2; width:72px" %)Sensor Model|(% style="background-color:#f2f2f2" %)Firmware Version|(% style="background-color:#f2f2f2; width:91px" %)Frequency Band|(% style="background-color:#f2f2f2; width:86px" %)Sub-band|(% style="background-color:#f2f2f2; width:44px" %)BAT
... ... @@ -630,33 +630,33 @@
630 630  
631 631  (% style="color:#037691" %)**Frequency Band**:
632 632  
633 -*0x01: EU868
652 +0x01: EU868
634 634  
635 -*0x02: US915
654 +0x02: US915
636 636  
637 -*0x03: IN865
656 +0x03: IN865
638 638  
639 -*0x04: AU915
658 +0x04: AU915
640 640  
641 -*0x05: KZ865
660 +0x05: KZ865
642 642  
643 -*0x06: RU864
662 +0x06: RU864
644 644  
645 -*0x07: AS923
664 +0x07: AS923
646 646  
647 -*0x08: AS923-1
666 +0x08: AS923-1
648 648  
649 -*0x09: AS923-2
668 +0x09: AS923-2
650 650  
651 -*0x0a: AS923-3
670 +0x0a: AS923-3
652 652  
653 -*0x0b: CN470
672 +0x0b: CN470
654 654  
655 -*0x0c: EU433
674 +0x0c: EU433
656 656  
657 -*0x0d: KR920
676 +0x0d: KR920
658 658  
659 -*0x0e: MA869
678 +0x0e: MA869
660 660  
661 661  
662 662  (% style="color:#037691" %)**Sub-Band**:
... ... @@ -687,9 +687,9 @@
687 687  * Periodically Uplink: FPORT=2
688 688  
689 689  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:500px" %)
690 -|=(% style="width: 90px;" %)(((
709 +|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)(((
691 691  **Size(bytes)**
692 -)))|=(% style="width: 80px;" %)**2**|=(% style="width: 90px;" %)**1**|=(% style="width: 240px;" %)**Length depends on the return from the commands**
711 +)))|=(% style="width: 80px;background-color:#D9E2F3;color:#0070C0" %)**2**|=(% style="width: 90px;background-color:#D9E2F3;color:#0070C0" %)**1**|=(% style="width: 240px;background-color:#D9E2F3;color:#0070C0" %)**Length depends on the return from the commands**
693 693  |(% style="width:93px" %)**Value**|(% style="width:83px" %)(((
694 694  Battery(mV)
695 695  &
... ... @@ -726,6 +726,7 @@
726 726  
727 727  === 2.4.5 Payload version ===
728 728  
748 +
729 729  The version number of the payload, mainly used for decoding. The default is 01.
730 730  
731 731  
... ... @@ -750,9 +750,9 @@
750 750  [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/#H4.1ChangeUplinkInterval]]
751 751  
752 752  
753 -== 2.6 Examples To Set SDI commands. ==
773 +== 2.6 Examples To Set SDI commands ==
754 754  
755 -=== 2.6.1 Examples 1 ===
775 +=== 2.6.1 Examples 1 ~-~- General Example ===
756 756  
757 757  
758 758  COM port and SDI-12 sensor communication converted to SDI-12-LB and SDI-12 sensor communication.
... ... @@ -818,6 +818,201 @@
818 818  Partial cut, the cut sensor address and the first two parameters:(% style="color:#037691" %)**AT+DATACUTx=25,2,1~~12, cut out the character field ” 4+30.8+22.84”**.
819 819  
820 820  
841 +=== 2.6.2 Example 2 ~-~- Connect to Hygrovue10 ===
842 +
843 +==== 2.6.2.1 Reference Manual and Command ====
844 +
845 +
846 +* [[Hygrovue10 Product Page>>https://www.campbellsci.com/hygrovue10]]
847 +
848 +* Commands to be used in PC and output.
849 +
850 +~1. check device address
851 +
852 +2. change device address
853 +
854 +3. check device ID
855 +
856 +4. start measure
857 +
858 +5. Get Meausre result
859 +
860 +[[image:image-20230603120209-2.png||height="281" width="267"]]
861 +
862 +
863 +==== 2.6.2.2 Hardware Connection to SDI-12-LB ====
864 +
865 +
866 +[[image:image-20230603120515-3.png]]
867 +
868 +
869 +==== 2.6.2.3 Commands set in SDI-12-LB and uplink payload ====
870 +
871 +
872 +[[image:image-20230603120648-4.png]]
873 +
874 +[[image:image-20230603120726-5.png]]
875 +
876 +
877 +**Data in TTN:**
878 +
879 +[[image:image-20230603120859-6.png||height="118" width="1285"]]
880 +
881 +
882 +=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.3 Example 3 ~-~- Connect to SIL-400 ===
883 +
884 +==== 2.6.3.1 Reference Manual and Command ====
885 +
886 +
887 +* [[SIL-400 Product Page>>https://www.apogeeinstruments.com/sil-411-commercial-grade-sdi-12-digital-output-standard-field-of-view-infrared-radiometer-sensor/]]
888 +
889 +* Commands to be used in PC and output.
890 +
891 +~1. check device address
892 +
893 +2. change device address
894 +
895 +3. check device ID
896 +
897 +4. start measure
898 +
899 +5. Get Meausre result
900 +
901 +[[image:image-20230603121606-7.png||height="242" width="307"]]
902 +
903 +
904 +==== 2.6.3.2 Hardware Connection to SDI-12-LB ====
905 +
906 +
907 +[[image:image-20230603121643-8.png||height="442" width="656"]]
908 +
909 +
910 +==== 2.6.3.3 Commands set in SDI-12-LB and uplink payload ====
911 +
912 +
913 +[[image:image-20230603121721-9.png]]
914 +
915 +[[image:image-20230628090323-1.png||height="414" width="694"]]
916 +
917 +Data in TTN:
918 +
919 +[[image:image-20230603121826-11.png||height="155" width="1104"]]
920 +
921 +
922 +
923 +=== (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.4 Example 4 ~-~- Connect to TEROS-12 ===
924 +
925 +==== 2.6.4.1 Reference Manual and Command ====
926 +
927 +
928 +* [[TEROS-12 Product Page>>https://www.metergroup.com/en/meter-environment/products/teros-12-soil-moisture-sensor]]
929 +
930 +* Commands to be used in PC and output.
931 +
932 +1.check device address
933 +
934 +2.change device address
935 +
936 +3.check device ID
937 +
938 +4.start measure
939 +
940 +5.Get Meausre result
941 +
942 +[[image:image-20230603122248-16.png||height="196" width="198"]]
943 +
944 +
945 +==== 2.6.4.2 Hardware Connection to SDI-12-LB ====
946 +
947 +
948 +[[image:image-20230603122212-15.png||height="502" width="667"]]
949 +
950 +
951 +==== 2.6.4.3 Commands set in SDI-12-LB and uplink payload ====
952 +
953 +
954 +[[image:image-20230603122040-12.png]]
955 +
956 +[[image:image-20230603122109-13.png||height="469" width="762"]]
957 +
958 +
959 +**Data in TTN:**
960 +
961 +[[image:image-20230603122139-14.png||height="148" width="1128"]]
962 +
963 +
964 +=== (% id="cke_bm_1489640S" style="display:none" %) (% id="cke_bm_1172015S" style="display:none" %) (%%)2.6.5 Example 5 ~-~- Connect to SIL-400/TEROS-12 & Hygrovue10 ===
965 +
966 +==== 2.6.5.1 Important Notice! ====
967 +
968 +
969 +* The product page and reference command see above example 2,3,4
970 +
971 +* All of these SDI-12 sensors use the same address (address 0) by default. So we need to change their address to different address, by using **aAb!** command. See above example.
972 +
973 +* The sensor needs to be powered to a steady statue. So the 12VT time need to be set to the maximum stable time for the sensors. in this example, it is 13 seconds.
974 +
975 +* If these SDI-12 sensors are powered by external power source. It will add 300uA in the total current in SDI-12-LB.
976 +
977 +==== 2.6.5.2 Hardware Connection to SDI-12-LB ====
978 +
979 +
980 +[[image:image-20230603122508-17.png||height="526" width="742"]]
981 +
982 +
983 +==== 2.6.5.3 Commands set in SDI-12-LB and uplink payload ====
984 +
985 +
986 +[[image:image-20230603122549-18.png]]
987 +
988 +[[image:image-20230603122623-19.png||height="483" width="1121"]]
989 +
990 +
991 +**Data in TTN:**
992 +
993 +[[image:image-20230603122719-20.png||height="151" width="1179"]]
994 +
995 +
996 +=== (% id="cke_bm_4783S" style="display:none" %) (%%)2.6.6 Example 6 ~-~- Connect to ENTELECHY-EP_SDI-12 ===
997 +
998 +==== 2.6.4.1 Reference Manual and Command ====
999 +
1000 +
1001 +* [[https:~~/~~/enviroprosoilprobes.com/wp-content/uploads/2019/11/ENTELECHY-EP_SDI-12-Commands.pdf>>url:https://enviroprosoilprobes.com/wp-content/uploads/2019/11/ENTELECHY-EP_SDI-12-Commands.pdf]]
1002 +
1003 +* Commands to be used in PC and output.
1004 +
1005 +1.check device address
1006 +
1007 +2.change device address
1008 +
1009 +3.check device ID
1010 +
1011 +4.start measure
1012 +
1013 +5.Get Meausre result
1014 +
1015 +
1016 +[[image:image-20230627174559-3.png]]
1017 +
1018 +==== 2.6.4.2 Hardware Connection to SDI-12-LB ====
1019 +
1020 +[[image:image-20230627174446-2.png]]
1021 +
1022 +
1023 +
1024 +==== 2.6.4.3 Commands set in SDI-12-LB and uplink payload ====
1025 +
1026 +
1027 +[[image:image-20230627175513-4.png||height="596" width="576"]]
1028 +
1029 +[[image:image-20230627175736-5.png||height="429" width="693"]]
1030 +
1031 +
1032 +**Data in TTN:**
1033 +
1034 +[[image:image-20230627180303-6.png||height="292" width="1171"]]
1035 +
821 821  == 2.7 Frequency Plans ==
822 822  
823 823  
... ... @@ -868,7 +868,7 @@
868 868  
869 869  (% style="color:blue" %)**AT Command: AT+TDC**
870 870  
871 -(% border="1" cellspacing="4" style="width:510px" %)
1086 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
872 872  |=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Command Example**|=(% style="width: 160px; background-color: rgb(217, 226, 243); color: rgb(0, 112, 192);" %)**Function**|=(% style="width: 190px;background-color:#D9E2F3;color:#0070C0" %)**Response**
873 873  |(% style="background-color:#f2f2f2; width:157px" %)AT+TDC=?|(% style="background-color:#f2f2f2; width:166px" %)Show current transmit Interval|(% style="background-color:#f2f2f2" %)(((
874 874  30000
... ... @@ -897,7 +897,7 @@
897 897  
898 898  (% style="color:blue" %)**AT Command: AT+INTMOD**
899 899  
900 -(% border="1" cellspacing="4" style="width:510px" %)
1115 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
901 901  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 157px;background-color:#D9E2F3;color:#0070C0" %)**Response**
902 902  |(% style="background-color:#f2f2f2; width:154px" %)AT+INTMOD=?|(% style="background-color:#f2f2f2; width:196px" %)Show current interrupt mode|(% style="background-color:#f2f2f2; width:157px" %)(((
903 903  0
... ... @@ -928,7 +928,7 @@
928 928  
929 929  (% style="color:blue" %)**AT Command: AT+3V3T**
930 930  
931 -(% border="1" cellspacing="4" style="width:474px" %)
1146 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:474px" %)
932 932  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 201px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 116px;background-color:#D9E2F3;color:#0070C0" %)**Response**
933 933  |(% style="background-color:#f2f2f2; width:154px" %)AT+3V3T=?|(% style="background-color:#f2f2f2; width:201px" %)Show 3V3 open time.|(% style="background-color:#f2f2f2; width:116px" %)(((
934 934  0
... ... @@ -947,7 +947,7 @@
947 947  
948 948  (% style="color:blue" %)**AT Command: AT+5VT**
949 949  
950 -(% border="1" cellspacing="4" style="width:470px" %)
1165 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:470px" %)
951 951  |=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 196px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 114px;background-color:#D9E2F3;color:#0070C0" %)**Response**
952 952  |(% style="background-color:#f2f2f2; width:155px" %)AT+5VT=?|(% style="background-color:#f2f2f2; width:196px" %)Show 5V open time.|(% style="background-color:#f2f2f2; width:114px" %)(((
953 953  0
... ... @@ -964,9 +964,11 @@
964 964  OK
965 965  )))
966 966  
967 -(% style="color:blue" %)**AT Command: AT+12VT**
1182 +(% style="color:blue" %)**AT Command: AT+12VT **
968 968  
969 -(% border="1" cellspacing="4" style="width:443px" %)
1184 +(% style="color:blue" %)**(The v1.2 version is enabled for 1 second by default, and the version below v1.2 is disabled by default)**
1185 +
1186 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:443px" %)
970 970  |=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 199px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 83px;background-color:#D9E2F3;color:#0070C0" %)**Response**
971 971  |(% style="background-color:#f2f2f2; width:156px" %)AT+12VT=?|(% style="background-color:#f2f2f2; width:199px" %)Show 12V open time.|(% style="background-color:#f2f2f2; width:83px" %)(((
972 972  0
... ... @@ -997,7 +997,7 @@
997 997  
998 998  (% style="color:blue" %)**AT Command: AT+ALLDATAMOD**
999 999  
1000 -(% border="1" cellspacing="4" style="width:437px" %)
1217 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1001 1001  |=(% style="background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1002 1002  |(% style="background-color:#f2f2f2" %)AT+ALLDATAMOD=?|(% style="background-color:#f2f2f2" %)Show current all data mode|(% style="background-color:#f2f2f2" %)(((
1003 1003  0
... ... @@ -1019,7 +1019,7 @@
1019 1019  
1020 1020  (% style="color:blue" %)**AT Command: AT+DATAUP**
1021 1021  
1022 -(% border="1" cellspacing="4" style="width:510px" %)
1239 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
1023 1023  |=(% style="width: 154px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 266px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1024 1024  |(% style="background-color:#f2f2f2; width:154px" %)AT+DATAUP =?|(% style="background-color:#f2f2f2; width:266px" %)Show current splicing payload for uplink mode|(% style="background-color:#f2f2f2" %)(((
1025 1025  0
... ... @@ -1053,7 +1053,7 @@
1053 1053  
1054 1054  (% style="color:blue" %)**AT Command: AT+PAYVER**
1055 1055  
1056 -(% border="1" cellspacing="4" style="width:437px" %)
1273 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:437px" %)
1057 1057  |=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 192px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response**
1058 1058  |(% style="background-color:#f2f2f2; width:158px" %)AT+PAYVER=?|(% style="background-color:#f2f2f2; width:192px" %)Show current payload version|(% style="background-color:#f2f2f2" %)(((
1059 1059  1
... ... @@ -1125,7 +1125,7 @@
1125 1125  )))
1126 1126  
1127 1127  (((
1128 -XXX: The default frequency band
1345 +(% style="color:blue" %)**XXX**(%%): The default frequency band
1129 1129  )))
1130 1130  
1131 1131  (((
... ... @@ -1140,7 +1140,6 @@
1140 1140  )))
1141 1141  
1142 1142  
1143 -
1144 1144  = 9. Packing Info =
1145 1145  
1146 1146  
... ... @@ -1161,5 +1161,3 @@
1161 1161  * Support is provided Monday to Friday, from 09:00 to 18:00 GMT+8. Due to different timezones we cannot offer live support. However, your questions will be answered as soon as possible in the before-mentioned schedule.
1162 1162  
1163 1163  * Provide as much information as possible regarding your enquiry (product models, accurately describe your problem and steps to replicate it etc) and send a mail to [[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]]
1164 -
1165 -
image-20230426084456-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +190.0 KB
Content
image-20230603120127-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +5.7 KB
Content
image-20230603120209-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +22.8 KB
Content
image-20230603120515-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +489.3 KB
Content
image-20230603120648-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +100.8 KB
Content
image-20230603120726-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +133.2 KB
Content
image-20230603120859-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +55.9 KB
Content
image-20230603121606-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +24.4 KB
Content
image-20230603121643-8.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +889.7 KB
Content
image-20230603121721-9.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +105.4 KB
Content
image-20230603121752-10.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +160.0 KB
Content
image-20230603121826-11.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +52.8 KB
Content
image-20230603122040-12.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +128.1 KB
Content
image-20230603122109-13.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +271.1 KB
Content
image-20230603122139-14.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +70.4 KB
Content
image-20230603122212-15.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +818.3 KB
Content
image-20230603122248-16.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +12.7 KB
Content
image-20230603122508-17.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +980.2 KB
Content
image-20230603122549-18.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +90.9 KB
Content
image-20230603122623-19.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +139.5 KB
Content
image-20230603122719-20.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Edwin
Size
... ... @@ -1,0 +1,1 @@
1 +83.8 KB
Content
image-20230627164957-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +835.0 KB
Content
image-20230627165744-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +4.6 KB
Content
image-20230627174446-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +835.0 KB
Content
image-20230627174559-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +4.6 KB
Content
image-20230627175513-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +12.0 KB
Content
image-20230627175736-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +10.4 KB
Content
image-20230627180303-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +65.1 KB
Content
image-20230628090323-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +137.2 KB
Content
image-20230628091055-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +24.9 KB
Content
image-20230628091130-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Saxer
Size
... ... @@ -1,0 +1,1 @@
1 +84.0 KB
Content