<
From version < 38.12 >
edited by Xiaoling
on 2022/10/25 16:35
To version < 38.13 >
edited by Xiaoling
on 2023/04/04 09:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -34,7 +34,6 @@
34 34  ​ [[image:image-20220907171221-3.png]]
35 35  
36 36  
37 -
38 38  == ​1.2  Features ==
39 39  
40 40  
... ... @@ -68,12 +68,12 @@
68 68  
69 69  (% style="color:#037691" %)**NB-IoT Spec:**
70 70  
71 -* - B1 @H-FDD: 2100MHz
72 -* - B3 @H-FDD: 1800MHz
73 -* - B8 @H-FDD: 900MHz
74 -* - B5 @H-FDD: 850MHz
75 -* - B20 @H-FDD: 800MHz
76 -* - B28 @H-FDD: 700MHz
70 +* B1 @H-FDD: 2100MHz
71 +* B3 @H-FDD: 1800MHz
72 +* B8 @H-FDD: 900MHz
73 +* B5 @H-FDD: 850MHz
74 +* B20 @H-FDD: 800MHz
75 +* B28 @H-FDD: 700MHz
77 77  
78 78  
79 79  
... ... @@ -112,10 +112,8 @@
112 112  
113 113  **~ **
114 114  
115 -
116 116  = 2.  Use NLMS01 to communicate with IoT Server =
117 117  
118 -
119 119  == 2.1  How it works ==
120 120  
121 121  
... ... @@ -127,10 +127,8 @@
127 127  [[image:image-20220907171221-5.png]]
128 128  
129 129  
130 -
131 131  == 2.2 ​ Configure the NLMS01 ==
132 132  
133 -
134 134  === 2.2.1 Test Requirement ===
135 135  
136 136  
... ... @@ -146,7 +146,6 @@
146 146  [[image:image-20220907171221-6.png]] ​
147 147  
148 148  
149 -
150 150  === 2.2.2 Insert SIM card ===
151 151  
152 152  
... ... @@ -158,7 +158,6 @@
158 158  [[image:image-20220907171221-7.png]] ​
159 159  
160 160  
161 -
162 162  === 2.2.3 Connect USB – TTL to NLMS01 to configure it ===
163 163  
164 164  
... ... @@ -190,7 +190,6 @@
190 190  (% style="color:red" %)**Note: the valid AT Commands can be found at:  **(%%)[[**https:~~/~~/www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0**>>url:https://www.dropbox.com/sh/351dwor6joz8nwh/AADn1BQaAAxLF_QMyU8NkW47a?dl=0]]
191 191  
192 192  
193 -
194 194  === 2.2.4 Use CoAP protocol to uplink data ===
195 195  
196 196  
... ... @@ -213,7 +213,6 @@
213 213  [[image:image-20220907171221-10.png]] ​
214 214  
215 215  
216 -
217 217  === 2.2.5 Use UDP protocol to uplink data(Default protocol) ===
218 218  
219 219  
... ... @@ -230,7 +230,6 @@
230 230  
231 231  ​
232 232  
233 -
234 234  === 2.2.6 Use MQTT protocol to uplink data ===
235 235  
236 236  
... ... @@ -255,7 +255,6 @@
255 255  MQTT protocol has a much higher power consumption compare vs UDP / CoAP protocol. Please check the power analyze document and adjust the uplink period to a suitable interval.
256 256  
257 257  
258 -
259 259  === 2.2.7 Use TCP protocol to uplink data ===
260 260  
261 261  
... ... @@ -283,7 +283,6 @@
283 283  (% 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).**
284 284  
285 285  
286 -
287 287  == 2.3  Uplink Payload ==
288 288  
289 289  
... ... @@ -334,7 +334,6 @@
334 334  
335 335  == 2.4  Payload Explanation and Sensor Interface ==
336 336  
337 -
338 338  === 2.4.1  Device ID ===
339 339  
340 340  
... ... @@ -350,7 +350,6 @@
350 350  The Device ID is stored in a none-erase area, Upgrade the firmware or run AT+FDR won't erase Device ID.
351 351  
352 352  
353 -
354 354  === 2.4.2  Version Info ===
355 355  
356 356  
... ... @@ -359,7 +359,6 @@
359 359  For example: 0x00 64 : this device is NLMS01 with firmware version 1.0.0.
360 360  
361 361  
362 -
363 363  === 2.4.3  Battery Info ===
364 364  
365 365  
... ... @@ -370,7 +370,6 @@
370 370  Ex2: 0x0B49 = 2889mV
371 371  
372 372  
373 -
374 374  === 2.4.4  Signal Strength ===
375 375  
376 376  
... ... @@ -390,7 +390,6 @@
390 390  **99**    Not known or not detectable
391 391  
392 392  
393 -
394 394  === 2.4.5  Leaf moisture ===
395 395  
396 396  
... ... @@ -401,7 +401,6 @@
401 401  (% style="color:blue" %)**0229(H) = 549(D) /100 = 54.9.**
402 402  
403 403  
404 -
405 405  === 2.4.6  Leaf Temperature ===
406 406  
407 407  
... ... @@ -414,7 +414,6 @@
414 414  If payload is **FF7EH**: ((FF7E & 0x8000)>>15 ===1),temp = (FF7E(H)-FFFF(H))/10 = -12.9 °C
415 415  
416 416  
417 -
418 418  === 2.4.7  Timestamp ===
419 419  
420 420  
... ... @@ -423,7 +423,6 @@
423 423  Convert Unix timestamp to time 2022-9-5 9:40:11.
424 424  
425 425  
426 -
427 427  === 2.4.8  Digital Interrupt ===
428 428  
429 429  
... ... @@ -442,7 +442,6 @@
442 442  0x(01): Interrupt Uplink Packet.
443 443  
444 444  
445 -
446 446  === 2.4.9  ​+5V Output ===
447 447  
448 448  
... ... @@ -455,7 +455,6 @@
455 455  Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors.** **
456 456  
457 457  
458 -
459 459  == 2.5  Downlink Payload ==
460 460  
461 461  
... ... @@ -488,7 +488,6 @@
488 488  Downlink Payload: 06000003, Set AT+INTMOD=3
489 489  
490 490  
491 -
492 492  == 2.6  ​LED Indicator ==
493 493  
494 494  
... ... @@ -499,6 +499,8 @@
499 499  * After NLMS01 join NB-IoT network. The LED will be ON for 3 seconds.
500 500  * For each uplink probe, LED will be on for 500ms.
501 501  
479 +
480 +
502 502  == 2.7  Installation ==
503 503  
504 504  
... ... @@ -508,7 +508,6 @@
508 508  [[image:image-20220907171221-19.png]]
509 509  
510 510  
511 -
512 512  == 2.8  Moisture and Temperature alarm function ==
513 513  
514 514  
... ... @@ -541,7 +541,6 @@
541 541  AT+ TEMPALARM=20,30 ~/~/ Alarm when temperature lower than 20.
542 542  
543 543  
544 -
545 545  == 2.9  Set the number of data to be uploaded and the recording time ==
546 546  
547 547  
... ... @@ -566,7 +566,6 @@
566 566  [[image:image-20220907171221-20.png]]
567 567  
568 568  
569 -
570 570  == 2.11  ​Firmware Change Log ==
571 571  
572 572  
... ... @@ -575,61 +575,14 @@
575 575  Upgrade Instruction: [[Upgrade Firmware>>||anchor="H5.1200BHowtoUpgradeFirmware"]]
576 576  
577 577  
554 +== 2.12 Battery & Power Consumption ==
578 578  
579 -== 2.12  ​Battery Analysis ==
580 580  
557 +NLMS01 uses ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.
581 581  
582 -=== 2.12.1  ​Battery Type ===
559 +[[**Battery Info & Power Consumption Analyze**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] .
583 583  
584 584  
585 -The NLMS01 battery is a combination of an 8500mAh Li/SOCI2 Battery and a Super Capacitor. The battery is none-rechargeable battery type with a low discharge rate (<2% per year). This type of battery is commonly used in IoT devices such as water meter.
586 -
587 -The battery is designed to last for several years depends on the actually use environment and update interval. 
588 -
589 -The battery related documents as below:
590 -
591 -* [[Battery Dimension>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]
592 -* [[Lithium-Thionyl Chloride Battery datasheet>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]
593 -* [[Lithium-ion Battery-Capacitor datasheet>>url:http://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]
594 -
595 -[[image:image-20220907171221-21.png]] ​
596 -
597 -
598 -
599 -=== 2.12.2  Power consumption Analyze ===
600 -
601 -
602 -Dragino battery powered product are all runs in Low Power mode. We have an update battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit interval.
603 -
604 -Instruction to use as below:
605 -
606 -(% style="color:blue" %)**Step 1:  **(%%)Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
607 -
608 -(% style="color:blue" %)**Step 2: **(%%) Open it and choose
609 -
610 -* Product Model
611 -* Uplink Interval
612 -* Working Mode
613 -
614 -And the Life expectation in difference case will be shown on the right.
615 -
616 -[[image:image-20220907171221-22.jpeg]] ​
617 -
618 -
619 -=== 2.12.3  ​Battery Note ===
620 -
621 -
622 -The Li-SICO battery is designed for small current / long period application. It is not good to use a high current, short period transmit method. The recommended minimum period for use of this battery is 5 minutes. If you use a shorter period time to transmit LoRa, then the battery life may be decreased.
623 -
624 -
625 -
626 -=== 2.12.4  Replace the battery ===
627 -
628 -
629 -The default battery pack of NLMS01 includes a ER26500 plus super capacitor. If user can't find this pack locally, they can find ER26500 or equivalence without the SPC1520 capacitor, which will also work in most case. The SPC can enlarge the battery life for high frequency use (update period below 5 minutes).
630 -
631 -
632 -
633 633  = 3. ​ Access NB-IoT Module =
634 634  
635 635  
... ... @@ -641,10 +641,8 @@
641 641  [[image:image-20220907171221-23.png]] ​
642 642  
643 643  
644 -
645 645  = 4.  Using the AT Commands =
646 646  
647 -
648 648  == 4.1  Access AT Commands ==
649 649  
650 650  
... ... @@ -732,10 +732,8 @@
732 732  AT+PWORD :  Serial Access Password
733 733  
734 734  
735 -
736 736  = ​5.  FAQ =
737 737  
738 -
739 739  == 5.1 ​ How to Upgrade Firmware ==
740 740  
741 741  
... ... @@ -747,10 +747,8 @@
747 747  (% style="color:red" %)**Notice, NLMS01 and LLMS01 share the same mother board. They use the same connection and method to update.**
748 748  
749 749  
750 -
751 751  = 6.  Trouble Shooting =
752 752  
753 -
754 754  == 6.1  ​Connection problem when uploading firmware ==
755 755  
756 756  
... ... @@ -757,7 +757,6 @@
757 757  **Please see: **[[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20Upgrade%20Instruction%20for%20STM32%20base%20products/#H3.3Troubleshooting]]
758 758  
759 759  
760 -
761 761  == 6.2  AT Command input doesn't work ==
762 762  
763 763  
... ... @@ -764,7 +764,6 @@
764 764  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.
765 765  
766 766  
767 -
768 768  = 7. ​ Order Info =
769 769  
770 770  
... ... @@ -771,7 +771,6 @@
771 771  Part Number**:** NLMS01
772 772  
773 773  
774 -
775 775  = 8.  Packing Info =
776 776  
777 777  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0