From 7e390d8610ece10efccb9fc344af676a4e0ca8b0 Mon Sep 17 00:00:00 2001 From: Dumpling-girl <102622945+Dumpling-girl@users.noreply.github.com> Date: Wed, 28 Feb 2024 22:42:33 +0100 Subject: [PATCH] Adding sensor Dragino LWL02 LoRaWAN Water Leak Sensor dding sensor Dragino LWL02 LoRaWAN Water Leak Sensor #Solana Scribes 2024 --- ...or Dragino LWL02 LoRaWAN Water Leak Sensor | 61 +++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 Adding sensor Dragino LWL02 LoRaWAN Water Leak Sensor diff --git a/Adding sensor Dragino LWL02 LoRaWAN Water Leak Sensor b/Adding sensor Dragino LWL02 LoRaWAN Water Leak Sensor new file mode 100644 index 000000000..546ac8078 --- /dev/null +++ b/Adding sensor Dragino LWL02 LoRaWAN Water Leak Sensor @@ -0,0 +1,61 @@ +--- +id: LWL02 +title: LWL02 +pagination_label: LWL02 +sidebar_label: LWL02 +description: LWL02 -- LoRaWAN Water Leak Sensor +image: img/network-iot/devices/ready-to-use/dragino/lwl02.jpg +slug: /network-iot/devices/ready-to-use/dragino/lwl02 +--- + +import useBaseUrl from '@docusaurus/useBaseUrl' + +## LWL02 + +LWL02 -- LoRaWAN Water Leak Sensor + +The Dragino LWL02 is a LoRaWAN Water Sensor. When there is water between the two metal probes, the LWL02 indicates a water leak event and uplinks to an LNS server via a LoRaWAN network. The LWL02 will send periodic data every day as well as for each water leak event. It also counts the water leak times and calculates the last water leak duration. Users can also disable the uplink for each water leak event, instead, the device can count each event and uplink periodically. + + + +### Resources + +- [Product Page](https://www.dragino.com/products/lorawan-nb-iot-door-sensor-water-leak/item/180-lwl02.html) +- [Datasheet](https://www.dropbox.com/sh/ozt1ck3ckgil7ma/AACPmQNKEq1w2gXwfEgTWIlka/Datasheet_LWL02_Water_Leak_Sensor.pdf?dl=0) +- [Manual](http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/LWL02%20-%20LoRaWAN%20Door%20Sensor%20User%20Manual/) + +### Specifications + +#### LoRaWAN device type: + +- Class A end-device + +#### Sensors: + +- water leak + +#### Dimensions: + +**Device:** +- width: 29.2 mm +- length: 69.2 mm +- height: 15 mm + +**Water leak detect probe:** +- width: 15 mm +- length: 50 mm +- diameter metal probe: 5 mm +- length metal probe: 13 mm + +#### Weight: + +- 50 grams (without batteries) + +#### Battery: + +- type: 2x AAA (LR03) +- replaceable: true + +--- + +Content generated from [LoRaWAN-devices](https://github.com/TheThingsNetwork/lorawan-devices)