Changes for page wiki_test

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

From version 82.4
edited by Xiaoling
on 2023/08/19 13:53
Change comment: There is no comment for this version
To version 82.6
edited by Xiaoling
on 2023/08/19 13:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -298,6 +298,8 @@
298 298  
299 299  * Json entry 1 ~~ 8 are the last 1 ~~ 8 sampling data as specify by (% style="color:#037691" %)**AT+NOUD=8 ** (%%)Command. Each entry includes (from left to right): Temperature, Humidity, Sampling time.
300 300  
301 +
302 +
301 301  === 2.2.2 HEX format Payload(Type~=0) ===
302 302  
303 303  
... ... @@ -348,7 +348,6 @@
348 348  (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
349 349  
350 350  
351 -
352 352  (% style="color:blue" %)**Humidity:   **
353 353  
354 354  Read:0295(H)=661(D)    Value:  661 / 10=66.1, So 66.1%
... ... @@ -398,9 +398,9 @@
398 398  
399 399  To save battery life, S31-NB will sample temperature & humidity data every 15 minutes and send one uplink every 2 hours. So each uplink it will include 8 stored data + 1 real-time data. They are defined by:
400 400  
401 -* (% style="color:#037691" %)**AT+TR=900**   (%%) ~/~/  The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds)
402 +* (% style="color:#037691" %)**AT+TR=900**   (%%) ~/~/ The unit is seconds, and the default is to record data once every 900 seconds (15 minutes, the minimum can be set to 180 seconds)
402 402  
403 -* (% style="color:#037691" %)**AT+NOUD=8**  (%%)~/~/   The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
404 +* (% style="color:#037691" %)**AT+NOUD=8**  (%%)~/~/  The device uploads 8 sets of recorded data by default. Up to 32 sets of record data can be uploaded.
404 404  
405 405  The diagram below explains the relationship between TR, NOUD, and TDC more clearly:
406 406  
... ... @@ -417,12 +417,12 @@
417 417  
418 418  (% style="color:#037691" %)**AT+ SHHUM=min,max**
419 419  
420 -Example: AT+ SHHUM=50,80 ~/~/ Alarm when humidity lower than 50 or higher than 80.
421 +Example: AT+ SHHUM=50,80  ~/~/ Alarm when humidity lower than 50 or higher than 80.
421 421  
422 422  
423 423  (% style="color:#037691" %)**AT+ SHTEMP=min,max**
424 424  
425 -Example: AT+ SHTEMP=20,30 ~/~/ Alarm when temperature lower than 20 or higher than 30
426 +Example: AT+ SHTEMP=20,30  ~/~/ Alarm when temperature lower than 20 or higher than 30
426 426  
427 427  
428 428  (% style="color:red" %)**Notice:**
... ... @@ -440,15 +440,15 @@
440 440  
441 441  (% style="color:blue" %)**AT command:**
442 442  
443 -* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
444 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
444 444  
445 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt
446 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ Disable Interrupt
446 446  
447 -* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/Trigger by rising and falling edge
448 +* (% style="color:#037691" %)**AT+INTMOD=1 **(%%) ~/~/ Trigger by rising and falling edge
448 448  
449 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge
450 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/ Trigger by falling edge
450 450  
451 -* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/Trigger by rising edge
452 +* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
452 452  
453 453  
454 454  = 3. Configure S31x-NB =