<
From version < 38.1 >
edited by Edwin Chen
on 2022/10/09 00:10
To version < 33.6 >
edited by Xiaoling
on 2022/09/13 09:50
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Edwin
1 +XWiki.Xiaoling
Content
... ... @@ -71,6 +71,9 @@
71 71  * - B20 @H-FDD: 800MHz
72 72  * - B28 @H-FDD: 700MHz
73 73  
74 +
75 +
76 +
74 74  == 1.4  Probe Specification ==
75 75  
76 76  
... ... @@ -90,11 +90,17 @@
90 90  * IP67 Protection
91 91  * Length: 3.5 meters
92 92  
96 +
97 +
98 +
93 93  == 1.5 ​ Applications ==
94 94  
95 95  
96 96  * Smart Agriculture
97 97  
104 +
105 +
106 +
98 98  == 1.6  Pin mapping and power on ==
99 99  
100 100  
... ... @@ -213,6 +213,8 @@
213 213  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5601     ** (%%) ~/~/  to set UDP server address and port
214 214  * (% style="color:#037691" %)**AT+CFM=1       ** (%%) ~/~/  If the server does not respond, this command is unnecessary
215 215  
225 +
226 +
216 216  ​ [[image:image-20220907171221-11.png]]
217 217  
218 218  
... ... @@ -254,6 +254,8 @@
254 254  * (% style="color:#037691" %)**AT+PRO=4   ** (%%) ~/~/  Set to use TCP protocol to uplink
255 255  * (% style="color:#037691" %)**AT+SERVADDR=120.24.4.116,5600   ** (%%) ~/~/  to set TCP server address and port
256 256  
268 +
269 +
257 257  ​ [[image:image-20220907171221-15.png]]
258 258  
259 259  
... ... @@ -270,6 +270,8 @@
270 270  
271 271  * (% style="color:#037691" %)**AT+TDC=7200      ** (%%) ~/~/ Set Update Interval to 7200s (2 hour)
272 272  
286 +
287 +
273 273  (% style="color:red" %)**NOTE: By default, the device will send an uplink message every 2 hour. Each Uplink Include 8 set of records in this 2 hour (15 minute interval / record).**
274 274  
275 275  
... ... @@ -294,22 +294,24 @@
294 294  
295 295  The payload is ASCII string, representative same HEX:
296 296  
297 -**0x (% style="color:red" %)__f868411056754138__  (% style="color:blue" %)__0064 __ (% style="color:green" %)__0c78__  (% style="color:#00b0f0" %)__17__  (% style="color:#7030a0" %)__01__  (% style="color:#d60093" %)__00__  (% style="color:#a14d07" %)__0225 __ (% style="color:#0020b0" %) __010b__  (% style="color:#420042" %)__6315537b__  (% style="color:#663300" %)//__010b0226631550fb__  __010e022663154d77  01110225631549f1  011502246315466b  01190223631542e5  011d022163153f62  011e022163153bde 011e022163153859__//(%%)**
312 +0x(% style="color:red" %)f868411056754138(% style="color:blue" %)0064(% style="color:green" %)0c78(% style="color:red" %)17(% style="color:blue" %)01(% style="color:green" %)00(% style="color:blue" %)**0225010b6315537b**010b0226631550fb**010e022663154d77**01110225631549f1**011502246315466b**01190223631542e5**011d022163153f62**011e022163153bde**011e022163153859**(%%)** **where:
298 298  
299 -where:
300 -
301 -* Device ID: 0xf868411056754138 = f868411056754138
302 -* Version: 0x0064=100=1.0.0
303 -* BAT: 0x0c78 = 3192 mV = 3.192V
304 -* Singal: 0x17 = 23
305 -* Mod: 0x01 = 1
306 -* Interrupt: 0x00= 0
314 +* (% style="color:red" %)Device ID: 0xf868411056754138 = f868411056754138
315 +* (% style="color:blue" %)Version: 0x0064=100=1.0.0
316 +* (% style="color:green" %)BAT: 0x0c78 = 3192 mV = 3.192V
317 +* (% style="color:red" %)Singal: 0x17 = 23
318 +* (% style="color:blue" %)Mod: 0x01 = 1
319 +* (% style="color:green" %)Interrupt: 0x00= 0
307 307  * Leaf moisture: 0x0225= 549 = 54.9%
308 308  * Leaf Temperature:0x010B =267=26.7 °C
309 309  * Time stamp : 0x6315537b =1662342011 ([[Unix Epoch Time>>https://www.epochconverter.com/]])
310 310  * Leaf Temperature, Leaf moisture,Time stamp : 010b0226631550fb
311 -* 8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
324 +* (% style="color:blue" %)8 sets of recorded data: Leaf Temperature, Leaf moisture,Time stamp : 010e022663154d77,.......
312 312  
326 +
327 +
328 +
329 +
313 313  == 2.4  Payload Explanation and Sensor Interface ==
314 314  
315 315  
... ... @@ -477,6 +477,10 @@
477 477  * After NLMS01 join NB-IoT network. The LED will be ON for 3 seconds.
478 478  * For each uplink probe, LED will be on for 500ms.
479 479  
497 +
498 +
499 +
500 +
480 480  == 2.7  Installation ==
481 481  
482 482  
... ... @@ -528,11 +528,10 @@
528 528  * (% style="color:#037691" %)**AT+TR=900**   (%%) ~/~/  The unit is seconds, and the default is to record data once every 900 seconds.( The minimum can be set to 180 seconds)
529 529  * (% style="color:#037691" %)**AT+NOUD=8**  (%%)~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
530 530  
531 - The diagram below explains the relationship between TR, NOUD, and TDC more clearly**:**
532 532  
533 -[[image:image-20221009001002-1.png||height="706" width="982"]]
534 534  
535 535  
555 +
536 536  == 2.10  Read or Clear cached data ==
537 537  
538 538  
... ... @@ -541,6 +541,8 @@
541 541  * (% style="color:#037691" %)**AT+CDP**      (%%) ~/~/  Read cached data
542 542  * (% style="color:#037691" %)**AT+CDP=0  ** (%%) ~/~/  Clear cached data
543 543  
564 +
565 +
544 544  [[image:image-20220907171221-20.png]]
545 545  
546 546  
... ... @@ -628,86 +628,86 @@
628 628  
629 629  See this link for detail:  [[https:~~/~~/www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0>>url:https://www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0]]
630 630  
631 -AT+<CMD>?  :  Help on <CMD>
653 +AT+<CMD>?  : Help on <CMD>
632 632  
633 -AT+<CMD>  Run <CMD>
655 +AT+<CMD>         : Run <CMD>
634 634  
635 -AT+<CMD>=<value>:  Set the value
657 +AT+<CMD>=<value> : Set the value
636 636  
637 -AT+<CMD>=?  Get the value
659 +AT+<CMD>=?  : Get the value
638 638  
639 639  
640 640  (% style="color:#037691" %)**General Commands**      
641 641  
642 -AT  Attention       
664 +AT  : Attention       
643 643  
644 -AT?  Short Help     
666 +AT?  : Short Help     
645 645  
646 -ATZ  MCU Reset    
668 +ATZ  : MCU Reset    
647 647  
648 -AT+TDC  :  Application Data Transmission Interval
670 +AT+TDC  : Application Data Transmission Interval
649 649  
650 -AT+CFG  :  Print all configurations
672 +AT+CFG  : Print all configurations
651 651  
652 -AT+CFGMOD  :  Working mode selection
674 +AT+CFGMOD           : Working mode selection
653 653  
654 -AT+INTMOD  :  Set the trigger interrupt mode
676 +AT+INTMOD            : Set the trigger interrupt mode
655 655  
656 -AT+5VT  Set extend the time of 5V power  
678 +AT+5VT  : Set extend the time of 5V power  
657 657  
658 -AT+PRO :  Choose agreement
680 +AT+PRO  : Choose agreement
659 659  
660 -AT+RXDL:  Extend the sending and receiving time
682 +AT+RXDL  : Extend the sending and receiving time
661 661  
662 -AT+SERVADDR :  Server Address
684 +AT+SERVADDR  : Server Address
663 663  
664 -AT+APN :  Get or set the APN
686 +AT+APN     : Get or set the APN
665 665  
666 -AT+FBAND :  Get or Set whether to automatically modify the frequency band
688 +AT+FBAND   : Get or Set whether to automatically modify the frequency band
667 667  
668 -AT+DNSCFG : Get or Set DNS Server
690 +AT+DNSCFG  : Get or Set DNS Server
669 669  
670 670  AT+GETSENSORVALUE   : Returns the current sensor measurement
671 671  
672 -AT+TR :  Get or Set record time"
694 +AT+TR      : Get or Set record time"
673 673  
674 -AT+NOUD :  Get or Set the number of data to be uploaded
696 +AT+NOUD      : Get or Set the number of data to be uploaded
675 675  
676 -AT+CDP :  Read or Clear cached data
698 +AT+CDP     : Read or Clear cached data
677 677  
678 -AT+TEMPALARM :  Get or Set alarm of temp
700 +AT+TEMPALARM      : Get or Set alarm of temp
679 679  
680 -AT+HUMALARM :  Get or Set alarm of humidity
702 +AT+HUMALARM     : Get or Set alarm of PH
681 681  
682 682  
683 683  (% style="color:#037691" %)**COAP Management**      
684 684  
685 -AT+URI :  Resource parameters
707 +AT+URI            : Resource parameters
686 686  
687 687  
688 688  (% style="color:#037691" %)**UDP Management**
689 689  
690 -AT+CFM :  Upload confirmation mode (only valid for UDP)
712 +AT+CFM          : Upload confirmation mode (only valid for UDP)
691 691  
692 692  
693 693  (% style="color:#037691" %)**MQTT Management**
694 694  
695 -AT+CLIENT  :  Get or Set MQTT client
717 +AT+CLIENT               : Get or Set MQTT client
696 696  
697 -AT+UNAME  : Get or Set MQTT Username
719 +AT+UNAME  : Get or Set MQTT Username
698 698  
699 -AT+PWD  :  Get or Set MQTT password
721 +AT+PWD                  : Get or Set MQTT password
700 700  
701 -AT+PUBTOPIC  Get or Set MQTT publish topic
723 +AT+PUBTOPIC  : Get or Set MQTT publish topic
702 702  
703 -AT+SUBTOPIC :  Get or Set MQTT subscription topic
725 +AT+SUBTOPIC  : Get or Set MQTT subscription topic
704 704  
705 705  
706 706  (% style="color:#037691" %)**Information**          
707 707  
708 -AT+FDR :  Factory Data Reset
730 +AT+FDR  : Factory Data Reset
709 709  
710 -AT+PWORD :  Serial Access Password
732 +AT+PWORD  : Serial Access Password
711 711  
712 712  
713 713  
... ... @@ -764,6 +764,9 @@
764 764  * Package Size / pcs : cm
765 765  * Weight / pcs : g
766 766  
789 +
790 +
791 +
767 767  = 9.  Support =
768 768  
769 769  
image-20221009001002-1.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Edwin
Size
... ... @@ -1,1 +1,0 @@
1 -282.9 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0