Changes for page wiki_test

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

From version 80.7
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
... ... @@ -271,11 +271,8 @@
271 271  Includes:
272 272  
273 273  * [[General JSON format payload>>path:#General_Json]]. (Type=5)
274 -
275 275  * [[HEX format Payload>>path:#HEX_Payload]]. (Type=0)
276 -
277 277  * [[ThingSpeak Format>>path:#ThingSpeak_Payload]]. (Type=1)
278 -
279 279  * [[ThingsBoard Format>>path:#ThingsBoard_Payload]]. (Type=3)
280 280  
281 281  
... ... @@ -423,7 +423,6 @@
423 423  
424 424  == 2.5 Humidity and Temperature alarm function ==
425 425  
426 -
427 427  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.
428 428  
429 429  
... ... @@ -446,48 +446,31 @@
446 446  * 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.**
447 447  
448 448  
445 +1.
446 +11. Trggier an uplink by external interrupt
449 449  
450 -
451 -
452 -
453 -== 2.6 Trggier an uplink by external interrupt ==
454 -
455 -
456 456  S31-NB has an external trigger interrupt function. Users can use the PB15 pin to trigger the upload of data packets.
457 457  
458 -(% style="color:blue" %)**AT command:**
450 +AT command:
459 459  
460 -* (% 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
461 461  
462 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%)   ~/~/Disable Interrupt
463 463  
464 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%)  ~/~/Trigger by rising and falling edge
459 += 3. Configure S31x-LB =
465 465  
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 -
476 476  == 3.1 Configure Methods ==
477 477  
478 478  
479 -S31x-NB supports below configure method:
464 +S31x-LB supports below configure method:
480 480  
481 481  * AT Command via Bluetooth Connection (**Recommended**): [[BLE Configure Instruction>>http://wiki.dragino.com/xwiki/bin/view/Main/BLE%20Bluetooth%20Remote%20Configure/]].
482 -
483 483  * 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 -
485 485  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
486 486  
487 -
488 -
489 -
490 -
491 491  == 3.2 General Commands ==
492 492  
493 493