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
1.1 Hardware Connection
LHT65N VDD <--> one wire of Door Sensor
LHT65N Interrupt Pin <--> one wire of Door Sensor
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.
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.
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.
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.
3.1 Hardware Connection
- LHT65N VDD <--> Sound vibration film red line
- LHT65N Interrupt Pin <--> sound vibration film black line
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
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:
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.
No comments for this page