Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshaysusanth/water-level-monitoring-and-alert-system
The system is designed to monitor water levels and provide real-time data to Ubidots, a cloud platform that allows you to visualize and analyze your IoT data.
https://github.com/akshaysusanth/water-level-monitoring-and-alert-system
arduino cpp internet-of-things iot microcontroller ubidots
Last synced: about 1 month ago
JSON representation
The system is designed to monitor water levels and provide real-time data to Ubidots, a cloud platform that allows you to visualize and analyze your IoT data.
- Host: GitHub
- URL: https://github.com/akshaysusanth/water-level-monitoring-and-alert-system
- Owner: AkshaySusanth
- Created: 2024-11-26T03:42:10.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-26T04:01:55.000Z (about 1 month ago)
- Last Synced: 2024-12-03T23:06:40.371Z (about 1 month ago)
- Topics: arduino, cpp, internet-of-things, iot, microcontroller, ubidots
- Language: C++
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Water-Level Monitoring and Alert System
![Water-Level Monitoring](https://img.shields.io/badge/Water--Level-Monitoring-blue) ![Ubidots](https://img.shields.io/badge/Ubidots-Integration-green) ![ESP8266](https://img.shields.io/badge/ESP8266-Compatible-orange)
A robust **Water-Level Monitoring and Alert System** leveraging an **ESP8266** module and **Ubidots IoT platform** for real-time monitoring and alerting. This project efficiently tracks water levels and sends alerts to ensure timely actions.
## 📋 Features
- **Real-Time Water Level Monitoring**: Continuously tracks the water level using sensors.
- **Alerts and Notifications**: Automatically sends alerts via Ubidots when the water level is low.
- **Wi-Fi Integration**: Uses ESP8266 to connect to your Wi-Fi network for seamless communication.
- **LED Indication**: Indicates critical water level conditions using an LED.
- **Customizable**: Easily adjustable for various use cases and thresholds.---
## 🛠️ Hardware Requirements
1. **ESP8266 Wi-Fi Module**
2. **Water-Level Sensors**
3. **LED**
4. Resistors and Jumper Wires
5. Breadboard or PCB for circuit assembly---
## 🖥️ Software Requirements
- **Arduino IDE**: For writing and uploading the firmware to the ESP8266.
- **Ubidots Account**: For IoT data storage and visualization.
- UbidotsMicroESP8266 library installed via Arduino Library Manager.---
## 🌐 Original Repository
[Water-Level-Monitoring-and-Alert-System](https://gitlab.com/akshaysusanth/water-monitoring-system)