<
From version < 31.1 >
edited by Edwin Chen
on 2022/06/08 23:49
To version < 41.1 >
edited by David Huang
on 2022/06/11 16:36
>
Change comment: There is no comment for this version

Summary

Details

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