Changes for page SDI-12-LB/LS -- SDI-12 to LoRaWAN Converter User Manual
Last modified by Xiaoling on 2025/04/25 08:58
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -484,7 +484,7 @@ 484 484 485 485 (% border="1" style="background-color:#f7faff; width:436px" %) 486 486 |(% style="width:433px" %)((( 487 -AT+DATACUTx=a,b,c 487 +**AT+DATACUTx=a,b,c** 488 488 489 489 **a**: length for the return of AT+COMMAND 490 490 ... ... @@ -493,13 +493,14 @@ 493 493 **c**: define the position for valid value. 494 494 ))) 495 495 496 -For example, if return from AT+COMMAND1 is “013METER TER12 112T12-00024895” , .Below AT+DATACUT1 will get different result to combine payload:496 +For example, if return from AT+COMMAND1 is “013METER TER12 112T12-00024895” , Below AT+DATACUT1 will get different result to combine payload: 497 497 498 498 499 -|AT+DATACUT1 value|Final Result to combine Payload 500 -|34,1,1+2+3|0D 00 01 30 31 33 501 -|34,2,1~~8+12~~16|0D 00 01 30 31 33 4D 45 54 45 52 54 45 52 31 32 502 -|34,2,1~~34|0D 00 01 30 31 33 4D 45 54 45 52 20 20 20 54 45 52 31 32 20 31 31 32 54 31 32 2D 30 30 30 32 34 38 39 35 0D 0A 499 +(% border="1" cellspacing="4" style="background-color:#f7faff; width:510px" %) 500 +|(% style="width:170px" %)**AT+DATACUT1 value**|(% style="width:338px" %)**Final Result to combine Payload** 501 +|(% style="width:170px" %)34,1,1+2+3|(% style="width:338px" %)0D 00 01 30 31 33 502 +|(% style="width:170px" %)34,2,1~~8+12~~16|(% style="width:338px" %)0D 00 01 30 31 33 4D 45 54 45 52 54 45 52 31 32 503 +|(% style="width:170px" %)34,2,1~~34|(% style="width:338px" %)0D 00 01 30 31 33 4D 45 54 45 52 20 20 20 54 45 52 31 32 20 31 31 32 54 31 32 2D 30 30 30 32 34 38 39 35 0D 0A 503 503 504 504 * ** Downlink Payload:** 505 505 ... ... @@ -513,21 +513,18 @@ 513 513 514 514 Where: 515 515 516 -* MM: the AT+COMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F, 517 -* NN: 1: set the AT+DATACUT value ; 2: set the AT+DATACUT value. 518 -* LL: The length of AT+COMMAND or AT+DATACUT command 519 -* XX XX XX XX: AT+COMMAND or AT+DATACUT command 520 -* YY: If YY=0, RS485-LN will execute the downlink command without uplink; if YY=1, RS485-LN will execute an uplink after got this command. 517 +* **MM **: the AT+COMMAND or AT+DATACUT to be set. Value from 01 ~~ 0F, 518 +* **NN **: 1: set the AT+DATACUT value ; 2: set the AT+DATACUT value. 519 +* **LL **: The length of AT+COMMAND or AT+DATACUT command 520 +* **XX XX XX XX **: AT+COMMAND or AT+DATACUT command 521 +* **YY **: If YY=0, RS485-LN will execute the downlink command without uplink; if YY=1, RS485-LN will execute an uplink after got this command. 521 521 522 -Example: 523 523 524 -** AF 03 01 07 30 4D 43 21 01 01 01 00**: Sameas AT+COMMAND3=**0MC!**,** 1**,** 1**,** 1**524 +**Example:** 525 525 526 - **AF0361001 05 06 090A 00**: Same as AT+DATACUT3=**16**,**1**,**5+6+9+10**526 +[[image:image-20230201094129-18.png]] 527 527 528 -**AF 03 02 06 0B 02 05 07 08 0A 00**: Same as AT+DATACUT3=**11**,**2**,**5~~7+8~~10** 529 529 530 - 531 531 **Clear SDI12 Command** 532 532 533 533 The AT+COMMANDx and AT+DATACUTx settings are stored in special location, user can use below command to clear them. ... ... @@ -547,23 +547,22 @@ 547 547 548 548 549 549 550 - 551 551 **command combination** 552 552 553 553 Below shows a screen shot how the results combines together to a uplink payload. 554 554 555 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image029.png]]552 +[[image:1675215745275-920.png]] 556 556 557 557 558 -If user don ’t want to use DATACUT for some command, he simply want to uplink all returns. AT+ALLDATAMOD can be set to 1.555 +If user don't want to use DATACUT for some command, he simply want to uplink all returns. AT+ALLDATAMOD can be set to 1. 559 559 560 560 **AT+ALLDATAMOD** will simply get all return and don’t do CRC check as result for SDI-12 command. AT+DATACUTx command has higher priority, if AT+DATACUTx has been set, AT+ALLDATAMOD will be ignore for this SDI-12 command. 561 561 562 562 563 -For example: as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result. 560 +**For example: ** as below photo, AT+ALLDATAMOD=1, but AT+DATACUT1 has been set, AT+DATACUT1 will be still effect the result. 564 564 565 565 566 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image030.png]]563 +[[image:1675215782925-448.png]] 567 567 568 568 569 569 If AT+ALLDATAMOD=1, **FX,X** will be added in the payload, FX specify which command is used and X specify the length of return. for example in above screen, F1 05 means the return is from AT+COMMAND1 and the return is 5 bytes. ... ... @@ -581,7 +581,7 @@ 581 581 Where PAYVER is defined by AT+PAYVER, below is an example screen shot. 582 582 583 583 584 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image031.png]]581 +[[image:1675215828102-844.png]] 585 585 586 586 587 587 **AT+DATAUP=1** ... ... @@ -590,7 +590,7 @@ 590 590 591 591 Final Payload is 592 592 593 -**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA** 590 +__**Battery Info+PAYVER + PAYLOAD COUNT + PAYLOAD# + DATA**__ 594 594 595 595 1. Battery Info (2 bytes): Battery voltage 596 596 1. PAYVER (1 byte): Defined by AT+PAYVER ... ... @@ -598,26 +598,24 @@ 598 598 1. PAYLOAD# (1 byte): Number of this uplink. (from 0,1,2,3…,to PAYLOAD COUNT) 599 599 1. DATA: Valid value: max 6 bytes(US915 version here, Notice*!) for each uplink so each uplink <= 11 bytes. For the last uplink, DATA will might less than 6 bytes 600 600 601 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image032.png]]598 +[[image:1675215848113-696.png]] 602 602 603 603 604 604 **Notice: the Max bytes is according to the max support bytes in different Frequency Bands for lowest SF. As below:** 605 605 606 - ~* For AU915/AS923 bands, if UplinkDwell time=0, max 51 bytes for each uplink ( so 51 -5 = 46 max valid date) 603 +* For AU915/AS923 bands, if UplinkDwell time=0, max 51 bytes for each uplink ( so 51 -5 = 46 max valid date) 604 +* For AU915/AS923 bands, if UplinkDwell time=1, max 11 bytes for each uplink ( so 11 -5 = 6 max valid date). 605 +* For US915 band, max 11 bytes for each uplink ( so 11 -5 = 6 max valid date). 606 +* For all other bands: max 51 bytes for each uplink ( so 51 -5 = 46 max valid date). 607 607 608 - ForAU915/AS923 bands,if UplinkDwelltime=1,max11bytesforeach uplink(so11 -5=6maxvaliddate).608 +**~ When AT+DATAUP=1, the maximum number of segments is 15, and the maximum total number of bytes is 1500;** 609 609 610 - ForUS915band, max11bytesforeachuplink(so11-5=6maxvalid date).610 +**~ When AT+DATAUP=1 and AT+ADR=0, the maximum number of bytes of each payload is determined by the DR value.** 611 611 612 - ~* For all other bands: max 51 bytes for each uplink ( so 51 -5 = 46 max valid date). 613 613 614 - ***When AT+DATAUP=1, the maximumnumberof segments is 15,andthe maximum total number of bytes is 1500;**613 +== 2.4 Uplink Payload == 615 615 616 -**~ When AT+DATAUP=1 and AT+ADR=0, the maximum number of bytes of each payload is determined by the DR value.** 617 617 618 -1. 619 -11. Uplink Payload 620 - 621 621 Uplink payloads have two types: 622 622 623 623 * Distance Value: Use FPORT=2 ... ... @@ -626,9 +626,7 @@ 626 626 The application server should parse the correct value based on FPORT settings. 627 627 628 628 629 -1. 630 -11. 631 -111. Device Payload, FPORT=5 624 +2.4.1 Device Payload, FPORT=5 632 632 633 633 Include device configure status. Once SDI-12-LB Joined the network, it will uplink this message to the server. 634 634 ... ... @@ -636,13 +636,14 @@ 636 636 Users can also use the downlink command(0x26 01) to ask SDI-12-LB to resend this uplink. 637 637 638 638 639 -|(% colspan="6" %)**Device Status (FPORT=5)** 640 -|**Size (bytes)**|**1**|**2**|**1**|**1**|**2** 641 -|**Value**|Sensor Model|Firmware Version|Frequency Band|Sub-band|BAT 632 +(% border="1" cellspacing="4" style="background-color:#f7faff; width:437px" %) 633 +|(% colspan="6" style="width:434px" %)**Device Status (FPORT=5)** 634 +|(% style="width:102px" %)**Size (bytes)**|(% style="width:67px" %)**1**|(% style="width:80px" %)**2**|(% style="width:89px" %)**1**|(% style="width:52px" %)**1**|(% style="width:44px" %)**2** 635 +|(% style="width:102px" %)**Value**|(% style="width:67px" %)Sensor Model|(% style="width:80px" %)Firmware Version|(% style="width:89px" %)Frequency Band|(% style="width:52px" %)Sub-band|(% style="width:44px" %)BAT 642 642 643 643 Example parse in TTNv3 644 644 645 -[[image: file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image033.png]]639 +[[image:1675215946738-635.png]] 646 646 647 647 **Sensor Model**: For SDI-12-LB, this value is 0x17 648 648