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.6
edited by Xiaoling
on 2023/08/19 11:58
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,31 +442,48 @@
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  
459 -= 3. Configure S31x-LB =
461 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%)  ~/~/Trigger by rising and falling edge
460 460  
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 +
471 += 3. Configure S31x-NB =
472 +
461 461  == 3.1 Configure Methods ==
462 462  
463 463  
464 -S31x-LB supports below configure method:
476 +S31x-NB supports below configure method:
465 465  
466 466  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
479 +
467 467  * 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]].
481 +
468 468  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
469 469  
484 +
485 +
486 +
487 +
470 470  == 3.2 General Commands ==
471 471  
472 472