Last modified by Xiaoling on 2025/04/16 14:39
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -319,6 +319,7 @@ 319 319 [[Humidity>>path:#HHumidity:]] 320 320 ))) 321 321 322 + 322 322 ==== (% style="color:#4472c4" %)**Battery:**(%%) ==== 323 323 324 324 Sensor Battery Level. ... ... @@ -372,16 +372,16 @@ 372 372 == 2.5 Datalog Feature == 373 373 374 374 375 -Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, S31x-LB will store the reading for future retrieving purposes.376 +Datalog Feature is to ensure IoT Server can get all sampling data from Sensor even if the LoRaWAN network is down. For each sampling, D2x-LB will store the reading for future retrieving purposes. 376 376 377 377 378 378 === 2.5.1 Ways to get datalog via LoRaWAN === 379 379 380 380 381 -Set [[PNACKMD=1>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], S31x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,S31x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery.382 +Set [[PNACKMD=1>>url:http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/#H4.13AutoSendNone-ACKmessages]], D2x-LB will wait for ACK for every uplink, when there is no LoRaWAN network,D2x-LB will mark these records with non-ack messages and store the sensor data, and it will send all messages (10s interval) after the network recovery. 382 382 383 -* a) S31x-LB will do an ACK check for data records sending to make sure every data arrive server.384 -* b) S31x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, butS31x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink ifS31x-LB gets a ACK,S31x-LB will consider there is a network connection and resend all NONE-ACKmessages.384 +* a) D2x-LB will do an ACK check for data records sending to make sure every data arrive server. 385 +* b) D2x-LB will send data in **CONFIRMED Mode** when PNACKMD=1, but D2x-LB won't re-transmit the packet if it doesn't get ACK, it will just mark it as a NONE-ACK message. In a future uplink if D2x-LB gets a ACK, D2x-LB will consider there is a network connection and resend all NONE-ACK Message. 385 385 386 386 Below is the typical case for the auto-update datalog feature (Set PNACKMD=1) 387 387 ... ... @@ -390,7 +390,7 @@ 390 390 === 2.5.2 Unix TimeStamp === 391 391 392 392 393 - S31x-LBuses Unix TimeStamp format based on394 +LHT65N uses Unix TimeStamp format based on 394 394 395 395 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-11.png?width=627&height=97&rev=1.1||alt="image-20220523001219-11.png" height="97" width="627"]] 396 396 ... ... @@ -406,17 +406,17 @@ 406 406 === 2.5.3 Set Device Time === 407 407 408 408 409 -User need to set **SYNCMOD=1**to enable sync time via MAC command.410 +User need to set SYNCMOD=1 to enable sync time via MAC command. 410 410 411 -Once S31x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time toS31x-LB. IfS31x-LB fails to get the time from the server,S31x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days).412 +Once D2x-LB Joined LoRaWAN network, it will send the MAC command (DeviceTimeReq) and the server will reply with (DeviceTimeAns) to send the current time to D2x-LB. If D2x-LB fails to get the time from the server, D2x-LB will use the internal time and wait for next time request (AT+SYNCTDC to set the time request period, default is 10 days). 412 412 413 413 **Note: LoRaWAN Server need to support LoRaWAN v1.0.3(MAC v1.0.3) or higher to support this MAC command feature, Chirpstack,TTN V3 v3 and loriot support but TTN V3 v2 doesn't support. If server doesn't support this command, it will through away uplink packet with this command, so user will lose the packet with time request for TTN V3 v2 if SYNCMOD=1.** 414 414 415 415 416 -=== 2.5.4 Datalog Uplink payload (FPORT~=3)===417 +=== 2.5.4 Datalog Uplink payload (FPORT~=3) === 417 417 418 418 419 -The Datalog uplink swill use below payload format.420 +The Datalog poll reply uplink will use below payload format. 420 420 421 421 **Retrieval data payload:** 422 422 ... ... @@ -464,7 +464,7 @@ 464 464 465 465 Stop time: 60066DA7= time 21/1/19 05:27:03 466 466 467 -** S31x-LBwill uplink this payload.**468 +**LHT65N will uplink this payload.** 468 468 469 469 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LHT65N%20LoRaWAN%20Temperature%20%26%20Humidity%20Sensor%20Manual/WebHome/image-20220523001219-13.png?width=727&height=421&rev=1.1||alt="image-20220523001219-13.png" height="421" width="727"]] 470 470 ... ... @@ -490,7 +490,7 @@ 490 490 == 2.6 Temperature Alarm Feature == 491 491 492 492 493 - S31x-LB work flow with Alarm feature.494 +D2x-LB work flow with Alarm feature. 494 494 495 495 496 496 [[image:http://wiki.dragino.com/xwiki/bin/download/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LSN50v2-D20-D22-D23%20LoRaWAN%20Temperature%20Sensor%20User%20Manual/WebHome/image-20220623090437-1.png?rev=1.1||alt="image-20220623090437-1.png"]] ... ... @@ -500,20 +500,29 @@ 500 500 == 2.7 Frequency Plans == 501 501 502 502 503 -The S31x-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets.504 +The D2x-LB uses OTAA mode and below frequency plans by default. If user want to use it with different frequency plan, please refer the AT command sets. 504 504 505 505 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20Frequency%20Band/]] 506 506 507 507 508 -= 3. ConfigureS31x-LB=509 +== 2.8 Firmware Change Log == 509 509 511 + 512 +**Firmware download link:** 513 + 514 +[[https:~~/~~/www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0>>url:https://www.dropbox.com/sh/gf1glloczbzz19h/AABbuYI4WY6VdAmpXo6o1V2Ka?dl=0]] 515 + 516 + 517 + 518 += 3. Configure D2x-LB = 519 + 510 510 == 3.1 Configure Methods: == 511 511 512 512 513 - S31x-LB supports below configure method:523 +D2x-LB supports below configure method: 514 514 515 515 * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]]. 516 -* AT Command via UART Connection : See [[ UART Connection>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H2.3UARTConnectionforSN50v3basemotherboard]].526 +* AT Command via UART Connection : See [[FAQ>>||anchor="H7.FAQ"]]. 517 517 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 518 518 519 519 == 3.2 General Commands == ... ... @@ -529,10 +529,10 @@ 529 529 [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/>>http://wiki.dragino.com/xwiki/bin/view/Main/End%20Device%20AT%20Commands%20and%20Downlink%20Command/]] 530 530 531 531 532 -== 3.3 Commands special design for S31x-LB ==542 +== 3.3 Commands special design for D2x-LB == 533 533 534 534 535 -These commands only valid for S31x-LB, as below:545 +These commands only valid for D2x-LB, as below: 536 536 537 537 538 538 === 3.3.1 Set Transmit Interval Time === ... ... @@ -573,64 +573,69 @@ 573 573 Sensor will upload Device Status via FPORT=5. See payload section for detail. 574 574 575 575 576 -=== 3.3.3 Set TemperatureAlarm Threshold:===586 +=== 3.3.3 Set Alarm Thredhold === 577 577 578 -* **AT Command:** 579 579 580 -** AT+SHTEMP=min,max**589 +(% style="color:#4472c4" %)**1. Set for All Probes:** 581 581 582 -* When min=0, and max≠0, Alarm higher than max 583 -* When min≠0, and max=0, Alarm lower than min 584 -* When min≠0 and max≠0, Alarm higher than max or lower than min 591 +(% style="color:#037691" %)**AT+18ALARM=min,max** 585 585 586 -Example: 593 +* When min=0, and max≠0, Alarm trigger when higher than max 594 +* When min≠0, and max=0, Alarm trigger when lower than min 595 +* When min≠0 and max≠0, Alarm trigger when higher than max or lower than min 587 587 588 - AT+SHTEMP=0,30 ~/~/ Alarmwhen temperature higher than 30.597 +**Example:** 589 589 590 - ***DownlinkPayload:**599 + AT+18ALARM=-10,30 ~/~/ Alarm when < -10 or higher than 30. 591 591 592 -**0x(0C 01 00 1E)** ~/~/Set AT+SHTEMP=0,30 593 593 594 -* *(note:3^^rd^^ byte=0x00 forlowmit(notset), 4^^th^^ byte = 0x1E for highlimit:30)**602 +* (% style="color:#037691" %)**Downlink Payload:** 595 595 604 +0x(0B F6 1E) ~/~/ Same as AT+18ALARM=-10,30 596 596 597 -= ==3.3.4SetHumidity Alarm Threshold: ===606 +(note: 0x1E= 30, 0xF6 means: 0xF6-0x100 = -10) 598 598 599 -* **AT Command:** 600 600 601 -** AT+SHHUM=min,max**609 +(% style="color:#4472c4" %)**2. Set for Separate Probe:** 602 602 603 -* When min=0, and max≠0, Alarm higher than max 604 -* When min≠0, and max=0, Alarm lower than min 605 -* When min≠0 and max≠0, Alarm higher than max or lower than min 611 +(% style="color:#037691" %)**AT+18ALARM=min,max,index** 606 606 607 - Example:613 +Index: 608 608 609 - AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 615 +* 1: Temperature_Red 616 +* 2: Temperature_White 617 +* 3: Temperature_Black 610 610 611 -* *Downlink Payload:**619 +**Example:** 612 612 613 - **0x(0C024600)**SetAT+SHTHUM=70,0621 + AT+18ALARM=-10,30,1 ~/~/ Alarm when temperature_red < -10 or higher than 30. 614 614 615 -**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 616 616 624 +* (% style="color:#037691" %)**Downlink Payload:** 617 617 618 - ===3.3.5SetAlarmInterval:===626 +0x(0B F6 1E 01) ~/~/ Same as AT+18ALARM=-10,30,1 619 619 628 +(note: 0x1E= 30, 0xF6 means: 0xF6-0x100 = -10) 629 + 630 + 631 +=== 3.3.4 Set Alarm Interval === 632 + 633 + 620 620 The shortest time of two Alarm packet. (unit: min) 621 621 622 -* **AT Command:** 636 +* (% style="color:#037691" %)**AT Command:** 623 623 624 - **AT+ATDC=30**638 +AT+ATDC=30 ~/~/ The shortest interval of two Alarm packets is 30 minutes, Means is there is an alarm packet uplink, there won't be another one in the next 30 minutes. 625 625 626 -* **Downlink Payload:** 627 627 628 -* *0x(0D001E)****~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes641 +* (% style="color:#037691" %)**Downlink Payload:** 629 629 643 +0x(0D 00 1E) **~-~-->** Set AT+ATDC=0x 00 1E = 30 minutes 630 630 631 -=== 3.3.6 Get Alarm settings (什么FPORT?) === 632 632 646 +=== 3.3.5 Get Alarm settings (什么FPORT?) === 633 633 648 + 634 634 Send a LoRaWAN downlink to ask device send Alarm settings. 635 635 636 636 * (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 ... ... @@ -644,7 +644,7 @@ 644 644 645 645 * Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 646 646 647 -=== 3.3. 7Set Interrupt Mode ===662 +=== 3.3.6 Set Interrupt Mode === 648 648 649 649 650 650 Feature, Set Interrupt mode for GPIO_EXIT. ... ... @@ -678,41 +678,41 @@ 678 678 = 4. Battery & Power Consumption = 679 679 680 680 681 - S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.696 +D2x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace. 682 682 683 683 [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] . 684 684 685 685 686 -= 5. OTA Firmware update =701 += 5. OTA firmware update = 687 687 688 688 689 -(% class="wikigeneratedid" %) 690 -User can change firmware S31x-LB to: 704 +Please see this link for how to do OTA firmware update: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]] 691 691 692 -* Change Frequency band/ region. 693 -* Update with new features. 694 -* Fix bugs. 695 695 707 += 6. FAQ = 696 696 697 - Firmwareandchangelogcanbedownloadedfrom: **[[Firmware downloadlink>>https://www.dropbox.com/sh/kwqv57tp6pejias/AAAopYMATh1GM6fZ-VRCLrpDa?dl=0]]**709 +== 6.1 How to use AT Command via UART to access device? == 698 698 699 699 700 - Methodso UpdateFirmware:712 +See: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]] 701 701 702 -* (Recommanded way) OTA firmware update via wireless: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/>>url:http://wiki.dragino.com/xwiki/bin/view/Main/Firmware%20OTA%20Update%20for%20Sensors/]] 703 -* Update through UART TTL interface. **[[Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**. 704 704 715 +== 6.2 How to update firmware via UART port? == 705 705 706 -= 6. FAQ = 707 707 708 - 718 +See: [[http:~~/~~/wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]] 709 709 710 - 711 711 721 +== 6.3 How to change the LoRa Frequency Bands/Region? == 722 + 723 + 724 +Each LoRaWAN frequency bands has different firmware. User can update the device's firmware to the corresponding frequency band to change region. 725 + 726 + 712 712 = 7. Order Info = 713 713 714 714 715 -Part Number: (% style="color:blue" %)**S31-LB-XX / S31 B-LB-XX**730 +Part Number: (% style="color:blue" %)**S31-LB-XX / S31x-LB-XX** 716 716 717 717 (% style="color:red" %)**XX**(%%): The default frequency band 718 718