Last modified by Mengting Qiu on 2025/09/02 18:33

From version 115.1
edited by Saxer Lin
on 2023/09/13 14:36
Change comment: There is no comment for this version
To version 114.1
edited by Saxer Lin
on 2023/09/13 14:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -392,7 +392,7 @@
392 392  
393 393  (% style="color:blue" %)**BAT (Battery Info):**
394 394  
395 -Check the battery voltage for PS-NB.
395 +Check the battery voltage for PS-NB-NA.
396 396  
397 397  Ex1: 0x0dde = 3550mV
398 398  
... ... @@ -418,7 +418,7 @@
418 418  
419 419  (% style="color:blue" %)**Probe Model:**
420 420  
421 -PS-NB might connect to different kind of probes, 4~~20mA represent the full scale of the measuring range. So a 12mA output means different meaning for different probe. 
421 +PS-NB-NA might connect to different kind of probes, 4~~20mA represent the full scale of the measuring range. So a 12mA output means different meaning for different probe. 
422 422  
423 423  **For example.**
424 424  
... ... @@ -536,7 +536,7 @@
536 536  == 2.4 Multi-Samplings and One uplink ==
537 537  
538 538  
539 -To save battery life, PS-NB will sample Idc_input & Vdc_input 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:
539 +To save battery life, PS-NB-NA will sample Idc_input & Vdc_input 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:
540 540  
541 541  * (% 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)
542 542  
... ... @@ -550,7 +550,7 @@
550 550  == 2.5 Trggier an uplink by external interrupt ==
551 551  
552 552  
553 -PS-NB has an external trigger interrupt function. Users can use the GPIO_EXTI pin to trigger the upload of data packets.
553 +PS-NB-NA has an external trigger interrupt function. Users can use the GPIO_EXTI pin to trigger the upload of data packets.
554 554  
555 555  (% style="color:blue" %)**AT command:**
556 556  
... ... @@ -565,6 +565,7 @@
565 565  * (% style="color:#037691" %)**AT+INTMOD=3  **(%%) ~/~/ Trigger by rising edge
566 566  
567 567  
568 +
568 568  == 2.6 Set Power Output Duration ==
569 569  
570 570  
... ... @@ -629,6 +629,7 @@
629 629  )))
630 630  
631 631  
633 +
632 632  == 2.7 Set the Probe Model ==
633 633  
634 634  
... ... @@ -660,6 +660,7 @@
660 660  |(% style="background-color:#f2f2f2; width:154px" %)AT +PROBE =0000|(% style="background-color:#f2f2f2; width:269px" %)Initial state, no settings.|(% style="background-color:#f2f2f2" %)OK
661 661  
662 662  
665 +
663 663  = 3. Configure PS-NB =
664 664  
665 665  == 3.1 Configure Methods ==