Skip to content

Commit bebd347

Browse files
authored
Merge pull request #4220 from hack-embed/dev-en-s2100-water-leak
Add: SenseCAP S2100 + Water Leak Detector wiring tutorial
2 parents c3427f0 + 6f241aa commit bebd347

File tree

1 file changed

+45
-12
lines changed

1 file changed

+45
-12
lines changed

sites/en/docs/Sensor/SenseCAP/SenseCAP_Data_Logger/tutorial/How_to_Configure_the_Counter&GPIO_Sensor_for_S2100_Data_Logger.md

Lines changed: 45 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,38 @@ Wire sequence of Rain Gauge sensor:
125125

126126
We've finished the wiring at this point. Now, let's set up the S2100 and configure it on our APP
127127

128+
## Connect to the Water Leak Detector
129+
130+
Wire sequence of the water leak detector sensor:
131+
132+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/37.png"/></div>
133+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/38.png"/></div>
134+
135+
|Wire Type|Description|
136+
| --- | --- |
137+
|Red|V+|
138+
|Blue|NC (normally closed signal)|
139+
|Yellow|COM|
140+
|White|IN IO|
141+
|Brown|V-|
142+
143+
1. Pass the 5-core cable through the bottom cover, and connect it to the Data Logger base according to the wiring order requirements;
144+
145+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/39.png"/></div>
146+
147+
| **Sensor Wire Color** | **Function** | **Terminal on S2100** |
148+
| --- | --- | --- |
149+
| **Red** | Positive supply | **`5V OUT`** |
150+
| **Brown** | Negative supply | **`GND`** |
151+
| **Yellow** | Signal common | **`GND`** |
152+
| **White** | Digital switch signal | **`IO IN`** |
153+
| **Blue** | Normally closed signal | *(Leave unconnected and insulate with tape)* |
154+
155+
2. Reinstall the upper cover, rubber ring, and cable nut in sequence.
156+
157+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/41.png"/></div>
158+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/42.png"/></div>
159+
128160
# Setup the S2100
129161

130162
## Connect to Sensor to App
@@ -135,16 +167,21 @@ We've finished the wiring at this point. Now, let's set up the S2100 and configu
135167

136168
2. Please select "S2100 Data Logger".
137169

138-
Please click the "Setup" button to turn on Bluetooth and click "Scan" to start scanning the sensor's Bluetooth.
170+
Please click the "User" button to enter User Settings, and then click "Bluetooth Configuration" to start scanning the sensor's Bluetooth.
171+
172+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/50.png"/></div>
139173

140-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/17.png"/></div>
141-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/18.png"/></div>
174+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/51.png"/></div>
142175

143176
3. Select the Sensor by S/N (S/N is on the front label of the sensor). Then, the basic information of the sensor will be displayed after entering.
144177

145-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/19.png"/></div>
178+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/52.png"/></div>
146179

147-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/20.png"/></div>
180+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/53.png"/></div>
181+
182+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/54.png"/></div>
183+
184+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/55.png"/></div>
148185

149186
4. Enter configuration mode after Bluetooth connection is successful: LED flashes at 2s frequency.
150187

@@ -160,22 +197,18 @@ Here we select the "SenseCAP for Helium" or "SenseCAP for TTN". The Frequency Pl
160197

161198
SenseCAP for TTN platform needs to be used with SenseCAP LoRaWAN outdoor [gateway](https://www.seeedstudio.com/LoRaWAN-Gateway-EU868-p-4305.html)
162199

163-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/21.png"/></div>
200+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/56.png"/></div>
164201

165202
### Set the Interval
166203

167204
The working mode of device: wake up the device every interval and collect measurement values and upload them through LoRa.
168205

169-
For example, the device collects and uploads data **every 60 minutes by default**.
170-
171-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/22.png"/></div>
206+
For example, the device collects and uploads data **every 5 minutes by default**.
172207

173208
### Set the Packet Policy
174209

175210
The sensor uplink packet strategy has three modes, we select 1N here or you can according to your own requirement.
176211

177-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/23.png"/></div>
178-
179212
| **Parameter** | **Description** |
180213
| --- | --- |
181214
| 2C+1N (default) | 2C+1N (2 confirm packets and 1 none-confirm) is the best strategy, the mode can minimize the packet loss rate, however the device will consume the most data packet in TTN, or date credits in Helium network. |
@@ -186,7 +219,7 @@ The sensor uplink packet strategy has three modes, we select 1N here or you can
186219

187220
When selecting the SenseCAP platform, you must use the fixed EUI/App EUI/App Key. Therefore, you need to restore the factory Settings before switching back to the SenseCAP platform from other platforms.
188221

189-
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/24.png"/></div>
222+
<div align="center"><img width={400} src="https://files.seeedstudio.com/wiki/SenseCAP-S2110/Counter_GPIO_Sensor/57.png"/></div>
190223

191224
When we make a mistake or want to reset everything, we can click the button. The device will be restored to the factory's default configuration.
192225

0 commit comments

Comments
 (0)