Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -298,6 +298,7 @@ 298 298 299 299 * Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Temperature, Humidity, Sampling time. 300 300 301 + 301 301 === 2.2.2 HEX format Payload(Type~=0) === 302 302 303 303 ... ... @@ -348,6 +348,7 @@ 348 348 (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative) 349 349 350 350 352 + 351 351 (% style="color:blue" %)**Humidity: ** 352 352 353 353 Read:0295(H)=661(D) Value: 661 / 10=66.1, So 66.1% ... ... @@ -365,6 +365,7 @@ 365 365 366 366 Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard. 367 367 370 + 368 368 (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}** 369 369 370 370 ... ... @@ -375,6 +375,7 @@ 375 375 376 376 Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform 377 377 381 + 378 378 As below: 379 379 380 380 (% style="color:#4472c4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28** ... ... @@ -385,25 +385,29 @@ 385 385 386 386 By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8 387 387 392 + 388 388 User can use below commands to change the (% style="color:blue" %)**uplink interval**. 389 389 390 -(% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 395 +(% style="color:#037691" %)** AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s 391 391 397 + 392 392 User can also push the button for more than 1 seconds to activate an uplink. 393 393 394 394 401 + 402 + 395 395 == 2.4 Multi-Samplings and One uplink == 396 396 397 397 398 398 To save battery life, S31-NB will sample temperature & humidity data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by: 399 399 400 -* (% style="color:#037691" %)**AT+TR=900** (%%) 408 +* (% style="color:#037691" %)**AT+TR=900** (%%) ~/~/ The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds) 401 401 402 -* (% style="color:#037691" %)**AT+NOUD=8** 410 +* (% style="color:#037691" %)**AT+NOUD=8** (%%)~/~/ The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded. 403 403 404 404 The diagram below explains the relationship between TR, NOUD, and TDC more clearly: 405 405 406 -[[image: 1692424376354-959.png]]414 +[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]] 407 407 408 408 409 409 == 2.5 Humidity and Temperature alarm function == ... ... @@ -416,12 +416,12 @@ 416 416 417 417 (% style="color:#037691" %)**AT+ SHHUM=min,max** 418 418 419 -Example: AT+ SHHUM=50,80 427 +Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80. 420 420 421 421 422 422 (% style="color:#037691" %)**AT+ SHTEMP=min,max** 423 423 424 -Example: AT+ SHTEMP=20,30 432 +Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30 425 425 426 426 427 427 (% style="color:red" %)**Notice:** ... ... @@ -430,6 +430,9 @@ 430 430 431 431 * If user only want to send only min or max, user can set the alarm to a value that device won’t reach. For example: (% style="color:#037691" %)**AT+SHTEMP=-80,0.** 432 432 441 + 442 + 443 + 433 433 == 2.6 Trggier an uplink by external interrupt == 434 434 435 435 ... ... @@ -437,16 +437,18 @@ 437 437 438 438 (% style="color:blue" %)**AT command:** 439 439 440 -* (% style="color:#037691" %)**AT+INTMOD **(%%) 451 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 441 441 442 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ 453 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 443 443 444 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) 455 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge 445 445 446 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) 457 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge 447 447 448 -* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/ 459 +* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/Trigger by rising edge 449 449 461 + 462 + 450 450 = 3. Configure S31x-NB = 451 451 452 452 == 3.1 Configure Methods == ... ... @@ -458,139 +458,254 @@ 458 458 459 459 * 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]]. 460 460 461 - ==3.2ATCommands Set==474 +* LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 462 462 463 463 464 -AT+<CMD>? : Help on <CMD> 465 465 466 - AT+<CMD>: Run<CMD>478 +== 3.2 General Commands == 467 467 468 -AT+<CMD>=<value> : Set the value 469 469 470 - AT+<CMD>=?: Getthevalue481 +These commands are to configure: 471 471 483 +* General system settings like: uplink interval. 484 +* LoRaWAN protocol & radio related command. 472 472 473 - (%style="color:blue"%)**GeneralCommands**486 +They are same for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki: 474 474 475 - AT:tion488 +[[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/]] 476 476 477 -AT? : Short Help 478 478 479 - ATZ: MCUReset491 +== 3.3 Commands special design for S31x-LB == 480 480 481 -AT+TDC : Application Data Transmission Interval 482 482 483 - AT+CFG: Printallconfigurations494 +These commands only valid for S31x-LB, as below: 484 484 485 -AT+CFGMOD : Working mode selection 486 486 487 - AT+DEUI: Getoret theDeviceID497 +=== 3.3.1 Set Transmit Interval Time === 488 488 489 -AT+INTMOD : Set the trigger interrupt mode 490 490 491 - AT+5VT : Setxtendthetimeof5Vpower500 +Feature: Change LoRaWAN End Node Transmit Interval. 492 492 493 - AT+PRO: Chooseagreement502 +(% style="color:blue" %)**AT Command: AT+TDC** 494 494 495 -AT+RXDL : Extend the sending and receiving time 504 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 505 +|=(% style="width: 156px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 137px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="background-color:#D9E2F3;color:#0070C0" %)**Response** 506 +|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|((( 507 +30000 508 +OK 509 +the interval is 30000ms = 30s 510 +))) 511 +|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|((( 512 +OK 513 +Set transmit interval to 60000ms = 60 seconds 514 +))) 496 496 497 - AT+DNSCFG: GetSetDNSServer516 +(% style="color:blue" %)**Downlink Command: 0x01** 498 498 499 - AT+GETSENSORVALUE:Returnsthecurrentsensormeasurement518 +Format: Command Code (0x01) followed by 3 bytes time value. 500 500 501 - AT+NOUD: Get orSet thenumberofdata tobeuploaded520 +If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01. 502 502 503 -AT+CDP : Read or Clear cached data 522 +* Example 1: Downlink Payload: 0100001E ~/~/ Set Transmit Interval (TDC) = 30 seconds 523 +* Example 2: Downlink Payload: 0100003C ~/~/ Set Transmit Interval (TDC) = 60 seconds 504 504 505 - AT+SHTEMP:GetorSetlarm oftemp525 +=== 3.3.2 Get Device Status === 506 506 507 -AT+SHHUM: Get or Set alarm of moisture 508 508 509 - AT+SERVADDR:ServerAddress528 +Send a LoRaWAN downlink to ask device send Alarm settings. 510 510 530 +(% style="color:blue" %)**Downlink Payload: **(%%)0x26 01 511 511 512 - (% style="color:blue"%)**UDPManagement**532 +Sensor will upload Device Status via FPORT=5. See payload section for detail. 513 513 514 -AT+CFM : Upload confirmation mode (only valid for UDP) 515 515 535 +=== 3.3.3 Set Temperature Alarm Threshold === 516 516 517 -(% style="color:blue" %)**MQTT Management** 518 518 519 - AT+CLIENT:GetSetMQTTclient538 +* (% style="color:blue" %)**AT Command:** 520 520 521 - AT+UNAME: Getet MQTT Username540 +(% style="color:#037691" %)**AT+SHTEMP=min,max** 522 522 523 -AT+PWD : Get or Set MQTT password 542 +* When min=0, and max≠0, Alarm higher than max 543 +* When min≠0, and max=0, Alarm lower than min 544 +* When min≠0 and max≠0, Alarm higher than max or lower than min 524 524 525 - AT+PUBTOPIC : Get or Set MQTTpublish topic546 +Example: 526 526 527 -AT+S UBTOPIC: Getor SetMQTT subscriptiontopic548 + AT+SHTEMP=0,30 ~/~/ Alarm when temperature higher than 30. 528 528 550 +* (% style="color:blue" %)**Downlink Payload:** 529 529 530 -(% style="color: blue" %)**Information**552 +(% style="color:#037691" %)**0x(0C 01 00 1E)** (%%) ~/~/ Set AT+SHTEMP=0,30 531 531 532 - AT+FDR:FactoryDataReset554 +(% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)** 533 533 534 -AT+PWORD : Serial Access Password 535 535 536 - AT+LDATA: Get thelastuploaddata557 +=== 3.3.4 Set Humidity Alarm Threshold === 537 537 538 -AT+CDP : Read or Clear cached data 539 539 560 +* (% style="color:blue" %)**AT Command:** 540 540 562 +(% style="color:#037691" %)**AT+SHHUM=min,max** 563 + 564 +* When min=0, and max≠0, Alarm higher than max 565 +* When min≠0, and max=0, Alarm lower than min 566 +* When min≠0 and max≠0, Alarm higher than max or lower than min 567 + 568 +Example: 569 + 570 + AT+SHHUM=70,0 ~/~/ Alarm when humidity lower than 70%. 571 + 572 +* (% style="color:blue" %)**Downlink Payload:** 573 + 574 +(% style="color:#037691" %)**0x(0C 02 46 00)**(%%) ~/~/ Set AT+SHTHUM=70,0 575 + 576 +(% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))** 577 + 578 + 579 +=== 3.3.5 Set Alarm Interval === 580 + 581 + 582 +The shortest time of two Alarm packet. (unit: min) 583 + 584 +* (% style="color:blue" %)**AT Command:** 585 + 586 +(% style="color:#037691" %)**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. 587 + 588 +* (% style="color:blue" %)**Downlink Payload:** 589 + 590 +(% style="color:#037691" %)**0x(0D 00 1E)**(%%) **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes 591 + 592 + 593 +=== 3.3.6 Get Alarm settings === 594 + 595 + 596 +Send a LoRaWAN downlink to ask device send Alarm settings. 597 + 598 +* (% style="color:#037691" %)**Downlink Payload: **(%%)0x0E 01 599 + 600 +**Example:** 601 + 602 +[[image:image-20230524110211-4.png]] 603 + 604 +**Explain:** 605 + 606 +* Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message. 607 + 608 +=== 3.3.7 Set Interrupt Mode === 609 + 610 + 611 +Feature, Set Interrupt mode for PA8 of pin. 612 + 613 +When AT+INTMOD=0 is set, PA8 is used as a digital input port. 614 + 615 +(% style="color:blue" %)**AT Command: AT+INTMOD** 616 + 617 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 618 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 619 +|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)((( 620 +0 621 +OK 622 +the mode is 0 =Disable Interrupt 623 +))) 624 +|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)((( 625 +Set Transmit Interval 626 +0. (Disable Interrupt), 627 +~1. (Trigger by rising and falling edge) 628 +2. (Trigger by falling edge) 629 +3. (Trigger by rising edge) 630 +)))|(% style="width:157px" %)OK 631 + 632 +(% style="color:blue" %)**Downlink Command: 0x06** 633 + 634 +Format: Command Code (0x06) followed by 3 bytes. 635 + 636 +This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06. 637 + 638 +* Example 1: Downlink Payload: 06000000 ~/~/ Turn off interrupt mode 639 +* Example 2: Downlink Payload: 06000003 ~/~/ Set the interrupt mode to rising edge trigger 640 + 641 +=== 3.3.8 Set Power Output Duration === 642 + 643 + 644 +Control the output duration 5V . Before each sampling, device will 645 + 646 +~1. first enable the power output to external sensor, 647 + 648 +2. keep it on as per duration, read sensor value and construct uplink payload 649 + 650 +3. final, close the power output. 651 + 652 +(% style="color:blue" %)**AT Command: AT+5VT** 653 + 654 +(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %) 655 +|=(% style="width: 155px;background-color:#D9E2F3;color:#0070C0" %)**Command Example**|=(% style="width: 197px;background-color:#D9E2F3;color:#0070C0" %)**Function**|=(% style="width: 158px;background-color:#D9E2F3;color:#0070C0" %)**Response** 656 +|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default) 657 +OK 658 +|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK 659 + 660 +(% style="color:blue" %)**Downlink Command: 0x07** 661 + 662 +Format: Command Code (0x07) followed by 2 bytes. 663 + 664 +The first and second bytes are the time to turn on. 665 + 666 +* Example 1: Downlink Payload: 070000 **~-~-->** AT+5VT=0 667 +* Example 2: Downlink Payload: 0701F4 **~-~-->** AT+5VT=500 668 + 541 541 = 4. Battery & Power Consumption = 542 542 543 543 544 -S31x- NB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace.672 +S31x-LB use ER26500 + SPC1520 battery pack. See below link for detail information about the battery info and how to replace. 545 545 546 546 [[**Battery Info & Power Consumption Analyze**>>http://wiki.dragino.com/xwiki/bin/view/Main/How%20to%20calculate%20the%20battery%20life%20of%20Dragino%20sensors%3F/]] . 547 547 548 548 549 -= 5. Firmware update = 677 += 5. OTA Firmware update = 550 550 551 551 552 -User can change device firmware to:: 680 +(% class="wikigeneratedid" %) 681 +User can change firmware S31x-LB to: 553 553 683 +* Change Frequency band/ region. 554 554 * Update with new features. 555 - 556 556 * Fix bugs. 557 557 558 -Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/f hb3uyl4gt6clru/AAAiZVTFcxrfE1JOOyfcgO9ha?dl=0]]**687 +Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0]]** 559 559 689 + 560 560 Methods to Update Firmware: 561 561 562 -* (Recommended way) OTA firmware update via BLE: [[**Instruction**>>url:http://wiki.dragino.com/xwiki/bin/view/Main/BLE_Firmware_Update_NB_Sensors_BC660K-GL/]]. 563 - 692 +* (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/]]** 564 564 * Update through UART TTL interface : **[[Instruction>>url:http://wiki.dragino.com/xwiki/bin/view/Main/UART%20Access%20for%20LoRa%20ST%20v4%20base%20model/#H1.LoRaSTv4baseHardware]]**. 565 565 566 - 567 - 568 568 = 6. FAQ = 569 569 570 -== 6.1 How can I access t BC660K-GL AT Commands? == 571 571 572 572 573 - Usercanaccess to BC660K-GL directly andsendAT Commands.699 += 7. Order Info = 574 574 575 -[[See BC660K-GL AT Command set>>url:https://www.dropbox.com/sh/5f6ssda5fum8rvs/AABT68l8ZzWOvZ5eg2qwOoFda?dl=0]] 576 576 702 +Part Number: (% style="color:blue" %)**S31-LB-XX / S31B-LB-XX** 577 577 704 +(% style="color:red" %)**XX**(%%): The default frequency band 578 578 579 - =7.OrderInfo=706 +* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band 580 580 708 +* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band 581 581 582 - PartNumber:(% style="color:blue" %)**S31-NB-XX / S31B-NB-XX**710 +* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band 583 583 584 -(% style="color:red" %)** XX**(%%):712 +* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band 585 585 586 -* (% style="color: #037691" %)**GE**(%%):Generalversion( Exclude SIM card)714 +* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band 587 587 588 -* (% style="color: #037691" %)**1D**(%%):with 1NCE*10 years500MBSIM card andPre-configure to DataCake server716 +* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band 589 589 590 -(% style="color: #037691" %)**~* 1NCE SIM CardNB-IoT network coverage**(%%):Austria, Belgium, Bulgaria, Croatia, CzechRepublic, Denmark,Finland, Germany, Great Britain, Greece, Hungary,Ireland, Italy, Latvia, Malta,Netherlands,Norway, Puerto Rico, Russia, Slovak , Republic, Slovenia, Spain, Sweden, Switzerland, Taiwan, USA, US Virgin Islands718 +* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band 591 591 720 +* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band 592 592 593 - 594 594 = 8. Packing Info = 595 595 596 596
- 1692424376354-959.png
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.Xiaoling - Size
-
... ... @@ -1,1 +1,0 @@ 1 -146.1 KB - Content