Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roycuadra/iot-based-flood-detection-system
The IoT based flood detection with Blynk Integration code allows you to monitor distance measurements of water using an ultrasonic sensor connected to an ESP8266 microcontroller.
https://github.com/roycuadra/iot-based-flood-detection-system
blynk esp8266 iot ultrasonic-sensor
Last synced: about 6 hours ago
JSON representation
The IoT based flood detection with Blynk Integration code allows you to monitor distance measurements of water using an ultrasonic sensor connected to an ESP8266 microcontroller.
- Host: GitHub
- URL: https://github.com/roycuadra/iot-based-flood-detection-system
- Owner: roycuadra
- License: mit
- Created: 2023-12-11T12:43:12.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T15:46:12.000Z (4 months ago)
- Last Synced: 2024-07-30T19:52:34.922Z (4 months ago)
- Topics: blynk, esp8266, iot, ultrasonic-sensor
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IoT-based-flood-detection-system
## Video Demonstration
Check this out [Video Demonstration](https://www.dropbox.com/scl/fi/6d9z8aix0gbp1qhpmv21a/409693917_863510845313476_5007686960907421415_n.mp4?rlkey=ojz26zqldq43wn1byotfap7xr&st=ifp044dm&dl=0)## Description
- The IoT based flood detection with Blynk Integration code allows you to monitor distance measurements of water using an ultrasonic sensor connected to an ESP8266 microcontroller.
- The measured distance in both centimeters and inches is displayed on the Blynk app for real-time visualization. Additionally, LEDs and a buzzer provide visual and audible alerts based on predefined distance conditions.## Hardwares
- ESP8266 microcontroller
- Ultrasonic sensor (HC-SR04)
- RGB LED
- Jumper Wires
- Breadboard
- Buzzer
## LicenseThis project is open-source and available under the MIT License. See the [LICENSE](LICENSE) file for more details.