Changes for page wiki_test

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

From version 80.4
edited by Xiaoling
on 2023/08/19 11:55
Change comment: There is no comment for this version
To version 80.5
edited by Xiaoling
on 2023/08/19 11:57
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -420,6 +420,7 @@
420 420  
421 421  == 2.5 Humidity and Temperature alarm function ==
422 422  
423 +
423 423  On each sampling define by AT+TR ( default 900s or 15 minutes), when the value exceed the range, it will trigger an Alarm and immediately sends a uplink.
424 424  
425 425  
... ... @@ -442,20 +442,31 @@
442 442  * 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.**
443 443  
444 444  
445 -1.
446 -11. Trggier an uplink by external interrupt
447 447  
447 +
448 +
449 +
450 +== 2.6 Trggier an uplink by external interrupt ==
451 +
452 +
448 448  S31-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets.
449 449  
450 -AT command:
455 +(% style="color:blue" %)**AT command:**
451 451  
452 -* AT+INTMOD   ~/~/ Set the trigger interrupt mode
453 -* AT+INTMOD=0    ~/~/Disable Interrupt
454 -* AT+INTMOD=1   ~/~/Trigger by rising and falling edge
455 -* AT+INTMOD=2   ~/~/Trigger by falling edge
456 -* AT+INTMOD=3    ~/~/Trigger by rising edge
457 +* (% style="color:#037691" %)**AT+INTMOD **(%%)  ~/~/ Set the trigger interrupt mode
457 457  
459 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%)   ~/~/Disable Interrupt
458 458  
461 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%)  ~/~/Trigger by rising and falling edge
462 +
463 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%)  ~/~/Trigger by falling edge
464 +
465 +* (% style="color:#037691" %)**AT+INTMOD=3  **(%%)  ~/~/Trigger by rising edge
466 +
467 +
468 +
469 +
470 +
459 459  = 3. Configure S31x-LB =
460 460  
461 461  == 3.1 Configure Methods ==