Changes for page wiki_test

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

From version 82.2
edited by Xiaoling
on 2023/08/19 13:53
Change comment: There is no comment for this version
To version 82.10
edited by Xiaoling
on 2023/08/19 14:03
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  
... ... @@ -348,7 +348,6 @@
348 348  (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
349 349  
350 350  
351 -
352 352  (% style="color:blue" %)**Humidity:   **
353 353  
354 354  Read:0295(H)=661(D)    Value:  661 / 10=66.1, So 66.1%
... ... @@ -366,7 +366,6 @@
366 366  
367 367  Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard.
368 368  
369 -
370 370  (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}**
371 371  
372 372  
... ... @@ -377,7 +377,6 @@
377 377  
378 378  Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform
379 379  
380 -
381 381  As below:
382 382  
383 383  (% style="color:#4472c4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28**
... ... @@ -388,7 +388,6 @@
388 388  
389 389  By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8
390 390  
391 -
392 392  User can use below commands to change the (% style="color:blue" %)**uplink interval**.
393 393  
394 394  (% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s
... ... @@ -401,9 +401,9 @@
401 401  
402 402  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:
403 403  
404 -* (% 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)
402 +* (% 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)
405 405  
406 -* (% 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.
407 407  
408 408  The diagram below explains the relationship between TR, NOUD, and TDC more clearly:
409 409  
... ... @@ -420,12 +420,12 @@
420 420  
421 421  (% style="color:#037691" %)**AT+ SHHUM=min,max**
422 422  
423 -Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80.
421 +Example: AT+ SHHUM=50,80  ~/~/ Alarm when humidity lower than 50 or higher than 80.
424 424  
425 425  
426 426  (% style="color:#037691" %)**AT+ SHTEMP=min,max**
427 427  
428 -Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30
426 +Example: AT+ SHTEMP=20,30  ~/~/ Alarm when temperature lower than 20 or higher than 30
429 429  
430 430  
431 431  (% style="color:red" %)**Notice:**
... ... @@ -443,15 +443,15 @@
443 443  
444 444  (% style="color:blue" %)**AT command:**
445 445  
446 -* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
444 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
447 447  
448 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt
446 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ Disable Interrupt
449 449  
450 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge
448 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/ Trigger by rising and falling edge
451 451  
452 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge
450 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/ Trigger by falling edge
453 453  
454 -* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/Trigger by rising edge
452 +* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
455 455  
456 456  
457 457  = 3. Configure S31x-NB =
... ... @@ -465,200 +465,86 @@
465 465  
466 466  * 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]].
467 467  
468 -* LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
466 +== 3.2 AT Commands Set ==
469 469  
470 470  
471 -== 3.2 General Commands ==
469 +AT+<CMD>?        : Help on <CMD>
472 472  
471 +AT+<CMD>         : Run <CMD>
473 473  
474 -These commands are to configure:
473 +AT+<CMD>=<value> : Set the value
475 475  
476 -* General system settings like: uplink interval.
477 -* LoRaWAN protocol & radio related command.
475 +AT+<CMD>=?       : Get the value
478 478  
479 -They are same for all Dragino Devices which support DLWS-005 LoRaWAN Stack. These commands can be found on the wiki:
480 480  
481 -[[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/]]
478 +(% style="color:blue" %)**General Commands**      
482 482  
480 +AT                    : Attention       
483 483  
484 -== 3.3 Commands special design for S31x-LB ==
482 +AT?  : Short Help     
485 485  
484 +ATZ  : MCU Reset    
486 486  
487 -These commands only valid for S31x-LB, as below:
486 +AT+TDC  : Application Data Transmission Interval
488 488  
488 +AT+CFG  : Print all configurations
489 489  
490 -=== 3.3.1 Set Transmit Interval Time ===
490 +AT+CFGMOD           : Working mode selection
491 491  
492 +AT+DEUI  : Get or set the Device ID
492 492  
493 -Feature: Change LoRaWAN End Node Transmit Interval.
494 +AT+INTMOD            : Set the trigger interrupt mode
494 494  
495 -(% style="color:blue" %)**AT Command: AT+TDC**
496 +AT+5VT           : Set extend the time of 5V power  
496 496  
497 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
498 -|=(% 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**
499 -|(% style="width:156px" %)AT+TDC=?|(% style="width:137px" %)Show current transmit Interval|(((
500 -30000
501 -OK
502 -the interval is 30000ms = 30s
503 -)))
504 -|(% style="width:156px" %)AT+TDC=60000|(% style="width:137px" %)Set Transmit Interval|(((
505 -OK
506 -Set transmit interval to 60000ms = 60 seconds
507 -)))
498 +AT+PRO          : Choose agreement
508 508  
509 -(% style="color:blue" %)**Downlink Command: 0x01**
500 +AT+RXDL  : Extend the sending and receiving time
510 510  
511 -Format: Command Code (0x01) followed by 3 bytes time value.
502 +AT+DNSCF : Get or Set DNS Server
512 512  
513 -If the downlink payload=0100003C, it means set the END Node's Transmit Interval to 0x00003C=60(S), while type code is 01.
504 +AT+GETSENSORVALUE   : Returns the current sensor measurement
514 514  
515 -* Example 1: Downlink Payload: 0100001E  ~/~/  Set Transmit Interval (TDC) = 30 seconds
516 -* Example 2: Downlink Payload: 0100003C  ~/~/  Set Transmit Interval (TDC) = 60 seconds
506 +AT+NOUD  : Get or Set the number of data to be uploaded
517 517  
518 -=== 3.3.2 Get Device Status ===
508 +AT+CDP     : Read or Clear cached data
519 519  
510 +AT+SHTEMP:  Get or Set alarm of temp
520 520  
521 -Send a LoRaWAN downlink to ask device send Alarm settings.
512 +AT+SHHUM:  Get or Set alarm of moisture
522 522  
523 -(% style="color:blue" %)**Downlink Payload**(%%)0x26 01
514 +AT+SERVADDRServer Address
524 524  
525 -Sensor will upload Device Status via FPORT=5. See payload section for detail.
526 526  
517 +(% style="color:blue" %)**UDP Management**
527 527  
528 -=== 3.3.3 Set Temperature Alarm Threshold ===
519 +AT+CFM  Upload confirmation mode (only valid for UDP)
529 529  
530 530  
531 -* (% style="color:blue" %)**AT Command:**
522 +(% style="color:blue" %)**MQTT Management**
532 532  
533 -(% style="color:#037691" %)**AT+SHTEMP=min,max**
524 +AT+CLIENT               : Get or Set MQTT client
534 534  
535 -* When min=0, and max≠0, Alarm higher than max
536 -* When min≠0, and max=0, Alarm lower than min
537 -* When min≠0 and max≠0, Alarm higher than max or lower than min
526 +AT+UNAME              : Get or Set MQTT Username
538 538  
539 -Example:
528 +AT+PWD                  : Get or Set MQTT password
540 540  
541 - AT+SHTEMP=0,30   ~/~/ Alarm when temperature higher than 30.
530 +AT+PUBTOPIC  : Get or Set MQTT publish topic
542 542  
543 -* (% style="color:blue" %)**Downlink Payload:**
532 +AT+SUBTOPIC  : Get or Set MQTT subscription topic
544 544  
545 -(% style="color:#037691" %)**0x(0C 01 00 1E)**  (%%) ~/~/ Set AT+SHTEMP=0,30
546 546  
547 -(% style="color:red" %)**(note: 3^^rd^^ byte= 0x00 for low limit(not set), 4^^th^^ byte = 0x1E for high limit: 30)**
535 +(% style="color:blue" %)**Information**          
548 548  
537 +AT+FDR  : Factory Data Reset
549 549  
550 -=== 3.3.4 Set Humidity Alarm Threshold ===
539 +AT+PWORD  : Serial Access Password
551 551  
541 +AT+LDATA  : Get the last upload data
552 552  
553 -* (% style="color:blue" %)**AT Command:**
543 +AT+CDP  : Read or Clear cached data
554 554  
555 -(% style="color:#037691" %)**AT+SHHUM=min,max**
556 556  
557 -* When min=0, and max≠0, Alarm higher than max
558 -* When min≠0, and max=0, Alarm lower than min
559 -* When min≠0 and max≠0, Alarm higher than max or lower than min
560 -
561 -Example:
562 -
563 - AT+SHHUM=70,0  ~/~/ Alarm when humidity lower than 70%.
564 -
565 -* (% style="color:blue" %)**Downlink Payload:**
566 -
567 -(% style="color:#037691" %)**0x(0C 02 46 00)**(%%)  ~/~/ Set AT+SHTHUM=70,0
568 -
569 -(% style="color:red" %)**(note: 3^^rd^^ byte= 0x46 for low limit (70%), 4^^th^^ byte = 0x00 for high limit (not set))**
570 -
571 -
572 -=== 3.3.5 Set Alarm Interval ===
573 -
574 -
575 -The shortest time of two Alarm packet. (unit: min)
576 -
577 -* (% style="color:blue" %)**AT Command:**
578 -
579 -(% 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.
580 -
581 -* (% style="color:blue" %)**Downlink Payload:**
582 -
583 -(% style="color:#037691" %)**0x(0D 00 1E)**(%%)     **~-~--> ** Set AT+ATDC=0x 00 1E = 30 minutes
584 -
585 -
586 -=== 3.3.6 Get Alarm settings ===
587 -
588 -
589 -Send a LoRaWAN downlink to ask device send Alarm settings.
590 -
591 -* (% style="color:#037691" %)**Downlink Payload:  **(%%)0x0E 01
592 -
593 -**Example:**
594 -
595 -[[image:image-20230524110211-4.png]]
596 -
597 -**Explain:**
598 -
599 -* Alarm & MOD bit is 0x7C, 0x7C >> 2 = 0x31: Means this message is the Alarm settings message.
600 -
601 -=== 3.3.7 Set Interrupt Mode ===
602 -
603 -
604 -Feature, Set Interrupt mode for PA8 of pin.
605 -
606 -When AT+INTMOD=0 is set, PA8 is used as a digital input port.
607 -
608 -(% style="color:blue" %)**AT Command: AT+INTMOD**
609 -
610 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
611 -|=(% 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**
612 -|(% style="width:154px" %)AT+INTMOD=?|(% style="width:196px" %)Show current interrupt mode|(% style="width:157px" %)(((
613 -0
614 -OK
615 -the mode is 0 =Disable Interrupt
616 -)))
617 -|(% style="width:154px" %)AT+INTMOD=2|(% style="width:196px" %)(((
618 -Set Transmit Interval
619 -0. (Disable Interrupt),
620 -~1. (Trigger by rising and falling edge)
621 -2. (Trigger by falling edge)
622 -3. (Trigger by rising edge)
623 -)))|(% style="width:157px" %)OK
624 -
625 -(% style="color:blue" %)**Downlink Command: 0x06**
626 -
627 -Format: Command Code (0x06) followed by 3 bytes.
628 -
629 -This means that the interrupt mode of the end node is set to 0x000003=3 (rising edge trigger), and the type code is 06.
630 -
631 -* Example 1: Downlink Payload: 06000000  ~/~/  Turn off interrupt mode
632 -* Example 2: Downlink Payload: 06000003  ~/~/  Set the interrupt mode to rising edge trigger
633 -
634 -=== 3.3.8 Set Power Output Duration ===
635 -
636 -
637 -Control the output duration 5V . Before each sampling, device will
638 -
639 -~1. first enable the power output to external sensor,
640 -
641 -2. keep it on as per duration, read sensor value and construct uplink payload
642 -
643 -3. final, close the power output.
644 -
645 -(% style="color:blue" %)**AT Command: AT+5VT**
646 -
647 -(% border="1" cellspacing="4" style="background-color:#f2f2f2; width:510px" %)
648 -|=(% 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**
649 -|(% style="width:154px" %)AT+5VT=?|(% style="width:196px" %)Show 5V open time.|(% style="width:157px" %)0 (default)
650 -OK
651 -|(% style="width:154px" %)AT+5VT=1000|(% style="width:196px" %)Close after a delay of 1000 milliseconds.|(% style="width:157px" %)OK
652 -
653 -(% style="color:blue" %)**Downlink Command: 0x07**
654 -
655 -Format: Command Code (0x07) followed by 2 bytes.
656 -
657 -The first and second bytes are the time to turn on.
658 -
659 -* Example 1: Downlink Payload: 070000  **~-~-->**  AT+5VT=0
660 -* Example 2: Downlink Payload: 0701F4  **~-~-->**  AT+5VT=500
661 -
662 662  = 4. Battery & Power Consumption =
663 663  
664 664