<
From version < 74.4 >
edited by Xiaoling
on 2022/06/07 17:48
To version < 85.5 >
edited by Xiaoling
on 2022/06/08 11:26
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -67,6 +67,7 @@
67 67  
68 68  
69 69  
70 +
70 70  = 1. Introduction =
71 71  
72 72  == 1.1 ​What is LoRaWAN Soil pH Sensor ==
... ... @@ -96,6 +96,7 @@
96 96  
97 97  
98 98  
100 +
99 99  == ​1.2 Features ==
100 100  
101 101  * LoRaWAN 1.0.3 Class A
... ... @@ -113,6 +113,7 @@
113 113  * 8500mAh Battery for long term use
114 114  
115 115  
118 +
116 116  == 1.3 Probe Specification ==
117 117  
118 118  
... ... @@ -134,11 +134,13 @@
134 134  * Length: 3.5 meters
135 135  
136 136  
140 +
137 137  == 1.4 ​Applications ==
138 138  
139 139  * Smart Agriculture
140 140  
141 141  
146 +
142 142  == 1.5 Pin mapping and power on ==
143 143  
144 144  [[image:1654592472094-134.png]]
... ... @@ -154,7 +154,7 @@
154 154  )))
155 155  
156 156  (((
157 -In case you can’t set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>path:#H5.UseATCommand]]to set the keys in the LSPH01.
162 +In case you can’t set the OTAA keys in the LoRaWAN OTAA server, and you have to use the keys from the server, you can [[use AT Commands >>||anchor="H5.UseATCommand"]]to set the keys in the LSPH01.
158 158  )))
159 159  
160 160  
... ... @@ -245,14 +245,14 @@
245 245  
246 246  **(bytes)**
247 247  )))|**2**|**2**|**2**|**2**|**1**|**1**|**1**
248 -|**Value**|[[BAT>>path:#H2.3.1BatteryInfo]]|(((
249 -[[Temperature>>path:#H2.3.2DS18B20Temperaturesensor]]
253 +|**Value**|[[BAT>>||anchor="2.3.1BatteryInfo"]]|(((
254 +[[Temperature>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
250 250  
251 -[[(Optional)>>path:#H2.3.2DS18B20Temperaturesensor]]
252 -)))|[[Soil pH>>path:#H2.3.3SoilpH]]|[[Soil Temperature>>path:#H2.3.4SoilTemperature]]|(((
253 -[[Digital Interrupt (Optional)>>path:#H2.3.5InterruptPin]]
256 +[[(Optional)>>||anchor="H2.3.2DS18B20Temperaturesensor"]]
257 +)))|[[Soil pH>>||anchor="H2.3.3SoilpH"]]|[[Soil Temperature>>||anchor="H2.3.4SoilTemperature"]]|(((
258 +[[Digital Interrupt (Optional)>>||anchor="H2.3.5InterruptPin"]]
254 254  )))|Reserve|(((
255 -[[Message Type>>path:#H2.3.6MessageType]]
260 +[[Message Type>>||anchor="H2.3.6MessageType"]]
256 256  )))
257 257  
258 258  [[image:1654592721645-318.png]]
... ... @@ -308,7 +308,7 @@
308 308  
309 309  === 2.3.5 Interrupt Pin ===
310 310  
311 -This data field shows if this packet is generated by interrupt or not. [[Click here>>path:#H3.2SetInterruptMode]] for the hardware and software set up.
316 +This data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H3.2SetInterruptMode"]] for the hardware and software set up.
312 312  
313 313  
314 314  **Example:**
... ... @@ -332,12 +332,10 @@
332 332  
333 333  (% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
334 334  |=**Message Type Code**|=**Description**|=**Payload**
335 -|0x01|Normal Uplink|[[Normal Uplink Payload>>path:#H2.3200BUplinkPayload]]
336 -|0x02|Reply configures info|[[Configure Info Payload>>path:#H3.4GetFirmwareVersionInfo]]
337 -|0x03|Reply Calibration Info|[[Calibration Payload>>path:#H2.7Calibration]]
340 +|0x01|Normal Uplink|[[Normal Uplink Payload>>||anchor="H2.3200BUplinkPayload"]]
341 +|0x02|Reply configures info|[[Configure Info Payload>>||anchor="H3.4GetFirmwareVersionInfo"]]
342 +|0x03|Reply Calibration Info|[[Calibration Payload>>||anchor="H2.7Calibration"]]
338 338  
339 -
340 -
341 341  === 2.3.7 Decode payload in The Things Network ===
342 342  
343 343  While using TTN network, you can add the payload format to decode the payload.
... ... @@ -507,9 +507,13 @@
507 507  
508 508  == 2.7 Calibration ==
509 509  
513 +(((
510 510  User can do calibration for the probe. It is limited to use below pH buffer solution to calibrate: 4.00, 6.86, 9.18. When calibration, user need to clean the electrode and put the probe in the pH buffer solution to wait the value stable ( a new clean electrode might need max 24 hours to be stable).
515 +)))
511 511  
517 +(((
512 512  After stable, user can use below command to calibrate.
519 +)))
513 513  
514 514  [[image:image-20220607171149-4.png]]
515 515  
... ... @@ -516,7 +516,7 @@
516 516  
517 517  (% style="color:#037691" %)**Calibration Payload**
518 518  
519 -(% border="1" cellspacing="10" style="background-color:#ffffcc; width:510px" %)
526 +(% border="1" cellspacing="10" style="background-color:#ffffcc; color:green; width:510px" %)
520 520  |(((
521 521  **Size**
522 522  
... ... @@ -531,7 +531,7 @@
531 531  
532 532  Calibrate value
533 533  )))|Reserve|(((
534 -[[Message Type>>path:#H2.3.6MessageType]]
541 +[[Message Type>>||anchor="H2.3.6MessageType"]]
535 535  
536 536  Always 0x03
537 537  )))
... ... @@ -545,7 +545,6 @@
545 545  * Reply to non-confirmed packet: 14 00
546 546  
547 547  
548 -
549 549  == 2.8 Frequency Plans ==
550 550  
551 551  (((
... ... @@ -555,32 +555,61 @@
555 555  
556 556  === 2.8.1 EU863-870 (EU868) ===
557 557  
564 +(((
558 558  (% style="color:blue" %)**Uplink:**
566 +)))
559 559  
568 +(((
560 560  868.1 - SF7BW125 to SF12BW125
570 +)))
561 561  
572 +(((
562 562  868.3 - SF7BW125 to SF12BW125 and SF7BW250
574 +)))
563 563  
576 +(((
564 564  868.5 - SF7BW125 to SF12BW125
578 +)))
565 565  
580 +(((
566 566  867.1 - SF7BW125 to SF12BW125
582 +)))
567 567  
584 +(((
568 568  867.3 - SF7BW125 to SF12BW125
586 +)))
569 569  
588 +(((
570 570  867.5 - SF7BW125 to SF12BW125
590 +)))
571 571  
592 +(((
572 572  867.7 - SF7BW125 to SF12BW125
594 +)))
573 573  
596 +(((
574 574  867.9 - SF7BW125 to SF12BW125
598 +)))
575 575  
600 +(((
576 576  868.8 - FSK
602 +)))
577 577  
604 +(((
605 +
606 +)))
578 578  
608 +(((
579 579  (% style="color:blue" %)**Downlink:**
610 +)))
580 580  
612 +(((
581 581  Uplink channels 1-9 (RX1)
614 +)))
582 582  
616 +(((
583 583  869.525 - SF9BW125 (RX2 downlink only)
618 +)))
584 584  
585 585  
586 586  
... ... @@ -601,48 +601,92 @@
601 601  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
602 602  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
603 603  
639 +
604 604  === 2.8.3 CN470-510 (CN470) ===
605 605  
642 +(((
606 606  Used in China, Default use CHE=1
644 +)))
607 607  
646 +(((
608 608  (% style="color:blue" %)**Uplink:**
648 +)))
609 609  
650 +(((
610 610  486.3 - SF7BW125 to SF12BW125
652 +)))
611 611  
654 +(((
612 612  486.5 - SF7BW125 to SF12BW125
656 +)))
613 613  
658 +(((
614 614  486.7 - SF7BW125 to SF12BW125
660 +)))
615 615  
662 +(((
616 616  486.9 - SF7BW125 to SF12BW125
664 +)))
617 617  
666 +(((
618 618  487.1 - SF7BW125 to SF12BW125
668 +)))
619 619  
670 +(((
620 620  487.3 - SF7BW125 to SF12BW125
672 +)))
621 621  
674 +(((
622 622  487.5 - SF7BW125 to SF12BW125
676 +)))
623 623  
678 +(((
624 624  487.7 - SF7BW125 to SF12BW125
680 +)))
625 625  
682 +(((
683 +
684 +)))
626 626  
686 +(((
627 627  (% style="color:blue" %)**Downlink:**
688 +)))
628 628  
690 +(((
629 629  506.7 - SF7BW125 to SF12BW125
692 +)))
630 630  
694 +(((
631 631  506.9 - SF7BW125 to SF12BW125
696 +)))
632 632  
698 +(((
633 633  507.1 - SF7BW125 to SF12BW125
700 +)))
634 634  
702 +(((
635 635  507.3 - SF7BW125 to SF12BW125
704 +)))
636 636  
706 +(((
637 637  507.5 - SF7BW125 to SF12BW125
708 +)))
638 638  
710 +(((
639 639  507.7 - SF7BW125 to SF12BW125
712 +)))
640 640  
714 +(((
641 641  507.9 - SF7BW125 to SF12BW125
716 +)))
642 642  
718 +(((
643 643  508.1 - SF7BW125 to SF12BW125
720 +)))
644 644  
722 +(((
645 645  505.3 - SF12BW125 (RX2 downlink only)
724 +)))
646 646  
647 647  
648 648  
... ... @@ -667,111 +667,219 @@
667 667  * Check what sub-band the LoRaWAN server ask from the OTAA Join Accept message and switch to that sub-band
668 668  * Use the Join successful sub-band if the server doesn’t include sub-band info in the OTAA Join Accept message ( TTN v2 doesn't include)
669 669  
670 -
671 671  === 2.8.5 AS920-923 & AS923-925 (AS923) ===
672 672  
751 +(((
673 673  (% style="color:blue" %)**Default Uplink channel:**
753 +)))
674 674  
755 +(((
675 675  923.2 - SF7BW125 to SF10BW125
757 +)))
676 676  
759 +(((
677 677  923.4 - SF7BW125 to SF10BW125
761 +)))
678 678  
763 +(((
764 +
765 +)))
679 679  
767 +(((
680 680  (% style="color:blue" %)**Additional Uplink Channel**:
769 +)))
681 681  
771 +(((
682 682  (OTAA mode, channel added by JoinAccept message)
773 +)))
683 683  
775 +(((
776 +
777 +)))
684 684  
779 +(((
685 685  (% style="color:blue" %)**AS920~~AS923 for Japan, Malaysia, Singapore**:
781 +)))
686 686  
783 +(((
687 687  922.2 - SF7BW125 to SF10BW125
785 +)))
688 688  
787 +(((
689 689  922.4 - SF7BW125 to SF10BW125
789 +)))
690 690  
791 +(((
691 691  922.6 - SF7BW125 to SF10BW125
793 +)))
692 692  
795 +(((
693 693  922.8 - SF7BW125 to SF10BW125
797 +)))
694 694  
799 +(((
695 695  923.0 - SF7BW125 to SF10BW125
801 +)))
696 696  
803 +(((
697 697  922.0 - SF7BW125 to SF10BW125
805 +)))
698 698  
807 +(((
808 +
809 +)))
699 699  
811 +(((
700 700  (% style="color:blue" %)**AS923 ~~ AS925 for Brunei, Cambodia, Hong Kong, Indonesia, Laos, Taiwan, Thailand, Vietnam**:
813 +)))
701 701  
815 +(((
702 702  923.6 - SF7BW125 to SF10BW125
817 +)))
703 703  
819 +(((
704 704  923.8 - SF7BW125 to SF10BW125
821 +)))
705 705  
823 +(((
706 706  924.0 - SF7BW125 to SF10BW125
825 +)))
707 707  
827 +(((
708 708  924.2 - SF7BW125 to SF10BW125
829 +)))
709 709  
831 +(((
710 710  924.4 - SF7BW125 to SF10BW125
833 +)))
711 711  
835 +(((
712 712  924.6 - SF7BW125 to SF10BW125
837 +)))
713 713  
839 +(((
840 +
841 +)))
714 714  
843 +(((
715 715  (% style="color:blue" %)**Downlink:**
845 +)))
716 716  
847 +(((
717 717  Uplink channels 1-8 (RX1)
849 +)))
718 718  
851 +(((
719 719  923.2 - SF10BW125 (RX2)
853 +)))
720 720  
721 721  
722 722  
723 723  === 2.8.6 KR920-923 (KR920) ===
724 724  
859 +(((
725 725  (% style="color:blue" %)**Default channel:**
861 +)))
726 726  
863 +(((
727 727  922.1 - SF7BW125 to SF12BW125
865 +)))
728 728  
867 +(((
729 729  922.3 - SF7BW125 to SF12BW125
869 +)))
730 730  
871 +(((
731 731  922.5 - SF7BW125 to SF12BW125
873 +)))
732 732  
875 +(((
876 +
877 +)))
733 733  
879 +(((
734 734  (% style="color:blue" %)**Uplink: (OTAA mode, channel added by JoinAccept message)**
881 +)))
735 735  
883 +(((
736 736  922.1 - SF7BW125 to SF12BW125
885 +)))
737 737  
887 +(((
738 738  922.3 - SF7BW125 to SF12BW125
889 +)))
739 739  
891 +(((
740 740  922.5 - SF7BW125 to SF12BW125
893 +)))
741 741  
895 +(((
742 742  922.7 - SF7BW125 to SF12BW125
897 +)))
743 743  
899 +(((
744 744  922.9 - SF7BW125 to SF12BW125
901 +)))
745 745  
903 +(((
746 746  923.1 - SF7BW125 to SF12BW125
905 +)))
747 747  
907 +(((
748 748  923.3 - SF7BW125 to SF12BW125
909 +)))
749 749  
911 +(((
912 +
913 +)))
750 750  
915 +(((
751 751  (% style="color:blue" %)**Downlink:**
917 +)))
752 752  
919 +(((
753 753  Uplink channels 1-7(RX1)
921 +)))
754 754  
923 +(((
755 755  921.9 - SF12BW125 (RX2 downlink only; SF12BW125 might be changed to SF9BW125)
925 +)))
756 756  
757 757  
758 758  
759 759  === 2.8.7 IN865-867 (IN865) ===
760 760  
931 +(((
761 761  (% style="color:blue" %)**Uplink:**
933 +)))
762 762  
935 +(((
763 763  865.0625 - SF7BW125 to SF12BW125
937 +)))
764 764  
939 +(((
765 765  865.4025 - SF7BW125 to SF12BW125
941 +)))
766 766  
943 +(((
767 767  865.9850 - SF7BW125 to SF12BW125
945 +)))
768 768  
947 +(((
948 +
949 +)))
769 769  
951 +(((
770 770  (% style="color:blue" %)**Downlink:**
953 +)))
771 771  
955 +(((
772 772  Uplink channels 1-3 (RX1)
957 +)))
773 773  
959 +(((
774 774  866.550 - SF10BW125 (RX2)
961 +)))
775 775  
776 776  
777 777  
... ... @@ -797,26 +797,51 @@
797 797  
798 798  = 3. Configure LSPH01 via AT Command or LoRaWAN Downlink =
799 799  
987 +(((
800 800  Use can configure LSPH01 via AT Command or LoRaWAN Downlink.
989 +)))
801 801  
802 -* AT Command Connection: See [[FAQ>>path:#H6.FAQ]].
803 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
991 +* (((
992 +AT Command Connection: See [[FAQ>>||anchor="H6.FAQ"]].
993 +)))
994 +* (((
995 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>path:/xwiki/bin/view/Main/]]
996 +)))
804 804  
998 +(((
805 805  There are two kinds of commands to configure LSPH01, they are:
1000 +)))
806 806  
807 -* (% style="color:#4f81bd" %)** General Commands**.
1002 +* (((
1003 +(% style="color:#4f81bd" %)** General Commands**.
1004 +)))
808 808  
1006 +(((
809 809  These commands are to configure:
1008 +)))
810 810  
811 -* General system settings like: uplink interval.
812 -* LoRaWAN protocol & radio related command.
1010 +* (((
1011 +General system settings like: uplink interval.
1012 +)))
1013 +* (((
1014 +LoRaWAN protocol & radio related command.
1015 +)))
813 813  
1017 +(((
814 814  They are same for all Dragino Device which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:[[End Device AT Commands and Downlink Command>>path:/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
1019 +)))
815 815  
1021 +(((
1022 +
1023 +)))
816 816  
817 -* (% style="color:#4f81bd" %)** Commands special design for LSPH01**
1025 +* (((
1026 +(% style="color:#4f81bd" %)** Commands special design for LSPH01**
1027 +)))
818 818  
1029 +(((
819 819  These commands only valid for LSPH01, as below:
1031 +)))
820 820  
821 821  
822 822  
... ... @@ -830,16 +830,27 @@
830 830  
831 831  
832 832  
1045 +(((
833 833  (% style="color:#037691" %)**Downlink Command: 0x01**
1047 +)))
834 834  
1049 +(((
835 835  Format: Command Code (0x01) followed by 3 bytes time value.
1051 +)))
836 836  
1053 +(((
837 837  If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
1055 +)))
838 838  
839 -* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
840 -* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
1057 +* (((
1058 +Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
1059 +)))
1060 +* (((
1061 +Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
841 841  
842 842  
1064 +
1065 +)))
843 843  
844 844  == 3.2 Set Interrupt Mode ==
845 845  
... ... @@ -850,18 +850,34 @@
850 850  [[image:image-20220607171716-9.png]]
851 851  
852 852  
1076 +(((
853 853  (% style="color:#037691" %)**Downlink Command: 0x06**
1078 +)))
854 854  
1080 +(((
855 855  Format: Command Code (0x06) followed by 3 bytes.
1082 +)))
856 856  
1084 +(((
857 857  This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
1086 +)))
858 858  
859 -* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
860 -* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1088 +* (((
1089 +Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
1090 +)))
1091 +* (((
1092 +Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
1093 +)))
861 861  
1095 +(((
1096 +
1097 +)))
1098 +
1099 +
1100 +
862 862  == 3.3 Calibrate Sensor ==
863 863  
864 -Detail See [[Calibration Guide>>path:#H2.7Calibration]] for the user of 0x13 and 0x14 downlink commands
1103 +Detail See [[Calibration Guide>>||anchor="H2.7Calibration"]] for the user of 0x13 and 0x14 downlink commands
865 865  
866 866  
867 867  
... ... @@ -893,7 +893,7 @@
893 893  
894 894  Version
895 895  )))|Sensor Type|Reserve|(((
896 -[[Message Type>>path:#H2.3.6MessageType]]
1135 +[[Message Type>>||anchor="H2.3.6MessageType"]]
897 897  Always 0x02
898 898  )))
899 899  
... ... @@ -1033,9 +1033,13 @@
1033 1033  
1034 1034  === ​4.3.2 Replace the battery ===
1035 1035  
1275 +(((
1036 1036  You can change the battery in the LSPH01.The type of battery is not limited as long as the output is between 3v to 3.6v. On the main board, there is a diode (D1) between the battery and the main circuit. If you need to use a battery with less than 3.3v, please remove the D1 and shortcut the two pads of it so there won’t be voltage drop between battery and main board.
1277 +)))
1037 1037  
1279 +(((
1038 1038  The default battery pack of LSPH01 includes a ER26500 plus super capacitor. If user can’t find this pack locally, they can find ER26500 or equivalence, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes)
1281 +)))
1039 1039  
1040 1040  
1041 1041  
... ... @@ -1056,24 +1056,24 @@
1056 1056  (% style="background-color:yellow" %)** USB TTL RXD  <~-~-~-~-> UART_TXD**
1057 1057  
1058 1058  
1302 +(((
1059 1059  In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for LSPH01. LSPH01 will output system info once power on as below:
1304 +)))
1060 1060  
1061 1061  
1062 1062   [[image:1654593712276-618.png]]
1063 1063  
1064 -Valid AT Command please check [[Configure Device>>path:#H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink]].
1309 +Valid AT Command please check [[Configure Device>>||anchor="H3.ConfigureLSPH01viaATCommandorLoRaWANDownlink"]].
1065 1065  
1066 1066  
1067 -
1068 1068  = 6. FAQ =
1069 1069  
1070 1070  == 6.1 How to change the LoRa Frequency Bands/Region ==
1071 1071  
1072 -You can follow the instructions for [[how to upgrade image>>path:#H2.10200BFirmwareChangeLog]].
1316 +You can follow the instructions for [[how to upgrade image>>||anchor="H2.10200BFirmwareChangeLog"]].
1073 1073  When downloading the images, choose the required image file for download. ​
1074 1074  
1075 1075  
1076 -
1077 1077  = 7. Trouble Shooting =
1078 1078  
1079 1079  == 7.1 AT Commands input doesn’t work ==
... ... @@ -1081,7 +1081,6 @@
1081 1081  In the case if user can see the console output but can’t type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn’t send (% style="color:green" %)**ENTER**(%%) while press the send key, user need to add ENTER in their string.
1082 1082  
1083 1083  
1084 -
1085 1085  = 8. Order Info =
1086 1086  
1087 1087  Part Number: (% style="color:blue" %)**LSPH01-XX**
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0