Ks0246 keyestudio EASY plug Steam Sensor: Difference between revisions
Keyestudio (talk | contribs) No edit summary |
Keyestudio (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
[[image: | [[image:Ks0246图.jpg|thumb|600px|right|Keyestudio EASY plug Steam Sensor ]] | ||
==Introduction== | ==Introduction== | ||
Line 46: | Line 45: | ||
==What You Should See== | ==What You Should See== | ||
When detect the different degree of humidity, the sensor outputs different value. If the sensor’s sensing area detects a water drop, the analog value will be displayed on monitor window. | When detect the different degree of humidity, the sensor outputs different value. If the sensor’s sensing area detects a water drop, the analog value will be displayed on monitor window. | ||
<br>[[File: | <br>[[File:ks0246 Result.gif|500px|frameless|thumb]]<br> | ||
<br> | <br> |
Revision as of 13:26, 16 November 2018
Introduction
Keyestudio steam sensor is an analog sensor and can make a simple rainwater detector and liquid level switch. When humidity on the surface of the sensor goes up, the output voltage will increase.
Warning: The connector is not waterproof, please be careful not to put the connector directly in water.
The module can be connected to the analog input interface with only one line, which is very easy and convenient.
Features
- Connector: Easy plug
- Working Voltage: 5V
- Working Current: <20mA
- Working Temperature: -10℃~+70℃
- Interface Type: Analog Signal Output
Technical Details
- Dimensions: 35mm*24mm*18mm
- Weight: 4.6g
Connect It Up
Connect the EASY Plug steam sensor to control board using an RJ11 cable. Then connect the control board to your PC with a USB cable.
Upload the Code
Copy and paste below code to Arduino IDE and upload.
void setup() { Serial.begin(9600); //open serial port, and set baud rate at 9600bps } void loop() { int val; val=analogRead(0); //plug vapor sensor into analog port 0 Serial.print("Moisture is "); Serial.println(val,DEC); //read analog value printed on serial port delay(100); }
What You Should See
When detect the different degree of humidity, the sensor outputs different value. If the sensor’s sensing area detects a water drop, the analog value will be displayed on monitor window.
Resources
PDF
https://drive.google.com/open?id=1XnoZiAUFd7R9szdJAM8j47OxiaaaGnWy
Buy from
Official Website
http://www.keyestudio.com/easy-plug-steam-sensor.html