The following image shows the circuit diagram of the Smart Dustbin with Arduino. It is a very simple design as the project involves only three main components (Ultrasonic sensor, IR sensor and Servo ...
This repository contains the Arduino code for a wet waste separation dustbin. The code enables the dustbin to detect and separate wet waste from dry waste using various sensors and servo motor. The ...
- Ultrasonic Sensor (HC-SR04): Measures distance to detect objects within a close range. - Servo Motor: Opens and closes the dustbin lid based on detection. - Arduino Microcontroller: Processes data ...