Ks0246 keyestudio EASY plug Steam Sensor
Revision as of 09:56, 25 July 2017 by Keyestudio (talk | contribs) (Created page with "==EASY plug Steam Sensor == <br>500px|frameless|thumb<br> ==Introduction== EASY plug Steam Sensor needs to be used with the EASY plug Control board V2.0...")
EASY plug Steam Sensor
Introduction
EASY plug Steam Sensor needs to be used with the EASY plug Control board V2.0control board.The module is connected to the analog input interface with only one line, which is very easy and convenient. Vapor Sensor is an analog sensor and can make a simple rainwater detector and liquid level switch. When humidity on the face of this sensor rises, output voltage will increase.
Caution: connection parts is non-waterproof, so please don’t put them into water.
Specification
- Working Voltage: 5V
- Working Current: <20mA
- Range of Working Temperature: -10℃~+70℃
- Interface Type: Analog Signal Output
- Weight:4.4g
Connection Diagram
Sample Code
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 through serial port printed delay(100); }
Result
When you detect different degree of humidity, the sensor reacts current value. Shown as following picture, the value is displayed on serial port when the sensor detects boiled.
Resources
Datasheet http://www.keyestudio.com/files/index/download/id/1500366068/