Changes for page wiki_test

Last modified by Mengting Qiu on 2024/09/05 17:35

From version 82.15
edited by Xiaoling
on 2023/08/19 14:16
Change comment: There is no comment for this version
To version 82.8
edited by Xiaoling
on 2023/08/19 14:00
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -298,6 +298,8 @@
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 +
302 +
301 301  === 2.2.2 HEX format Payload(Type~=0) ===
302 302  
303 303  
... ... @@ -399,7 +399,7 @@
399 399  
400 400  * (% 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**     (%%)~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
404 +* (% 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  
... ... @@ -430,6 +430,8 @@
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  
435 +
436 +
433 433  == 2.6 Trggier an uplink by external interrupt ==
434 434  
435 435  
... ... @@ -447,6 +447,7 @@
447 447  
448 448  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
449 449  
454 +
450 450  = 3. Configure S31x-NB =
451 451  
452 452  == 3.1 Configure Methods ==
... ... @@ -470,21 +470,21 @@
470 470  AT+<CMD>=?       : Get the value
471 471  
472 472  
473 -(% style="color:blue" %)**General Commands**      
478 +**General Commands**      
474 474  
475 475  AT                    : Attention       
476 476  
477 -AT?  : Short Help     
482 +AT?                            : Short Help     
478 478  
479 -ATZ  : MCU Reset    
484 +ATZ                            : MCU Reset    
480 480  
481 -AT+TDC  : Application Data Transmission Interval
486 +AT+TDC           : Application Data Transmission Interval
482 482  
483 -AT+CFG  : Print all configurations
488 +AT+CFG           : Print all configurations
484 484  
485 485  AT+CFGMOD           : Working mode selection
486 486  
487 -AT+DEUI  : Get or set the Device ID
492 +AT+DEUI                             : Get or set the Device ID
488 488  
489 489  AT+INTMOD            : Set the trigger interrupt mode
490 490  
... ... @@ -492,30 +492,29 @@
492 492  
493 493  AT+PRO          : Choose agreement
494 494  
495 -AT+RXDL  : Extend the sending and receiving time
500 +AT+RXDL                  : Extend the sending and receiving time
496 496  
497 -AT+DNSCFG  : Get or Set DNS Server
502 +AT+DNSCFG         :  Get or Set DNS Server
498 498  
499 499  AT+GETSENSORVALUE   : Returns the current sensor measurement
500 500  
501 -AT+NOUD  : Get or Set the number of data to be uploaded
506 +AT+NOUD      : Get or Set the number of data to be uploaded
502 502  
503 503  AT+CDP     : Read or Clear cached data
504 504  
505 -AT+SHTEMP:  Get or Set alarm of temp
510 +AT+SHTEMP: Get or Set alarm of temp
506 506  
507 -AT+SHHUM:  Get or Set alarm of moisture
512 +AT+SHHUM: Get or Set alarm of moisture
508 508  
509 -AT+SERVADDR :  Server Address
514 +AT+SERVADDR                 : Server Address
510 510  
516 +**UDP Management**
511 511  
512 -(% style="color:blue" %)**UDP Management**
518 +AT+CFM          : Upload confirmation mode (only valid for UDP)
513 513  
514 -AT+CFM  :  Upload confirmation mode (only valid for UDP)
515 515  
521 +**MQTT Management**
516 516  
517 -(% style="color:blue" %)**MQTT Management**
518 -
519 519  AT+CLIENT               : Get or Set MQTT client
520 520  
521 521  AT+UNAME              : Get or Set MQTT Username
... ... @@ -522,75 +522,74 @@
522 522  
523 523  AT+PWD                  : Get or Set MQTT password
524 524  
525 -AT+PUBTOPIC  : Get or Set MQTT publish topic
529 +AT+PUBTOPIC                   : Get or Set MQTT publish topic
526 526  
527 -AT+SUBTOPIC  : Get or Set MQTT subscription topic
531 +AT+SUBTOPIC                   : Get or Set MQTT subscription topic
528 528  
529 529  
530 -(% style="color:blue" %)**Information**          
534 +**Information**          
531 531  
532 -AT+FDR  : Factory Data Reset
536 +AT+FDR           : Factory Data Reset
533 533  
534 -AT+PWORD  : Serial Access Password
538 +AT+PWORD             : Serial Access Password
535 535  
536 -AT+LDATA  : Get the last upload data
540 +AT+LDATA  : Get the last upload data
537 537  
538 -AT+CDP  : Read or Clear cached data
542 +AT+CDP                              : Read or Clear cached data
539 539  
540 -
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.
547 +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 =
552 += 5. OTA Firmware update =
550 550  
551 551  
552 -User can change device firmware to::
555 +(% class="wikigeneratedid" %)
556 +User can change firmware S31x-LB to:
553 553  
558 +* 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/fhb3uyl4gt6clru/AAAiZVTFcxrfE1JOOyfcgO9ha?dl=0]]**
562 +Firmware and changelog can be downloaded from : **[[Firmware download link>>https://www.dropbox.com/sh/fis3g6nmhv0eokg/AAC6BcCZaX4BdqZkduUvZ3jIa?dl=0]]**
559 559  
564 +
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 -
567 +* (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 -User can access to BC660K-GL directly and send AT Commands.
574 += 7. Order Info =
574 574  
575 -[[See BC660K-GL AT Command set>>url:https://www.dropbox.com/sh/5f6ssda5fum8rvs/AABT68l8ZzWOvZ5eg2qwOoFda?dl=0]]
576 576  
577 +Part Number: (% style="color:blue" %)**S31-LB-XX  / S31B-LB-XX**
577 577  
579 +(% style="color:red" %)**XX**(%%): The default frequency band
578 578  
579 -= 7. Order Info =
581 +* (% style="color:red" %)**AS923**(%%): LoRaWAN AS923 band
580 580  
583 +* (% style="color:red" %)**AU915**(%%): LoRaWAN AU915 band
581 581  
582 -Part Number: (% style="color:blue" %)**S31-NB-XX  / S31B-NB-XX**
585 +* (% style="color:red" %)**EU433**(%%): LoRaWAN EU433 band
583 583  
584 -(% style="color:red" %)**XX**(%%):
587 +* (% style="color:red" %)**EU868**(%%): LoRaWAN EU868 band
585 585  
586 -* (% style="color:#037691" %)**GE**(%%): General version ( Exclude SIM card)
589 +* (% style="color:red" %)**KR920**(%%): LoRaWAN KR920 band
587 587  
588 -* (% style="color:#037691" %)**1D**(%%): with 1NCE* 10 years 500MB SIM card and Pre-configure to DataCake server
591 +* (% style="color:red" %)**US915**(%%): LoRaWAN US915 band
589 589  
590 -(% style="color:#037691" %)**~* 1NCE SIM Card NB-IoT network coverage**(%%): Austria, Belgium, Bulgaria, Croatia, Czech Republic, 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 Islands
593 +* (% style="color:red" %)**IN865**(%%): LoRaWAN IN865 band
591 591  
595 +* (% style="color:red" %)**CN470**(%%): LoRaWAN CN470 band
592 592  
593 -
594 594  = 8. ​Packing Info =
595 595  
596 596