Elecbits Project: IoT based Smart Dustbin

Slides:



Advertisements
Similar presentations
DiceBot is a robot that throws a dice instead of human when detecting sound of clap. Dice.
Advertisements

Indian Institute of Technology Hyderabad 2 WHEEL SELF BALANCING BOT By Avinash Kommineni, Sai Kumar Reddy.
Senior Project Design Review Remote Visual Surveillance Vehicle (RVSV) Manoj Bhambwani Tameka Thomas.
EDGE™ MAV Control System Project # P09122 Concept Design Progress.
©2006 CSUC Institute for Research in Intelligent Systems Introduction to Coding June 15, 2006.
The NXT is the brain of a MINDSTORMS® robot. It’s an intelligent, computer-controlled LEGO® brick that lets a MINDSTORMS robot come alive and perform.
EDGE AVOIDER ROBOT USING I-BOT mini V3. EDGE AVOIDER USING I-BOT mini V3 Edge Avoider Robot is built using the IR based Line Detecting Module. The modules.
LINE FOLLOWER ROBOT USING I-BOT mini V3
To control the movement of a manual wheelchair by means of human voice for paralyzed patients. AIM:
SMART SOLAR TRACKING SYSTEM FOR OPTIMAL POWER GENERATION
Programming Concepts Part B Ping Hsu. Functions A function is a way to organize the program so that: – frequently used sets of instructions or – a set.
Mobile controlling robot. What is a Robot ? “A re-programmable, multifunctional manipulator designed to move material, parts, tools, or specialized devices.
Counting Servo Gear Teeth living with the lab Take apart one of your servos to see what it’s like on the inside. Count the number of teeth on each gear,
Java Programming The Ponytail Posse - FTC #8808 9/12/15.
ECE 477 Final Presentation Team 12  Spring 2013 Xirong Ye Zongyang Zhu Chun Ta Huang Libo Dong.
Lego MindStorm An Introduction to Blocks. Blocks Blocks are used to give instructions to your robot. There are many types of blocks You can use the blocks.
Forward Until Sound Program
PRIYADARSHINI SHRAVYA KAVYAA MOBILE CONTROLLED ROBOT USING DTMF ALLPPT.com _ Free PowerPoint Templates, Diagrams and Charts.
HUMAN CONTROLLED DEVICE WITH MACHINE INTERVENTION FOR COLLISION AVOIDANCE Jake KarlCSE321 Zac BergquistFALL 2010.
NXT Drag Racer Deanna Margo, Darrah Margo, Melissa Kinsman.
INTRODUCTION TO FBD - Function Block Diagram by ( LOGO ) Revision 2.
CAMLESS ELECTRONIC REGULATORY MODULE FOR A 4-S SINGLE CYLINDER I C ENGINE.
Robotic Navigation Distance Control Platform By: Scott Sendra Advisors: Dr. Donald R. Schertz Dr. Aleksander Malinowski December 9, 2003.
SUBMITTED BY LENIN C INTRODUCTION Railways - cheapest mode of transportation. Aims to avoid accidents. Using simple electronic components- automate.
PIC18F4431. PIC18F1330 Infrared Encoder/Decoder.
4) Design the logic to control the motor on a simple remote control car. There are two buttons on the remote control for the motor. If neither button is.
Robot Project by Ahmad Shtaiyat Supervised by Dr. Salem Al-Agtash.
Software Narrative Autonomous Targeting Vehicle (ATV) Daniel Barrett Sebastian Hening Sandunmalee Abeyratne Anthony Myers.
Fire Fighting Robotic Vehicle. Introduction:  It is designed to develop a fire fighting robot using RF technology for remote.
Forward Until Near Stop when near a wall.
ECE 445 Electronic Shoe Sizing Device Group 43: Robert McDonald, Eric Ayala, Siyan Guo May 3 rd, 2016.
Submitted By:.  Smart room is used mainly to reduce human efforts  Its also help to reduce the unnecessary power losses  Number of people in the hall.
What is Arduino? It's an open source electronics prototyping platform: Open source: resources that can be used, redistributed or rewritten free of charge,
EV3 Programming By Dianna de Matos.
Obstacle avoiding robot { pixel }
Automatic human detector garbage can.
BASIC ELECTRONICS & ROBOTICS Instructor: Humayun Rashid Raahat
War Field Spying Robot with Night Vision Wireless Camera
Learning Objective: to be able to design programs that use sequencing.
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
IMDL Presentation by Li Yang.
DT-Assessment Frame Work Term2
Eddie Chan Behnaz Ghouchani Golnaz Ghouchani
Chapter 5 Servomotor.
Learning Outcomes List all Edison’s Sensors and actions
Final Project Review Team LOM April 21, 2017.
Elecbits.
ECE 477 Design Review Group 10  Spring 2005 I, Robotic Waitress
ECE477 Senior Design Android Street Car PCB TCSP
DC motor.
Elecbits.
Elecbits.
XBEE CONTROLLED DC MOTORS
Elecbits Ultrasonic RADAR.
Elecbits Self-Balancing Robot.
Elecbits.
Aciequor Workshop spAts IIT Kharagpur.
Gesture Controlled Robot
Elecbits Smart Helmet.
Digital Smart Stethoscope
GSM Based weather station
Smart Irrigation System
Coding Edbot Dream with Scratch
I can control a motor and use a sensor
Midway Design Review Team 16 December 6,
Elecbits.
Designed by Hwandong Joo
DIFFERENTIAL ROBOT RoboKOS-11 Differential robot RoboKOS-1 BSc. eng. Jakup BERISHA.
Prepared by : TOLERA TAMIRU SAMSON NIGUSE Microcontroller based Fire Fighting Robot.
Presentation transcript:

Elecbits Project: IoT based Smart Dustbin

SMART DUSTBIN Description: Smart dustbin is an advanced dustbin which can move with the use of node MCU. The lid of smart dustbin will open just with a clap. In smart dustbin node MCU is used as microcontroller. Smart dustbin uses node MCU which acts as interface between smart dustbin and human with the use of a webpage. Webpage contains the buttons to ON or OFF the smart dustbin, control the movement and open or close the lid of dustbin. Smart dustbin also have wheels so that it can move. The movement is controlled by the webpage which instructs the node MCU and according to the input it further controls the movement of DC motors.

Block Diagram

Working Smart dustbin is a project which uses a servo motor to open and close the lid of the dustbin. The lid is opened and closed when it detects a clap. For this a sound detection sensor is used. The lid can also be opened or closed using a button on webpage. The smart dustbin moves using dc geared motors whose movements are controlled through webpage. The communication between webpage and dustbin is made using IOT. The Node MCU taking input from the webpage through IOT, instructs the Dustbin to move left, right, forward or backward.

Thank You