Changes for page wiki_test
Last modified by Mengting Qiu on 2024/09/05 17:35
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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,31 +443,20 @@ 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 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 471 = 3. Configure S31x-LB = 472 472 473 473 == 3.1 Configure Methods ==