Making Dustbins Smarter

Hardware Solutions

What problems do you face the most about Dustbins? The Stink, right? What if Dustbins had a lid which could open automatically upon your arrival. Hereby reducing the stink and pest issues. No stray insects, no stray birds and animals spreading the Waste. Also, we tell if the Dustbin is already filled or not, and if it has exceeded maximum weight capacity. ( All this with ESP8266, Ultrasonic Sensor HC-SR04, Load Cell HX711. ) Just a small step towards a cleaner and greener planet.

Using Public Dustbins Smartly

Software Solutions

Ever wandered searching for a dustbin. Carrying around weight, finding trashcans? Here's a Solution. Finding DustBins near you. We keep track of your location and tell you about the Dustbins near you so that you could navigate around. Using your GPS and our Database which contains coordinates of different Dustbins at different locations, we find you the nearest Dustbins. Additionally, we tell you the distance between you and the Dustbins.

DUSTBINS NEAR YOU

Zoom in and out to adjust

Finding solutions for Waste Management.

Towards a Greener Tomorrow

HTML, CSS, JavaScript, JQuery, Firebase, Node MCU, Google APIs, UltraSonic Sensor, Load Cell A-N-D TEAMWORK :)

What Went Into Making this Project

var fireb=firebase.database().ref().child("Dustbin1").child("Db0").child("Weight"); fireb.on('value',function(datasnapshot){ alert(datasnapshot.val()); });