Table of Contents:

1.Door sensor

Application: Connect to Door Sensor detect door open / close and send to IoT server

Sensor Type: Normal Close Type Door Sensor as below

image-20240424100239-8.png

1.1 Hardware Connection

  • LHT65N VDD <--> one wire of Door Sensor

  • LHT65N Interrupt Pin <--> one wire of Door Sensor

image-20240424100415-9.png

1.2 Software Configuration

       Set LHT65N to Interrupt Mode so device will uplink when there is open/close event

  • AT Command : AT+EXT=4,1 

  • Downlink Command: 0xA20401 :   Same as AT+EXT=4,1

      Enlarge the TDC time so LHT65N will send Keep Alive message every 24 hours so to save battery life. 

  • AT Command :AT+TDC=86400000

  • Downlink Command:  0x01015180   Same as AT+TDC=86400000

1.3 Test Result

Move the magnet part to generate Open / Close event and check the uplink packet in the platform. 

image-20240424100951-10.jpeg

image-20240424100951-11.png

1.4 Power Consumption Notice

Connect a Normal Close Door Sensor won't increase sleep current (~6uA). The power consumption mainly depends on the how many open/close event happen every day. 

2. Water Sensor

Application: Connect to Water leakage Sensor detect door open / close and send to IoT server

2.1 Hardware Connection

  • LHT65N VDD <--> one wire of water leakage Sensor
  • LHT65N Interrupt Pin <--> one wire of water leakage Sensor

2.2  Software Configuration

    Set LHT65N to Interrupt Mode so device will uplink when there is open/close event

  • AT Command : AT+EXT=4,1 
  • Downlink Command:  0xA20401 :   Same as AT+EXT=4,1

    Enlarge the TDC time so LHT65N will send Keep Alive message every 24 hours so to save battery life. 

  • AT Command :AT+TDC=86400000
  • Downlink Command:  01015180  Same as AT+TDC=86400000

2.3 Test Result

Partial contact of the sensor probe with water generates open/close events and checks for upstream packets in the platform.

image-20240424101908-12.png

image-20240424101927-13.png

2.4 Power Consumption Notice

  • Connecting the water leak sensor increases the sleep current (~40uA). When using a water leak sensor, the battery life will be reduced.

image-20240424102048-14.png

When the probe comes into contact with water, it will increase the low power consumption by about 300uA. 

Then when it is out of contact with water, the power consumption will slowly drop. The reason for the slow drop is that there are water beads hanging on the surface of the probe. When it dries, It will reduce power consumption.

3 Smoke Sensor

Application:  Mainly suitable for hotels, warehouses, guesthouses, restaurants, hostels, factories, oil field well teams, prefabricated houses and other public places.When it is detected that the smoke in the air reaches a certain concentration value, an alarm signal is triggered immediately. False alarms are likely to occur when dew, oil smoke, water vapor, sudden temperature changes, corrosive gases, strong airflow or air conditioning, or outdoor environments occur.

  • Technical Notes:
Parameter nameExplanation
PowerDC 3V(Two 1.5V alkaline batteries)
Indicator lightsIt will flash once every minute in the monitoring state, and it will stay on when smoke is detected.
Working temperature-10℃~+50℃
Working humidity≤95% (Under 40℃ working environment)

3.1 Hardware Connection

  • LHT65N VDD <--> Sound vibration film red line
  • LHT65N Interrupt Pin <--> sound vibration film black line

image-20240428090354-1.jpeg

3.2 Software Configuration

Set LHT65N to Interrupt Mode so device will uplink when there is open/close event

  • AT Command : AT+EXT=4,1 
  • Downlink Command:  0xA20401 :   Same as AT+EXT=4,1

Enlarge the TDC time so LHT65N will send Keep Alive message every 24 hours so to save battery life. 

  • AT Command :AT+TDC=86400000
  • Downlink Command:  01015180  Same as AT+TDC=86400000

3.3 Test Result

image-20240428090354-2.png

image-20240428090354-3.png

When triggered, the node will send data packets twice. When it is not triggered or the trigger ends, it needs to wait for the TDC time to send data packets.

3.4 Power Consumption Notice

When there is smoke detect, the smoke sensor will be trigger , there will be sound from speaker and trigger the LHT65N to send uplink

4. SOS switch sensor

Application:Connected to the SOS switch, the sensor detects whether an alarm is triggered and sends it to the IoT server.

When the red button is pressed, 1 and 2 are connected, and 1 and 3 are disconnected. When you release your hand, the red button automatically pops up, 1 and 2 are disconnected, 1 and 3 are connected, and it automatically resets without a key; This emergency help button is used for emergencies or emergencies. Press this red button to give an alarm and SOS emergency call (COM is 1, NO is 2, NC is 3)

4.1 Hardware Connection

LHT65N VDD <---> COM port of the SOS button

LHT65N Interrupt Pin <--> The NO port of the SOS button

image-20240429133616-4.jpeg

4.2 Software Configuration

Set LHT65N to Interrupt Mode so device will uplink when there is open/close event

  • AT Command : AT+EXT=4,1 
  • Downlink Command:  0xA20401 :   Same as AT+EXT=4,1

Enlarge the TDC time so LHT65N will send Keep Alive message every 24 hours so to save battery life. 

  • AT Command :AT+TDC=86400000
  • Downlink Command:  01015180  Same as AT+TDC=86400000

4.3 Test Result

image-20240429133616-5.jpeg

Note: When the LHT65N triggers an interrupt packet, it needs to wait 6s before a new trigger is generated.

When the button is pressed, the SOS button will be triggered, and the LHT65N will also be triggered to send the uplink signal.

4.4 Power Consumption Notice

Connect SOS button Sensor won't increase sleep current (~6uA). The power consumption mainly depends on the how many open/close event happen every day.

 

Tags:
    
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0