Ks0246 keyestudio EASY plug Steam Sensor

From Keyestudio Wiki
Revision as of 10:12, 15 November 2017 by Keyestudio (talk | contribs) (→‎Buy from)
Jump to navigation Jump to search

EASY plug Steam Sensor


thumb


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.

thumb

Specification

  • Working Voltage: 5V
  • Working Current: <20mA
  • Range of Working Temperature: -10℃~+70℃
  • Interface Type: Analog Signal Output
  • Weight:4.4g

Connection Diagram


thumb


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 the steam rose from boiled water.
thumb


Resources

PDF

https://drive.google.com/open?id=1XnoZiAUFd7R9szdJAM8j47OxiaaaGnWy

Buy from

Official Website

http://www.keyestudio.com/easy-plug-steam-sensor.html