Changes for page NDDS75 -- NB-IoT Distance Detect Sensor User Manual
Last modified by Bei Jinggeng on 2024/05/31 09:53
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -449,7 +449,7 @@ 449 449 === 2.4.6 Soil Temperature === 450 450 451 451 ((( 452 -Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is __**0x09 0xEC**__, the temperature content in the soil is 452 + Get the temperature in the soil. The value range of the register is -4000 - +800(Decimal), divide this value by 100 to get the temperature in the soil. For example, if the data you get from the register is __**0x09 0xEC**__, the temperature content in the soil is 453 453 ))) 454 454 455 455 ((( ... ... @@ -490,35 +490,21 @@ 490 490 491 491 === 2.4.8 Digital Interrupt === 492 492 493 -((( 494 494 Digital Interrupt refers to pin (% style="color:blue" %)**GPIO_EXTI**(%%), and there are different trigger methods. When there is a trigger, the NSE01 will send a packet to the server. 495 -))) 496 496 497 -((( 498 498 The command is: 499 -))) 500 500 501 -((( 502 502 (% style="color:blue" %)**AT+INTMOD=3 **(%%) ~/~/(more info about INMOD please refer [[**AT Command Manual**>>url:https://www.dragino.com/downloads/downloads/NB-IoT/NBSN95/DRAGINO_NBSN95-NB_AT%20Commands_v1.1.0.pdf]])**.** 503 -))) 504 504 505 505 506 -((( 507 507 The lower four bits of this data field shows if this packet is generated by interrupt or not. Click here for the hardware and software set up. 508 -))) 509 509 510 510 511 -((( 512 512 Example: 513 -))) 514 514 515 -((( 516 516 0x(00): Normal uplink packet. 517 -))) 518 518 519 -((( 520 520 0x(01): Interrupt Uplink Packet. 521 -))) 522 522 523 523 524 524