To monitor the fill levels of trash bins to optimize cleaning services and achieve more efficient waste management.
- ESP8266 WiFi Module
- Ultrasonic Sensor (HC-SR04)
- NodeMCU
- mDNS
- Web Server
- Fill Level Monitoring: The ultrasonic sensor measures the fill level of the trash bin and transmits this data to a web interface via the ESP8266 WiFi module.
- Real-Time Monitoring and Reporting: The web server allows real-time monitoring of the trash bin's fill level. Users can view the fill status of the trash bin at http://iot.local.
- LED Indicator: Visual indication of fill level with red and green LEDs. A red LED lights up when the fill level exceeds 70%, while a green LED lights up below this threshold.
- Easy Access: User-friendly web interface displays the fill level as a percentage and uses colored icons, enabling waste management teams to make quick decisions.
- Increased Efficiency: This system determines when trash bins need to be emptied, reducing unnecessary trips and fuel consumption, thus improving the efficiency of cleaning services.
This project aims to monitor the fill levels of trash bins using IoT technology. The ultrasonic sensor (HC-SR04) measures the distance inside the trash bin, and this data is transmitted to a web server via the ESP8266 module. The web server allows users to check the fill status of the trash bin from any device at any time. LED indicators provide visual alerts on-site, enabling quick response based on the fill level. This system makes trash collection operations more efficient and enhances environmental cleanliness.
Scheme and Circuit
Technologies
- Clone the repository:
git clone https://github.com/mxy963/Trashck.git