Last modified by Mengting Qiu on 2023/12/14 11:15

From version 125.5
edited by Xiaoling
on 2023/11/29 09:04
Change comment: There is no comment for this version
To version 125.2
edited by Xiaoling
on 2023/11/29 08:52
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -47,6 +47,7 @@
47 47  * Firmware upgradable via program port or LoRa protocol
48 48  * Built-in 2400mAh battery or power by external power source
49 49  
50 +
50 50  == 1.3 Specification ==
51 51  
52 52  
... ... @@ -60,6 +60,7 @@
60 60  * ToF FoV: ±9°, Total 18°
61 61  * Light source: VCSEL
62 62  
64 +
63 63  == 1.4 Power Consumption ==
64 64  
65 65  
... ... @@ -73,6 +73,7 @@
73 73  * Idle: 21 mA @ 3.3v
74 74  * Max : 360 mA
75 75  
78 +
76 76  = 2. Configure DS20L to connect to LoRaWAN network =
77 77  
78 78  == 2.1 How it works ==
... ... @@ -493,7 +493,7 @@
493 493  
494 494  * Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
495 495  
496 -=== 3.3.3 Set work mode ===
499 +== 3.3.3 Set work mode ==
497 497  
498 498  
499 499  Feature: Switch working mode
... ... @@ -531,23 +531,8 @@
531 531  )))
532 532  |(% style="width:172px" %)AT+ DOL =1,1800,100,0,400|(% style="width:279px" %)Set only the upper and lower thresholds|(% style="width:118px" %)OK
533 533  
534 -
535 -
536 536  (% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
537 -|(% rowspan="11" style="color:blue; width:120px" %)(((
538 -
539 -
540 -
541 -
542 -
543 -
544 -
545 -
546 -
547 -
548 -
549 -**AT+DOL=5,1800,0,0,400**
550 -)))|(% rowspan="6" style="width:240px" %)The first bit sets the limit mode|(% style="width:150px" %)0: Do not use upper and lower limits
538 +|(% rowspan="11" style="color:blue; width:120px" %)**AT+DOL=5,1800,0,0,400**|(% rowspan="6" style="width:240px" %)The first bit sets the limit mode|(% style="width:150px" %)0: Do not use upper and lower limits
551 551  |(% style="width:251px" %)1: Use upper and lower limits
552 552  |(% style="width:251px" %)2: Less than the lower limit
553 553  |(% style="width:251px" %)3: Greater than the lower limit
... ... @@ -563,8 +563,6 @@
563 563  
564 564  )))
565 565  
566 -
567 -
568 568  (% style="color:blue" %)**Downlink Command: 0x07**
569 569  
570 570  Format: Command Code (0x07) followed by 9bytes.
... ... @@ -575,12 +575,13 @@
575 575  
576 576  * Example 2: Downlink Payload: 070200000064000190  **~-~-->**  AT+MOD=2,0,100,0,400
577 577  
578 -* Example 3: Downlink Payload: 070300000064000190  **~-~-->**  AT+MOD=3,1800,100,0,400
564 +* Example 3: Downlink Payload: 0703200000064000190  **~-~-->**  AT+MOD=3,1800,100,0,400
579 579  
580 580  * Example 4: Downlink Payload: 070407080000000190  **~-~-->**  AT+MOD=4,0,100,0,400
581 581  
582 582  * Example 5: Downlink Payload: 070507080000000190  **~-~-->**  AT+MOD=5,1800,100,0,400
583 583  
570 +
584 584  = 4. Battery & Power Consumption =
585 585  
586 586