<
From version < 30.1 >
edited by Edwin Chen
on 2022/06/08 23:48
To version < 39.1 >
edited by Edwin Chen
on 2022/06/09 00:01
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,6 +54,161 @@
54 54  [[image:image-20220530002453-3.png||height="262" width="493"]]
55 55  
56 56  
57 += Configure GroPoint Air to Connect LoRaWAN Network =
58 +
59 +
60 +== LED Indicator  ( 检查等状态是否对的) ==
61 +
62 +The GroPoint Air has an internal LED which can show the status of different states.
63 +
64 +* The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
65 +* Blink once when device transmits a packet.
66 +
67 +
68 +== Firmware and Changelog (Changelog标注现在 版本是什么版本) ==
69 +
70 +Firmware Download Location: [[https:~~/~~/www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0>>https://www.dropbox.com/sh/4strg6w7kkekdc4/AAAUKdAV3XKhOi3t6YjA8j9za?dl=0]]
71 +
72 +Change Log:
73 +
74 +
75 +
76 += Configure GroPoint Air via AT Command or LoRaWAN Downlink =
77 +
78 +Use can configure GroPoint Air via AT Command or LoRaWAN Downlink.
79 +
80 +* AT Command Connection: See [[FAQ>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H6.FAQ]].
81 +* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
82 +
83 +There are two kinds of commands to configure GroPoint Air, they are:
84 +
85 +* (((
86 +**~ General Commands**.
87 +)))
88 +
89 +These commands are to configure:
90 +
91 +* General system settings like: uplink interval.
92 +* LoRaWAN protocol & radio-related command.
93 +
94 +They are the same for all Dragino Device that support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: [[End Device AT Commands and Downlink Command>>url:http://8.211.40.43/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]]
95 +
96 +
97 +* (((
98 +**~ Commands special design for GroPoint Air**
99 +)))
100 +
101 +These commands only valid for GroPoint Air, as below:
102 +
103 +== 3.1 Set Transmit Interval Time ==
104 +
105 +Feature: Change LoRaWAN End Node Transmit Interval.
106 +
107 +**AT Command: AT+TDC**
108 +
109 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171554-8.png?rev=1.1||alt="image-20220607171554-8.png"]]
110 +
111 +**Downlink Command: 0x01**
112 +
113 +Format: Command Code (0x01) followed by 3 bytes time value.
114 +
115 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
116 +
117 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
118 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
119 +
120 +== 3.2 Set Interrupt Mode  (是否存在) ==
121 +
122 +Feature, Set Interrupt mode for GPIO_EXIT.
123 +
124 +**AT Command: AT+INTMOD**
125 +
126 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171716-9.png?rev=1.1||alt="image-20220607171716-9.png"]]
127 +
128 +**Downlink Command: 0x06**
129 +
130 +Format: Command Code (0x06) followed by 3 bytes.
131 +
132 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
133 +
134 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
135 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
136 +
137 +== 3.3 Get Firmware Version Info ~-~--(是否存在) ==
138 +
139 +Feature: use downlink to get firmware version.
140 +
141 +**Downlink Command: 0x26**
142 +
143 +[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607171917-10.png?rev=1.1||alt="image-20220607171917-10.png"]]
144 +
145 +* Reply to the confirmation package: 26 01
146 +* Reply to non-confirmed packet: 26 00
147 +
148 +Device will send an uplink after got this downlink command. With below payload:
149 +
150 +Configures info payload:
151 +
152 +|=(((
153 +**Size(bytes)**
154 +)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
155 +|**Value**|Software Type|(((
156 +Frequency
157 +
158 +Band
159 +)))|Sub-band|(((
160 +Firmware
161 +
162 +Version
163 +)))|Sensor Type|Reserve|(((
164 +[[Message Type>>url:http://8.211.40.43/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/#H2.3.6MessageType]]
165 +Always 0x02
166 +)))
167 +
168 +**Software Type**: Always 0x03 for LLMS01
169 +
170 +**Frequency Band**:
171 +
172 +*0x01: EU868
173 +
174 +*0x02: US915
175 +
176 +*0x03: IN865
177 +
178 +*0x04: AU915
179 +
180 +*0x05: KZ865
181 +
182 +*0x06: RU864
183 +
184 +*0x07: AS923
185 +
186 +*0x08: AS923-1
187 +
188 +*0x09: AS923-2
189 +
190 +*0xa0: AS923-3
191 +
192 +**Sub-Band**: value 0x00 ~~ 0x08
193 +
194 +**Firmware Version**: 0x0100, Means: v1.0.0 version
195 +
196 +**Sensor Type**:
197 +
198 +0x01: LSE01
199 +
200 +0x02: LDDS75
201 +
202 +0x03: LDDS20
203 +
204 +0x04: LLMS01
205 +
206 +0x05: LSPH01
207 +
208 +0x06: LSNPK01
209 +
210 +
211 +
57 57  = Use AT Command =
58 58  
59 59  == Access AT Commands ==
... ... @@ -93,7 +93,6 @@
93 93  
94 94  GroPoint Air:  2.45v ~~ 3.6v
95 95  
96 -== ==
97 97  
98 98  == Power Consumption Analyze ==
99 99  
... ... @@ -117,7 +117,7 @@
117 117  Working Mode
118 118  )))
119 119  
120 -And the Life expectation in difference case will be shown on the right.
274 +And the Life expectation in different cases will be shown on the right.
121 121  
122 122  [[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/1654593605679-189.png?rev=1.1||alt="1654593605679-189.png"]]
123 123  
... ... @@ -135,13 +135,11 @@
135 135  
136 136  [[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/image-20220607172042-11.png?rev=1.1||alt="image-20220607172042-11.png"]]
137 137  
138 -=== ===
139 139  
140 140  === ​Battery Note ===
141 141  
142 142  The Li-SICO battery is designed for small current / long period applications. 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 to transmit LoRa, then the battery life may be decreased.
143 143  
144 -=== ===
145 145  
146 146  === Replace the battery ===
147 147  
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0