Raindrops Detection Sensor Modue (FC-37) [S072]



https://www.youtube.com/watch?v=eqHk8fcdp6g


*GitHubhttps://github.com/rdiot/rdiot-s072.git


* Specs

Product use: rain, rain sensor, can be used for all kinds of weather monitoring, and translated into output signals and AO.

The sensor USES the high quality FR - 04 double material, large area of 5.5 * 4.0 CM, treatment of nickel plating and surface, have fight oxidation, electrical conductivity, and life has more superior performance;

The comparator output, signal clean, good waveform, driving ability is strong, for more than 15 mA;

With potentiometer sensitivity adjustment

The working voltage of 3.3 V to 5 V

The output format: digital switch output (0 and 1) and analog AO voltage output;

Has a fixed bolt hole, convenient installation

Small board PCB size: Approx. 3.2 cm x 1.5 cm

The LM393, use of wide voltage comparator


* Content

- Connect

L + ----- L +

R - ----- R -

 

A0 ----- A0

D0 ----- D2 (TTL ON/OFF)

GND ----- GND

VCC ----- 5V (3.3V~5V)


- Key Code

 nRainVal = analogRead(nRainIn);

  bIsRaining = !(digitalRead(nRainDigitalIn));

  if(bIsRaining)

  {    

    strRaining = "YES";  

  }  

  else

  {    

    strRaining = "NO";  

  }    

'2) Sensor > Water' 카테고리의 다른 글

G1/2 Water Flow Sensor (SEN-HZ21WA) [S135]  (0) 2016.09.07
Water Level Sensor v1.0 [S094]  (0) 2016.09.07
Water Level Sensor [S028]  (0) 2016.09.07
Posted by RDIoT
|