<
From version < 67.12 >
edited by Xiaoling
on 2022/06/25 10:51
To version < 68.5 >
edited by Xiaoling
on 2022/08/08 18:08
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -9,6 +9,12 @@
9 9  )))
10 10  
11 11  
12 +
13 +
14 +
15 +
16 +
17 +
12 12  **Table of Contents:**
13 13  
14 14  (% aria-label="macro:toc widget" contenteditable="false" role="region" tabindex="-1" %)
... ... @@ -54,6 +54,7 @@
54 54  
55 55  == 1.2  Features ==
56 56  
63 +
57 57  * LoRaWAN 1.0.3 Class A
58 58  * Ultra-low power consumption
59 59  * Supports GroPoint Profile
... ... @@ -67,9 +67,9 @@
67 67  
68 68  
69 69  
70 -
71 71  == 1.3  Probe Specification ==
72 72  
79 +
73 73  (((
74 74  GroPoint Air includes an M12 5-pin connector, the pins definition matches GroPoint Profile M12 version probes. Users can connect this connector to GroPoint Profile directly.
75 75  )))
... ... @@ -79,25 +79,29 @@
79 79  )))
80 80  
81 81  
89 +
82 82  == 1.4  Applications ==
83 83  
92 +
84 84  * Smart Agriculture
85 85  
86 86  
87 87  
88 88  
89 -
90 90  == 1.5  Pin Mapping ==
91 91  
100 +
92 92  Inner PCB Pin mapping for reference:
93 93  
94 94  (% aria-label="image-20220530002453-3.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220530002453-3.png||data-widget="image" height="262" width="493"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
95 95  
96 96  
106 +
97 97  = 2.  Connect LoRaWAN Network =
98 98  
99 99  == 2.1  LED Indicator ==
100 100  
111 +
101 101  The GroPoint Air has an internal LED which can show the status of different states.
102 102  
103 103  * The sensor is detected when the device is turned on, and it will flash 4 times quickly when it is detected.
... ... @@ -106,10 +106,9 @@
106 106  
107 107  
108 108  
109 -
110 -
111 111  == 2.2  Firmware and Changelog ==
112 112  
122 +
113 113  (((
114 114  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/]]
115 115  )))
... ... @@ -123,10 +123,12 @@
123 123  )))
124 124  
125 125  
136 +
126 126  = 3.  How to use? =
127 127  
128 128  == 3.1  Connect to GroPoint Profile ==
129 129  
141 +
130 130  (((
131 131  GroPoint Air must be used with [[GroPoint Profile>>https://www.gropoint.com/products/soil-sensors/gropoint-profile]]. There are different interface model from GroPoint, users need to choose the one:
132 132  )))
... ... @@ -143,13 +143,17 @@
143 143  )))
144 144  
145 145  
158 +
146 146  == 3.2  Connect to LoRaWAN Network? ==
147 147  
161 +
148 148  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
149 149  
150 150  
165 +
151 151  == 3.3  Example to use for LoRaWAN network ==
152 152  
168 +
153 153  (((
154 154  This section shows an example of how to join the TTN V3 LoRaWAN IoT server. Usages with other LoRaWAN IoT servers are similar.
155 155  )))
... ... @@ -217,6 +217,7 @@
217 217  
218 218  == 3.4  Uplink Payload Analyze ==
219 219  
236 +
220 220  (((
221 221  Uplink payloads have two types:
222 222  )))
... ... @@ -237,6 +237,7 @@
237 237  )))
238 238  
239 239  
257 +
240 240  == 3.5  temperature and humidity Value, Uplink FPORT~=2 ==
241 241  
242 242  
... ... @@ -267,20 +267,34 @@
267 267  (% aria-label="image-20220611174943-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220611174943-1.png||data-widget="image" height="139" width="1008"]](% title="Click and drag to resize" %)​
268 268  
269 269  
288 +(((
270 270  For US915 frequency, when DR=0 and the payload length exceeds 11, the DR of this packet is switched to 1.
290 +)))
271 271  
292 +(((
272 272  For AU915 frequency, when DR=2,Dwelltime=1 and the payload length exceeds 11, the DR of this packet is switched to 3.
294 +)))
273 273  
296 +(((
274 274  For AS923 frequency, when DR=2,Dwelltime=1 and the payload length exceeds 11, the DR of this packet is switched to 3.
298 +)))
275 275  
276 276  
301 +
277 277  == 3.6  Show data on Datacake ==
278 278  
304 +
305 +(((
279 279  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:
307 +)))
280 280  
309 +(((
281 281  (% style="color:blue" %)**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]]
311 +)))
282 282  
313 +(((
283 283  (% style="color:blue" %)**Step 2**(%%):  Configure SW3L in Datacake  ​​​​
315 +)))
284 284  
285 285  (% aria-label="image-20220613171007-1.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220613171007-1.png||data-widget="image" height="567" width="542"]](% title="Click and drag to resize" %)​
286 286  
... ... @@ -306,38 +306,63 @@
306 306  
307 307  = 4.  Configure GroPoint Air via AT Command or LoRaWAN Downlink =
308 308  
341 +
342 +(((
309 309  Use can configure GroPoint Air via AT Command or LoRaWAN Downlink.
344 +)))
310 310  
311 -* 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]].
312 -* LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
346 +* (((
347 +AT Command Connection: See [[FAQ>>||anchor="H7.A0FAQ"]].
348 +)))
349 +* (((
350 +LoRaWAN Downlink instruction for different platforms: [[IoT LoRaWAN Server>>url:http://8.211.40.43/xwiki/bin/view/Main/]]
351 +)))
313 313  
353 +(((
314 314  There are two kinds of commands to configure GroPoint Air, they are:
355 +)))
315 315  
316 316  * (((
358 +(((
317 317  **~ (% style="color:#4472c4" %)General Commands(%%)**(% style="color:#4472c4" %).
318 318  )))
361 +)))
319 319  
363 +(((
320 320  These commands are to configure:
365 +)))
321 321  
322 -* General system settings like: uplink interval.
323 -* LoRaWAN protocol & radio-related command.
367 +* (((
368 +General system settings like: uplink interval.
369 +)))
370 +* (((
371 +LoRaWAN protocol & radio-related command.
372 +)))
324 324  
374 +(((
325 325  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/]]
376 +)))
326 326  
327 327  
328 328  
329 329  * (((
381 +(((
330 330  **~ (% style="color:#4472c4" %)Commands special design for GroPoint Air(%%)**
331 331  )))
384 +)))
332 332  
386 +(((
333 333  These commands only valid for GroPoint Air, as below:
388 +)))
334 334  
335 335  
336 336  
337 337  == 4.1  Set Transmit Interval Time ==
338 338  
394 +
339 339  Feature: Change LoRaWAN End Node Transmit Interval.
340 340  
397 +
341 341  (% style="color:#037691" %)**AT Command: AT+TDC**
342 342  
343 343  (% aria-label="image-20220607171554-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -354,12 +354,12 @@
354 354  
355 355  
356 356  
357 -
358 -
359 359  == 4.2  Set Interrupt Mode ==
360 360  
416 +
361 361  Feature, Set Interrupt mode for GPIO_EXIT.
362 362  
419 +
363 363  (% style="color:#037691" %)**AT Command: AT+INTMOD**
364 364  
365 365  (% aria-label="image-20220607171716-9.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -376,17 +376,28 @@
376 376  
377 377  
378 378  
379 -
380 -
381 381  == 4.3  Set the sensor delay time ==
382 382  
438 +
439 +(((
383 383  Feature: Change the sensor delay time.
384 384  
442 +
443 +)))
444 +
445 +(((
385 385  There are six models of GroPoint Air, and each model returns a different number of temperature and humidity. The more bytes of the returned value, the longer the delay. The AT+SDELAY command can adjust the time that the sensor returns data to the node, and can adjust different delays according to different types of sensors.
447 +)))
386 386  
449 +(((
387 387  The default delay is 1000ms.
388 388  
452 +
453 +)))
454 +
455 +(((
389 389  (% style="color:#037691" %)**AT Command: AT+SDELAY**
457 +)))
390 390  
391 391  (% aria-label="image-20220613175511-8.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:image-20220613175511-8.png||data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
392 392  
... ... @@ -402,19 +402,22 @@
402 402  
403 403  
404 404  
405 -
406 -
407 407  == 4.4  Query sensor model function ==
408 408  
475 +
409 409  Feature: Using this function will re-update the model.
410 410  
478 +
411 411  (% style="color:#037691" %)**Downlink Command: 0xFA00**
412 412  
413 413  
482 +
414 414  == 4.5  Get Firmware Version Info ==
415 415  
485 +
416 416  Feature: use downlink to get firmware version.
417 417  
488 +
418 418  (% style="color:#037691" %)**Downlink Command: 0x26**
419 419  
420 420  (% aria-label="image-20220607171917-10.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -485,8 +485,10 @@
485 485  
486 486  = 5.  Use AT Command =
487 487  
559 +
488 488  == 5.1  Access AT Commands ==
489 489  
562 +
490 490  GroPoint Air supports AT Command set in the stock firmware. You can use a USB to TTL adapter to connect to GroPoint Air for using AT command, as below.
491 491  
492 492  (% aria-label="1654593668970-604.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654593668970-604.png||data-widget="image" height="297" width="474"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -500,7 +500,9 @@
500 500  (% style="background-color:yellow" %)** USB TTL RXD <~-~-~-~-> UART_TXD**
501 501  
502 502  
576 +(((
503 503  In the PC, you need to set the serial baud rate to (% style="color:green" %)**9600**(%%) to access the serial console for GroPoint Air. GroPoint Air will output system info once power on as below:
578 +)))
504 504  
505 505  (% aria-label="1654653659449-932.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:Main.User Manual for LoRaWAN End Nodes.LLMS01-LoRaWAN Leaf Moisture Sensor User Manual.WebHome@1654653659449-932.png||data-widget="image" height="471" width="674"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
506 506  
... ... @@ -507,13 +507,19 @@
507 507  Valid AT Command please check [[Configure Device>>||anchor="H4.A0ConfigureGroPointAirviaATCommandorLoRaWANDownlink"]].
508 508  
509 509  
585 +
510 510  = 6.  Battery & How to replace =
511 511  
512 512  == 6.1  Battery Type ==
513 513  
590 +
591 +(((
514 514  GroPoint Air is equipped with a [[8500mAH ER26500 Li-SOCI2 battery>>url:https://www.dragino.com/downloads/index.php?dir=datasheet/Battery/ER26500/]]. The battery is an un-rechargeable battery with a low discharge rate targeting more than 5 years use. This type of battery is commonly used in IoT targets for long-term running, such as water meters.
593 +)))
515 515  
595 +(((
516 516  The discharge curve is not linear so can’t simply use percentage to show the battery level. Below is the battery performance.
597 +)))
517 517  
518 518  
519 519  (% aria-label="1654593587246-335.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[image:http://8.211.40.43/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LLMS01-LoRaWAN%20Leaf%20Moisture%20Sensor%20User%20Manual/WebHome/1654593587246-335.png?rev=1.1||alt="1654593587246-335.png" data-widget="image" height="408" width="574"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
... ... @@ -523,29 +523,47 @@
523 523  GroPoint Air:  2.45v ~~ 3.6v
524 524  
525 525  
607 +
526 526  == 6.2  Power Consumption Analyze ==
527 527  
610 +
611 +(((
528 528  Dragino Battery-powered products are all runs in Low Power mode. We have an updated battery calculator which base on the measurement of the real device. User can use this calculator to check the battery life and calculate the battery life if want to use different transmit intervals.
613 +)))
529 529  
615 +(((
530 530  Instruction to use as below:
617 +)))
531 531  
532 532  
620 +(((
533 533  (% style="color:blue" %)**Step 1**(%%):  Downlink the up-to-date DRAGINO_Battery_Life_Prediction_Table.xlsx from: [[https:~~/~~/www.dragino.com/downloads/index.pHp?dir=LoRa_End_Node/Battery_Analyze/>>url:https://www.dragino.com/downloads/index.php?dir=LoRa_End_Node/Battery_Analyze/]]
622 +)))
534 534  
535 535  
625 +(((
536 536  (% style="color:blue" %)**Step 2**(%%):  Open it and choose
627 +)))
537 537  
538 538  * (((
630 +(((
539 539  Product Model
540 540  )))
633 +)))
541 541  * (((
635 +(((
542 542  Uplink Interval
543 543  )))
638 +)))
544 544  * (((
640 +(((
545 545  Working Mode
546 546  )))
643 +)))
547 547  
645 +(((
548 548  And the Life expectation in different cases will be shown on the right.
647 +)))
549 549  
550 550  (% aria-label="1654593605679-189.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
551 551  
... ... @@ -564,19 +564,23 @@
564 564  (% aria-label="image-20220607172042-11.png image widget" contenteditable="false" role="region" tabindex="-1" %)[[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" data-widget="image"]](% style="background-image:url(http://wiki.dragino.com/xwiki/webjars/wiki%3Axwiki/application-ckeditor-webjar/1.61/plugins/widget/images/handle.png); background:rgba(220,220,220,0.5); display:none" %)[[image:data:image/gif;base64,R0lGODlhAQABAPABAP///wAAACH5BAEKAAAALAAAAAABAAEAAAICRAEAOw==||draggable="true" height="15" role="presentation" title="Click and drag to move" width="15"]](% title="Click and drag to resize" %)​
565 565  
566 566  
666 +
567 567  === ​6.2.1  Battery Note ===
568 568  
669 +
569 569  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.
570 570  
571 571  
673 +
572 572  === 6.2.2  Replace the battery ===
573 573  
676 +
574 574  (((
575 575  You can change the battery in GroPoint Air. The type of battery is not limited as long as the output is between 3v to 3.6v.
576 576  )))
577 577  
578 578  (((
579 -The default battery pack of GroPoint Air includes a ER26500 plus supercapacitor. If users cant find this pack locally, they can find ER26500 or equivalence, which will also work in most cases. The SPC can enlarge the battery life for high-frequency use (update period below 5 minutes).
682 +The default battery pack of GroPoint Air includes a ER26500 plus supercapacitor. If users can't find this pack locally, they can find ER26500 or equivalence, which will also work in most cases. The SPC can enlarge the battery life for high-frequency use (update period below 5 minutes).
580 580  )))
581 581  
582 582  
... ... @@ -583,26 +583,35 @@
583 583  
584 584  = 7.  FAQ =
585 585  
689 +
586 586  == 7.1  How to change the LoRa Frequency Bands/Region ==
587 587  
692 +
588 588  You can follow the instruction here: [[how to upgrade image>>doc:Main.Firmware Upgrade Instruction for STM32 base products.WebHome||anchor="H2.HardwareUpgradeMethodSupportList"]].
589 589  When downloading the images, choose the required image file for download. ​
590 590  
591 591  
697 +
592 592  = 8.  Trouble Shooting =
593 593  
700 +
594 594  == 8.1  AT Commands input doesn't work ==
595 595  
596 -In case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn’t send (% style="color:green" %)**ENTER**(%%) while pressing the send key, user need to add ENTER in their string.
597 597  
704 +In case if user can see the console output but can't type input to the device. Please check if you already include the (% style="color:green" %)**ENTER**(%%) while sending out the command. Some serial tool doesn't send (% style="color:green" %)**ENTER**(%%) while pressing the send key, user need to add ENTER in their string.
598 598  
706 +
707 +
599 599  == 8.2  Why i see the payload is 7FFF? ==
600 600  
710 +
601 601  The device will judge the length of the data received by the serial port. If the length of the received data is 0, it means that there is a problem with the sensor communication or the sensor is not connected properly, it is invalid data, and the uploaded data is 7FFF.
602 602  
603 603  
714 +
604 604  = 9.  Order Info =
605 605  
717 +
606 606  Part Number: (% style="color:blue" %)**GROPOINT AIR-M-XX**
607 607  
608 608  (% style="color:blue" %)**XX**(%%): The default frequency band
... ... @@ -620,15 +620,18 @@
620 620  
621 621  
622 622  
623 -
624 -
625 625  = 10.  Packing Info =
626 626  
737 +
738 +(((
627 627  **Package Includes:  **
740 +)))
628 628  
629 629  * GroPoint Air-M x 1
630 630  
744 +(((
631 631  **Dimension and weight:**
746 +)))
632 632  
633 633  * Device Size: cm
634 634  * Device Weight: g
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0