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
-
... ... @@ -271,8 +271,11 @@ 271 271 Includes: 272 272 273 273 * [[General JSON format payload>>path:#General_Json]]. (Type=5) 274 + 274 274 * [[HEX format Payload>>path:#HEX_Payload]]. (Type=0) 276 + 275 275 * [[ThingSpeak Format>>path:#ThingSpeak_Payload]]. (Type=1) 278 + 276 276 * [[ThingsBoard Format>>path:#ThingsBoard_Payload]]. (Type=3) 277 277 278 278 ... ... @@ -420,6 +420,7 @@ 420 420 421 421 == 2.5 Humidity and Temperature alarm function == 422 422 426 + 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 450 + 451 + 452 + 453 +== 2.6 Trggier an uplink by external interrupt == 454 + 455 + 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: 458 +(% 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 460 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode 457 457 462 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt 458 458 459 - =3.Configure S31x-LB=464 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge 460 460 466 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge 467 + 468 +* (% style="color:#037691" %)**AT+INTMOD=3 **(%%) ~/~/Trigger by rising edge 469 + 470 + 471 + 472 + 473 + 474 += 3. Configure S31x-NB = 475 + 461 461 == 3.1 Configure Methods == 462 462 463 463 464 -S31x- LB supports below configure method:479 +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/]]. 482 + 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]]. 484 + 468 468 * LoRaWAN Downlink. Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section. 469 469 487 + 488 + 489 + 490 + 470 470 == 3.2 General Commands == 471 471 472 472