<
From version < 34.1 >
edited by Edwin Chen
on 2022/06/08 23:54
To version < 31.1 >
edited by Edwin Chen
on 2022/06/08 23:49
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -54,156 +54,6 @@
54 54  [[image:image-20220530002453-3.png||height="262" width="493"]]
55 55  
56 56  
57 -= Configure GroPoint Air via AT Command or LoRaWAN Downlink =
58 -
59 -Use can configure GroPoint Air via AT Command or LoRaWAN Downlink.
60 -
61 -* 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]].
62 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
63 -
64 -There are two kinds of commands to configure GroPoint Air, they are:
65 -
66 -* (((
67 -**~ General Commands**.
68 -)))
69 -
70 -These commands are to configure:
71 -
72 -* (((
73 -General system settings like: uplink interval.
74 -)))
75 -* (((
76 -LoRaWAN protocol & radio-related command.
77 -)))
78 -
79 -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/]]
80 -
81 -
82 -* (((
83 -**~ Commands special design for GroPoint Air**
84 -)))
85 -
86 -These commands only valid for GroPoint Air, as below:
87 -
88 -== 3.1 Set Transmit Interval Time ==
89 -
90 -Feature: Change LoRaWAN End Node Transmit Interval.
91 -
92 -**AT Command: AT+TDC**
93 -
94 -[[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"]]
95 -
96 -**Downlink Command: 0x01**
97 -
98 -Format: Command Code (0x01) followed by 3 bytes time value.
99 -
100 -If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
101 -
102 -* (((
103 -Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
104 -)))
105 -* (((
106 -Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
107 -
108 -
109 -)))
110 -
111 -== 3.2 Set Interrupt Mode  (是否存在) ==
112 -
113 -Feature, Set Interrupt mode for GPIO_EXIT.
114 -
115 -**AT Command: AT+INTMOD**
116 -
117 -[[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"]]
118 -
119 -**Downlink Command: 0x06**
120 -
121 -Format: Command Code (0x06) followed by 3 bytes.
122 -
123 -This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
124 -
125 -* (((
126 -Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
127 -)))
128 -* (((
129 -Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
130 -)))
131 -
132 -== 3.3 Get Firmware Version Info ~-~--(是否存在) ==
133 -
134 -Feature: use downlink to get firmware version.
135 -
136 -**Downlink Command: 0x26**
137 -
138 -[[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"]]
139 -
140 -* Reply to the confirmation package: 26 01
141 -* Reply to non-confirmed packet: 26 00
142 -
143 -Device will send an uplink after got this downlink command. With below payload:
144 -
145 -Configures info payload:
146 -
147 -|=(((
148 -**Size(bytes)**
149 -)))|=**1**|=**1**|=**1**|=**1**|=**1**|=**5**|=**1**
150 -|**Value**|Software Type|(((
151 -Frequency
152 -
153 -Band
154 -)))|Sub-band|(((
155 -Firmware
156 -
157 -Version
158 -)))|Sensor Type|Reserve|(((
159 -[[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]]
160 -Always 0x02
161 -)))
162 -
163 -**Software Type**: Always 0x03 for LLMS01
164 -
165 -**Frequency Band**:
166 -
167 -*0x01: EU868
168 -
169 -*0x02: US915
170 -
171 -*0x03: IN865
172 -
173 -*0x04: AU915
174 -
175 -*0x05: KZ865
176 -
177 -*0x06: RU864
178 -
179 -*0x07: AS923
180 -
181 -*0x08: AS923-1
182 -
183 -*0x09: AS923-2
184 -
185 -*0xa0: AS923-3
186 -
187 -**Sub-Band**: value 0x00 ~~ 0x08
188 -
189 -**Firmware Version**: 0x0100, Means: v1.0.0 version
190 -
191 -**Sensor Type**:
192 -
193 -0x01: LSE01
194 -
195 -0x02: LDDS75
196 -
197 -0x03: LDDS20
198 -
199 -0x04: LLMS01
200 -
201 -0x05: LSPH01
202 -
203 -0x06: LSNPK01
204 -
205 -
206 -
207 207  = Use AT Command =
208 208  
209 209  == Access AT Commands ==
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0