Rain Detector Sensor YL-83
It uses droplet detection instead of signal-level threshold — NaveTECH & UNIR Series — Episode # 02
In this sketch, our goal is to create a simple rain detector — a basic version for now (V1). In the future, we plan to introduce a crucial feature that will enhance the accuracy of intensity calculations. Stay tuned for updates!
Based on: https://randomnerdtutorials.com/guide-for-rain-sensor-fc-37-or-yl-83-with-arduino/
The rain detector sensor is strategically positioned at a 45° angle. The innovative design, coupled with an internal heating element, ensures rapid surface drying. This feature is crucial for accurate intensity calculations. In this initial version, we aim to create a straightforward detector. Welcome aboard ☂!
Parts required
For this example, you’ll need:
- 1x Rain Sensor: FC-37 or YL-83
- Arduino UNO — read Best Arduino Starter Kits
- 1x Breadboard
- 2x 220 Ohm Resistors
- 1x Red LED
- 1x Green LED
- Jumper wires
How does it work?
When the board is on:
- Wet: the resistance increases, and the output voltage decreases; only the Green LED goes on.
- Dry: the resistance is lower, and the output voltage is higher; only the Red LED goes on.
The code:
The video:
👉GitHub repo
Credits & References
Guide for Rain Sensor FC-37 or YL-83 with Arduino by randomnerdtutorials.com
YL-83 Rain Sensor by https://makeradvisor.com/
Rain Detector DRD11A by vaisala.com
Yl-83 Rain Detector datasheet by vaisala.com
Capacitive Sensor and Transducer and Its Applications by electricaltechnology.org
Interfacing LM393 Voltage Comparator Module with Arduino by electropeak.com