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
-
... ... @@ -199,6 +199,7 @@ 199 199 * (% style="color:blue" %)**AT+SERVADDR=120.24.4.116,5683 ** (%%)~/~/ to set CoAP server address and port 200 200 * (% style="color:blue" %)**AT+URI=5,11,"mqtt",11,"coap",12,"0",15,"c=text1",23,"0" ** (%%) ~/~/Set COAP resource path 201 201 202 + 202 202 For parameter description, please refer to AT command set 203 203 204 204 [[image:1657249793983-486.png]] ... ... @@ -313,9 +313,10 @@ 313 313 * Interrupt: 0x00 = 0 314 314 315 315 316 -== 2.4 Payload Explanation and Sensor Interface == 317 317 318 318 319 +== 2.4 Payload Explanation and Sensor Interface == 320 + 319 319 === 2.4.1 Device ID === 320 320 321 321 By default, the Device ID equal to the last 6 bytes of IMEI. ... ... @@ -436,11 +436,12 @@ 436 436 437 437 === 2.4.8 Digital Interrupt === 438 438 439 -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. 440 440 442 +Digital Interrupt refers to pin **GPIO_EXTI**, and there are different trigger methods. When there is a trigger, the NSE01 will send a packet to the server. 443 + 441 441 The command is: 442 442 443 - (% 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]])**.**446 +**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]]**).** 444 444 445 445 446 446 The lower four bits of this data field shows if this packet is generated by interrupt or not. [[Click here>>||anchor="H"]] for the hardware and software set up. ... ... @@ -454,14 +454,16 @@ 454 454 455 455 456 456 460 + 457 457 === 2.4.9 +5V Output === 458 458 459 -NSE01 will enable +5V output before all sampling and disable the +5v after all sampling. 460 460 464 +NSE01 will enable +5V output before all sampling and disable the +5v after all sampling. 461 461 466 + 462 462 The 5V output time can be controlled by AT Command. 463 463 464 -(% style="color:blue" %) **AT+5VT=1000**469 +**(% style="color:blue" %)AT+5VT=1000** 465 465 466 466 Means set 5V valid time to have 1000ms. So the real 5V output will actually have 1000ms + sampling time for other sensors. 467 467