<
From version < 68.1 >
edited by David Huang
on 2023/06/06 16:35
To version < 69.1 >
edited by David Huang
on 2023/06/06 16:37
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -53,7 +53,6 @@
53 53  * 8500mAh Battery for long term use
54 54  
55 55  
56 -
57 57  == 1.3 Specification ==
58 58  
59 59  
... ... @@ -104,7 +104,6 @@
104 104  * LoRa Transmit Mode: 125mA @ 20dBm, 82mA @ 14dBm
105 105  
106 106  
107 -
108 108  == 1.4 Applications ==
109 109  
110 110  
... ... @@ -111,7 +111,6 @@
111 111  * Smart Agriculture
112 112  
113 113  
114 -
115 115  == 1.5 Sleep mode and working mode ==
116 116  
117 117  
... ... @@ -140,7 +140,6 @@
140 140  |(% style="width:167px" %)Fast press ACT 5 times.|(% style="width:117px" %)Deactivate Device|(% style="width:225px" %)(% style="color:red" %)**Red led**(%%) will solid on for 5 seconds. Means device is in Deep Sleep Mode.
141 141  
142 142  
143 -
144 144  == 1.7 BLE connection ==
145 145  
146 146  
... ... @@ -263,7 +263,6 @@
263 263  )))
264 264  
265 265  
266 -
267 267  === 2.3.2 MOD~=1(Original value) ===
268 268  
269 269  
... ... @@ -279,7 +279,6 @@
279 279  )))
280 280  
281 281  
282 -
283 283  === 2.3.3 Battery Info ===
284 284  
285 285  
... ... @@ -487,10 +487,72 @@
487 487  
488 488  (% style="color:red" %)**Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.**
489 489  
484 +=== 2.6.4 Datalog Uplink payload (FPORT~=3) ===
490 490  
491 -=== 2.6.4 Poll sensor value ===
486 +The Datalog uplinks will use below payload format.
492 492  
488 +**Retrieval data payload:**
493 493  
490 +**MOD=0:**
491 +
492 +|=(((
493 +**Size(bytes)**
494 +)))|=**2**|=**2**|=**2**|=**1**|=**4**
495 +|Value|Humidity|(((
496 +Temperature
497 +
498 +
499 +)))|Soil Conductivity (EC)|(((
500 +MOD& Level of PA8
501 +)))|Unix Time Stamp
502 +
503 +**MOD=0:**
504 +
505 +
506 +|=(((
507 +**Size(bytes)**
508 +)))|=**2**|=**2**|=**2**|=**1**|=**4**
509 +|Value|soil dielectric constant|(((
510 +raw water soil
511 +
512 +
513 +)))|raw conduct soil|(((
514 +MOD& Level of PA8
515 +)))|Unix Time Stamp
516 +
517 +**Poll Message Flag**: 1: This message is a poll message reply.
518 +
519 +* Poll Message Flag is set to 1.
520 +
521 +* Each data entry is 11 bytes, to save airtime and battery, devices will send max bytes according to the current DR and Frequency bands.
522 +
523 +For example, in US915 band, the max payload for different DR is:
524 +
525 +**a) DR0:** max is 11 bytes so one entry of data
526 +
527 +**b) DR1:** max is 53 bytes so devices will upload 4 entries of data (total 44 bytes)
528 +
529 +**c) DR2:** total payload includes 11 entries of data
530 +
531 +**d) DR3: **total payload includes 22 entries of data.
532 +
533 +If devise doesn't have any data in the polling time. Device will uplink 11 bytes of 0   
534 +
535 +**Example:**
536 +
537 +If SE01-LB has below data inside Flash:
538 +
539 +[[image:image-20230606163540-1.png]]
540 +
541 +If user sends below downlink command: 31646D84E1646D856C05
542 +
543 +Where : Start time: 646D84E1 = time 23/5/24 03:30:41
544 +
545 + Stop time: 646D856C= time 23/5/24 03:33:00
546 +
547 +=== 2.6.5 Poll sensor value ===
548 +
549 +
494 494  Users can poll sensor values based on timestamps. Below is the downlink command.
495 495  
496 496  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:425.818px" %)
... ... @@ -563,7 +563,6 @@
563 563  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
564 564  
565 565  
566 -
567 567  == 3.2 General Commands ==
568 568  
569 569  
... ... @@ -681,7 +681,6 @@
681 681  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
682 682  
683 683  
684 -
685 685  === 3.3.4 Set Power Output Duration ===
686 686  
687 687  
... ... @@ -712,7 +712,6 @@
712 712  * Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
713 713  
714 714  
715 -
716 716  = 4. Battery & Power Consumption =
717 717  
718 718  
... ... @@ -742,7 +742,6 @@
742 742  * Update through UART TTL interface. **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**.
743 743  
744 744  
745 -
746 746  = 6. FAQ =
747 747  
748 748  == 6.1  AT Commands input doesn't work ==
... ... @@ -789,7 +789,6 @@
789 789  * (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
790 790  
791 791  
792 -
793 793  = 8. ​Packing Info =
794 794  
795 795  
... ... @@ -808,7 +808,6 @@
808 808  * Weight / pcs : g
809 809  
810 810  
811 -
812 812  = 9. Support =
813 813  
814 814  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0