Changes for page wiki_test

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

From version 81.3
edited by Xiaoling
on 2023/08/19 13:51
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
... ... @@ -299,6 +299,7 @@
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 301  
302 +
302 302  === 2.2.2 HEX format Payload(Type~=0) ===
303 303  
304 304  
... ... @@ -349,7 +349,6 @@
349 349  (FF3F & 8000:Judge whether the highest bit is 1, when the highest bit is 1, it is negative)
350 350  
351 351  
352 -
353 353  (% style="color:blue" %)**Humidity:   **
354 354  
355 355  Read:0295(H)=661(D)    Value:  661 / 10=66.1, So 66.1%
... ... @@ -367,7 +367,6 @@
367 367  
368 368  Type3 payload special design for ThingsBoard, it will also configure other default server to ThingsBoard.
369 369  
370 -
371 371  (% style="color:#4472c4" %)**{"IMEI":866207053462762,"temperature":29.2,"humidity":54.2,"battery":3.27,"signal":24}**
372 372  
373 373  
... ... @@ -378,7 +378,6 @@
378 378  
379 379  Temperature, Humidity, Battery & Signal. This payload type only valid for ThingsSpeak Platform
380 380  
381 -
382 382  As below:
383 383  
384 384  (% style="color:#4472c4" %)**field1=27.9&field2=49.9&field3=3.23&field4=28**
... ... @@ -389,29 +389,25 @@
389 389  
390 390  By default, Sensor will send uplinks (% style="color:blue" %)**every 2 hours**(%%) & AT+NOUD=8
391 391  
392 -
393 393  User can use below commands to change the (% style="color:blue" %)**uplink interval**.
394 394  
395 -(% style="color:#037691" %)**AT+TDC=600      ** (%%) ~/~/ Set Update Interval to 600s
392 +(% style="color:#037691" %)**AT+TDC=600 ** (%%) ~/~/ Set Update Interval to 600s
396 396  
397 -
398 398  User can also push the button for more than 1 seconds to activate an uplink.
399 399  
400 400  
401 -
402 -
403 403  == 2.4 Multi-Samplings and One uplink ==
404 404  
405 405  
406 406  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:
407 407  
408 -* (% 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)
409 409  
410 -* (% 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.
411 411  
412 412  The diagram below explains the relationship between TR, NOUD, and TDC more clearly:
413 413  
414 -[[image:file:///C:/Users/93456/AppData/Local/Temp/msohtmlclip1/01/clip_image001.png||alt="IMG_256"]]
408 +[[image:1692424376354-959.png]]
415 415  
416 416  
417 417  == 2.5 Humidity and Temperature alarm function ==
... ... @@ -424,12 +424,12 @@
424 424  
425 425  (% style="color:#037691" %)**AT+ SHHUM=min,max**
426 426  
427 -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.
428 428  
429 429  
430 430  (% style="color:#037691" %)**AT+ SHTEMP=min,max**
431 431  
432 -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
433 433  
434 434  
435 435  (% style="color:red" %)**Notice:**
... ... @@ -440,7 +440,6 @@
440 440  
441 441  
442 442  
443 -
444 444  == 2.6 Trggier an uplink by external interrupt ==
445 445  
446 446  
... ... @@ -448,18 +448,17 @@
448 448  
449 449  (% style="color:blue" %)**AT command:**
450 450  
451 -* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
444 +* (% style="color:#037691" %)**AT+INTMOD **(%%) ~/~/ Set the trigger interrupt mode
452 452  
453 -* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/Disable Interrupt
446 +* (% style="color:#037691" %)**AT+INTMOD=0 **(%%) ~/~/ Disable Interrupt
454 454  
455 -* (% 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
456 456  
457 -* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/Trigger by falling edge
450 +* (% style="color:#037691" %)**AT+INTMOD=2 **(%%) ~/~/ Trigger by falling edge
458 458  
459 -* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/Trigger by rising edge
452 +* (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
460 460  
461 461  
462 -
463 463  = 3. Configure S31x-NB =
464 464  
465 465  == 3.1 Configure Methods ==
... ... @@ -474,7 +474,6 @@
474 474  * LoRaWAN Downlink.  Instruction for different platforms: See [[IoT LoRaWAN Server>>http://wiki.dragino.com/xwiki/bin/view/Main/]] section.
475 475  
476 476  
477 -
478 478  == 3.2 General Commands ==
479 479  
480 480  
1692424376354-959.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Xiaoling
Size
... ... @@ -1,0 +1,1 @@
1 +146.1 KB
Content