<
From version < 31.1 >
edited by Edwin Chen
on 2022/06/08 23:49
To version < 52.1 >
edited by David Huang
on 2022/06/13 17:15
>
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,241 @@
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 += Operation Mode =
75 +
76 +== How it works? ==
77 +
78 +Each GroPoint Air is shipped with a worldwide unique set of OTAA keys. To use GroPoint Air in a LoRaWAN network, user needs to input the OTAA keys in the LoRaWAN network server. So GroPoint Air can join the LoRaWAN network and start to transmit sensor data
79 +
80 +
81 += Example to use for LoRaWAN network =
82 +
83 +This section shows an example of how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are similar.
84 +
85 +* In this use case, the GroPoint Air measures soil moisture and temperature and sends the status to the LoRaWAN server.The GroPoint Air will uplink different types of messages to the LoRaWAN server. See [[Uplink payload>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/#H2.3UplinkPayload]] for detail.
86 +
87 +Assume the DLOS8 is already set to connect to the [[TTN V3 network >>url:https://eu1.cloud.thethings.network/]]. We need to add the GroPoint Air device in TTN V3:
88 +
89 +**Step 1**: Create a device in TTN V3 with the OTAA keys from GroPoint Air.
90 +
91 +Each GroPoint Air is shipped with a sticker with the default device EUI as below:
92 +
93 +
94 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/1652944593868-618.png?rev=1.1||alt="1652944593868-618.png"]]
95 +
96 +Users can enter these keys in the LoRaWAN Server portal. Below is the TTN V3 screenshot:
97 +
98 +Add APP EUI in the application.
99 +
100 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519151704-1.png?rev=1.1||alt="image-20220519151704-1.png"]]
101 +
102 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519151704-2.png?width=717&height=322&rev=1.1||alt="image-20220519151704-2.png" height="322" width="717"]]
103 +
104 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519151704-3.png?rev=1.1||alt="image-20220519151704-3.png"]]
105 +
106 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519151704-4.png?rev=1.1||alt="image-20220519151704-4.png"]]
107 +
108 +Add APP KEY and DEV EUI
109 +
110 +**Step 2**: Power on GroPoint Air
111 +
112 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/image-20220519094347-1.png?width=725&height=430&rev=1.1||alt="image-20220519094347-1.png" height="430" width="725"]]
113 +
114 +Put the jumper to power on GroPoint Air and it will auto-join to the TTN V3 network. After join success, it will start to upload sensor data to TTN V3 and the user can see it in the panel.
115 +
116 +[[image:image-20220611174943-1.png||height="139" width="1008"]]
117 +
118 +
119 +=== Decoder in TTN V3 ===
120 +
121 +[[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/SW3L%20LoRaWAN%20Outdoor%20Flow%20Sensor/WebHome/1652927365661-475.png?width=723&height=359&rev=1.1||alt="1652927365661-475.png" height="359" width="723"]]
122 +
123 +Please check the decoder from this link:
124 +
125 +[[https:~~/~~/www.dragino.com/downloads/index.php?dir=LoRa_End_Node/GroPoint_Air/Decoder/>>https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/GroPoint_Air/Decoder/]]
126 +
127 +
128 += Show data on Datacake =
129 +
130 +Datacake IoT platform provides a human-friendly interface to show the sensor data, once we have sensor data in TTN V3, we can use Datacake to connect to TTN V3 and see the data in Datacake. Below are the steps:
131 +
132 +**Step 1**: Link TTNv3 to Datacake [[https:~~/~~/docs.datacake.de/lorawan/lns/thethingsindustries#create-integration-on-tti>>url:https://docs.datacake.de/lorawan/lns/thethingsindustries#create-integration-on-tti]]
133 +
134 +**Step 2**: Configure SW3L in Datacake  ​​​​
135 +
136 +[[image:image-20220613171007-1.png||height="567" width="542"]]
137 +
138 +[[image:image-20220613171015-2.png||height="600" width="586"]]
139 +
140 +[[image:image-20220613171029-3.png||height="507" width="513"]]
141 +
142 +[[image:image-20220613171038-4.png||height="469" width="786"]]
143 +
144 +[[image:image-20220613171105-5.png||height="533" width="949"]]
145 +
146 +[[image:image-20220613171117-6.png||height="501" width="925"]]
147 +
148 +[[image:image-20220613171124-7.png||height="466" width="877"]]
149 +
150 +
151 +
152 += Configure GroPoint Air via AT Command or LoRaWAN Downlink =
153 +
154 +Use can configure GroPoint Air via AT Command or LoRaWAN Downlink.
155 +
156 +* 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]].
157 +* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
158 +
159 +There are two kinds of commands to configure GroPoint Air, they are:
160 +
161 +* (((
162 +**~ General Commands**.
163 +)))
164 +
165 +These commands are to configure:
166 +
167 +* General system settings like: uplink interval.
168 +* LoRaWAN protocol & radio-related command.
169 +
170 +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/]]
171 +
172 +
173 +* (((
174 +**~ Commands special design for GroPoint Air**
175 +)))
176 +
177 +These commands only valid for GroPoint Air, as below:
178 +
179 +== 3.1 Set Transmit Interval Time ==
180 +
181 +Feature: Change LoRaWAN End Node Transmit Interval.
182 +
183 +**AT Command: AT+TDC**
184 +
185 +[[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"]]
186 +
187 +**Downlink Command: 0x01**
188 +
189 +Format: Command Code (0x01) followed by 3 bytes time value.
190 +
191 +If the downlink payload=0100003C, it means set the END Node’s Transmit Interval to 0x00003C=60(S), while type code is 01.
192 +
193 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds
194 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds
195 +
196 +== 3.2 Set Interrupt Mode ==
197 +
198 +Feature, Set Interrupt mode for GPIO_EXIT.
199 +
200 +**AT Command: AT+INTMOD**
201 +
202 +[[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"]]
203 +
204 +**Downlink Command: 0x06**
205 +
206 +Format: Command Code (0x06) followed by 3 bytes.
207 +
208 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
209 +
210 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode
211 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger
212 +
213 +== 3.3 Get Firmware Version Info ==
214 +
215 +Feature: use downlink to get firmware version.
216 +
217 +**Downlink Command: 0x26**
218 +
219 +[[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"]]
220 +
221 +* Reply to the confirmation package: 26 01
222 +* Reply to non-confirmed packet: 26 00
223 +
224 +Device will send an uplink after got this downlink command. With below payload:
225 +
226 +Configures info payload:
227 +
228 +|=(((
229 +**Size(bytes)**
230 +)))|=**1**|=**1**|=**1**|=**2**|=**1**|=4|=**1**
231 +|**Value**|Software Type|(((
232 +Frequency
233 +
234 +Band
235 +)))|Sub-band|(((
236 +Firmware
237 +
238 +Version
239 +)))|Sensor Type|Reserve|(((
240 +[[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]]
241 +Always 0x02
242 +)))
243 +
244 +**Software Type**: Always 0x03 for LLMS01
245 +
246 +**Frequency Band**:
247 +
248 +*0x01: EU868
249 +
250 +*0x02: US915
251 +
252 +*0x03: IN865
253 +
254 +*0x04: AU915
255 +
256 +*0x05: KZ865
257 +
258 +*0x06: RU864
259 +
260 +*0x07: AS923
261 +
262 +*0x08: AS923-1
263 +
264 +*0x09: AS923-2
265 +
266 +*0x0A: AS923-3
267 +
268 +*0x0B: AS923-4
269 +
270 +**Sub-Band**: value 0x00 ~~ 0x08
271 +
272 +**Firmware Version**: 0x0100, Means: v1.0.0 version
273 +
274 +**Sensor Type**:
275 +
276 +0x01: LSE01
277 +
278 +0x02: LDDS75
279 +
280 +0x03: LDDS20
281 +
282 +0x04: LLMS01
283 +
284 +0x05: LSPH01
285 +
286 +0x06: LSNPK01
287 +
288 +0x07: LDDS45
289 +
290 +0x08: LSLP01
291 +
57 57  = Use AT Command =
58 58  
59 59  == Access AT Commands ==
... ... @@ -193,4 +193,3 @@
193 193  * Package Size / pcs : cm
194 194  * Weight / pcs : g
195 195  
196 -
image-20220611174943-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +21.8 KB
Content
image-20220613171007-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +23.5 KB
Content
image-20220613171015-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +18.3 KB
Content
image-20220613171029-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +16.8 KB
Content
image-20220613171038-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +16.0 KB
Content
image-20220613171105-5.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +23.7 KB
Content
image-20220613171117-6.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +14.7 KB
Content
image-20220613171124-7.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.David
Size
... ... @@ -1,0 +1,1 @@
1 +12.3 KB
Content
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0