Changes for page wiki_test

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

From version 93.2
edited by Mengting Qiu
on 2023/09/21 11:27
Change comment: There is no comment for this version
To version 95.1
edited by Mengting Qiu
on 2023/09/21 15:54
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -411,48 +411,42 @@
411 411  )))
412 412  
413 413  (((
414 -Uplink payload includes in total 8 bytes.
414 +Uplink payload includes in total 21 bytes.
415 415  )))
416 416  
417 417  (% border="1" cellspacing="5" style="background-color:#f2f2f2; width:510px" %)
418 -|=(% style="width: 95px; background-color:#4F81BD;color:white" %)Size(bytes)|=(% style="width: 61px; background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)1|=(% style="background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)1
419 -|(% style="width:95px" %)Value|(% style="width:61px" %)[[BAT>>||anchor="H2.3.1A0BatteryInfo"]]|(((
420 -[[Distance>>||anchor="H2.3.2A0Distance"]]
421 -(unit: mm)
422 -)))|[[Digital Interrupt (Optional)>>||anchor="H2.3.3A0InterruptPin"]]|(((
423 -[[Temperature (Optional)>>||anchor="H2.3.4A0DS18B20Temperaturesensor"]]
424 -)))|[[Sensor Flag>>||anchor="H2.3.5A0SensorFlag"]]
418 +|=(% style="width: 95px; background-color:#4F81BD;color:white" %)Size(bytes)|=(% style="width: 61px; background-color:#4F81BD;color:white" %)8|=(% style="width: 61px; background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)1|=(% style="background-color: rgb(79, 129, 189); color: white; width: 49px;" %)1|=(% style="background-color: rgb(79, 129, 189); color: white; width: 79px;" %)1|=(% style="background-color:#4F81BD;color:white" %)2|=(% style="background-color:#4F81BD;color:white" %)4
419 +|(% style="width:95px" %)Value|(% style="width:61px" %)f+IMEI|(% style="width:61px" %)Ver|(% style="width:61px" %)[[BAT>>||anchor="H2.3.1A0BatteryInfo"]]|(% style="width:61px" %)(((
420 +Singal
425 425  
426 -=== 2.3.1  Battery Info ===
422 +Strength
423 +)))|(% style="width:49px" %)Mod|(% style="width:79px" %)[[Digital Interrupt >>||anchor="H2.3.2A0Interrupt"]]|(% style="width:61px" %)[[Distance>>||anchor="H2.3.3A0Distance"]](unit: mm)|(% style="width:61px" %)(((
424 +Timestamp
427 427  
426 +
427 +)))
428 428  
429 -Check the battery voltage for DDS45-NB.
429 +If the cache upload mechanism is turned on, you will receive the payload shown in the figure below.
430 430  
431 -Ex1: 0x0B45 = 2885mV
431 +(% border="1" cellspacing="5" style="background-color:#f2f2f2; width:512px" %)
432 +|(% style="width:115px" %)**Frame header**|(% style="width:118px" %)**Frame data(1)**|(% style="width:116px" %)**Frame data(2)**|(% style="width:39px" %)**F…**|(% style="width:117px" %)**Frame data(X)**
432 432  
433 -Ex2: 0x0B49 = 2889mV
434 +(% class="wikigeneratedid" %)
435 +=== ===
434 434  
437 +=== 2.3.1  Battery Info ===
435 435  
436 -=== 2.3.2  Distance ===
437 437  
440 +Check the battery voltage for DDS45-NB.
438 438  
439 -(((
440 -Get the distance. Flat object range 30mm - 4500mm.
441 -)))
442 +Ex1: 0x0B45 = 2885mV
442 442  
443 -(((
444 -For example, if the data you get from the register is **0x0B 0x05**, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** **
444 +Ex2: 0x0B49 = 2889mV
445 445  
446 -(% style="color:blue" %)**0B05(H) = 2821 (D) = 2821 mm.**
447 -)))
448 448  
449 -* If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
447 +=== 2.3.2  Interrupt ===
450 450  
451 -* If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
452 452  
453 -=== 2.3.3  Interrupt Pin ===
454 -
455 -
456 456  This data field shows if this packet is generated by interrupt or not.
457 457  
458 458  **Example:**
... ... @@ -462,28 +462,24 @@
462 462  0x01: Interrupt Uplink Packet.
463 463  
464 464  
465 -=== 2.3.4  DS18B20 Temperature sensor ===
459 +=== 2.3.3  Distance ===
466 466  
467 467  
468 -This is optional, user can connect external DS18B20 sensor to the +3.3v, 1-wire and GND pin . and this field will report temperature.
462 +(((
463 +Get the distance. Flat object range 30mm - 4500mm.
464 +)))
469 469  
470 -**Example**:
466 +(((
467 +For example, if the data you get from the register is **0x0B 0x05**, the distance between the sensor and the measured object is(% style="color:#4472c4" %)** **
471 471  
472 -If payload is: 0105H:  (0105 & FC00 == 0), temp = 0105H /10 = 26.1 degree
469 +(% style="color:blue" %)**0B05(H) = 2821 (D) = 2821 mm.**
470 +)))
473 473  
474 -If payload is: FF3FH :  (FF3F & FC00 == 1) , temp = (FF3FH - 65536)/10 = -19.3 degrees.
472 +* If the sensor value is 0x0000, it means system doesn't detect ultrasonic sensor.
475 475  
474 +* If the sensor value lower than 0x001E (30mm), the sensor value will be 0x00.
476 476  
477 -=== 2.3.5  Sensor Flag ===
478 -
479 -
480 480  (((
481 -0x01: Detect Ultrasonic Sensor
482 -)))
483 -
484 -(((
485 -0x00: No Ultrasonic Sensor
486 -
487 487  
488 488  )))
489 489