Changes for page wiki_test

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

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

Summary

Details

Page properties
Content
... ... @@ -420,7 +420,6 @@
420 420  
421 421  == 2.5 Humidity and Temperature alarm function ==
422 422  
423 -
424 424  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.
425 425  
426 426  
... ... @@ -443,48 +443,31 @@
443 443  * 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.**
444 444  
445 445  
445 +1.
446 +11. Trggier an uplink by external interrupt
446 446  
447 -
448 -
449 -
450 -== 2.6 Trggier an uplink by external interrupt ==
451 -
452 -
453 453  S31-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets.
454 454  
455 -(% style="color:blue" %)**AT command:**
450 +AT command:
456 456  
457 -* (% style="color:#037691" %)**AT+INTMOD **(%%)  ~/~/ Set the trigger interrupt mode
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
458 458  
459 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%)   ~/~/Disable Interrupt
460 460  
461 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%)  ~/~/Trigger by rising and falling edge
459 += 3. Configure S31x-LB =
462 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 -
471 -= 3. Configure S31x-NB =
472 -
473 473  == 3.1 Configure Methods ==
474 474  
475 475  
476 -S31x-NB supports below configure method:
464 +S31x-LB supports below configure method:
477 477  
478 478  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
479 -
480 480  * 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 -
482 482  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
483 483  
484 -
485 -
486 -
487 -
488 488  == 3.2 General Commands ==
489 489  
490 490