SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2421
IOT Based Swachch Bharat Abhiyan
Kunal Yogeshkumar Parikh1, Brajesh Kumar2, Vijay Raval3
1R & D Engineer, Dept. Of R & D, Hermes Technology PVT. LTD., Gandhinagar, Gujarat, India
2Director, R & D Engineer, Hermes Technology PVT. LTD., Gandhinagar, Gujarat, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Nowadays numbers of actions are taken to
improve the level of healthiness and cleanliness in thecountry.
People are getting more and more active in doing all the
things possible to clean and healthy their surroundings.
Various actions are also taken by the government to increase
cleanliness like “Swachch Bharat Abhiyan”. By this project
and Research paper, we tried to build an IOT systemwhichwill
notify the corporations continuously by sending data toserver
and to empty the bin/dustbin on time by SMS. InthisIOTbased
system, we will put an Ultrasonic sensor with PIC18F4550
microcontroller, on top of the garbage bin which will detect
the different levels of garbage inside it according to the total
size of the dustbin. When the garbage will reach themaximum
level, a notification will be sent to the corporation's office by
Text Message, and then the employees can takefurtheractions
to empty the dustbin [1]. This IOT based system will help in
cleaning the India in a better way.
Key Words: PIC Microcontroller; PIC18F4550; Dustbin;
Ultrasonic Sensor; ADC; LCD Display; GSM; TCP;
Thingspeak; ThingView
1. INTRODUCTION
The idea of this project came from the current scenario of
dustbin in our areas. This is also shown in below figure 1.1.
Due to overflow of dustbin by garbage, the environmentand
our society will be unhealthy. To overcome from this, this
project can be helpful.
Fig -1.1: Current scenario of Dustbin in our area
IoT or Internet Things refers to the network of connected
physical objects that can communicate and exchange data
among themselves without any human intervention. Any
object in the physical world which can be provided with an
IP address to enable data transmission over a network can
be made part of IoT system by embedding them with
electronic hardware such as sensors, software and
networking gear. IoT is different than Internet as in a way it
transcends Internet connectivity by enabling everyday
objects that utilizes embedded circuits to interact and
communicate with each other utilizing the current Internet
infrastructure [1]
PIC is a microcontroller family developed by Microchip
Technology and has wide range of uses in embedded
systems. The “PIC” originally was referred to Peripheral
Interface Controller [2, 3]. It is widely used in many
applications like home automation, electric motor
controlling, health monitoring, etc.
Sensors are Electronic devices that detect and respond to
some type of input from the physical environment. Sensor
modules have extra electronic circuitry along with a sensor
that helps interface them with microcontroller.
The ultrasonic sensor works on the principle of SONAR and
RADAR system which is used to determine the distancetoan
object. An ultrasonic sensor generates the high-frequency
sound (ultrasound) waves. When this ultrasound hits the
object, it reflects as echo which is sensed by the receiver as
shown in below figure 1.2.
Fig -1.2: Ultrasonic Working Principle [2]
By measuring the time required for the echo to reach to the
receiver, we can calculate the distance. This is the basic
working principle of Ultrasonic module to measuredistance.
Once we get the time we can calculate distance from the
speed of sound. HC-SR04 can measure up to rangefrom2cm
- 400 cm [2].
SIM800 enables GPRS to embedded applications. The
Transmission Control Protocol (TCP) is standard transport
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2422
layer internet protocol which used in establishing and
maintaining communication in between a server and client
which is used in IOT (Internet of Things) embedded
applications [2].
ThingSpeak server is an open data platform and API for the
Internet of Things that enables you to collect, store, analyze,
visualize, and act on data from sensors.
ThingView enables you to visualize your ThingSpeak
channels in an easy way, just enter the channel ID and you
are ready to go.
The paper is organized as follows: Section 1 discuss about
the introduction of IOT based Swachch Bharat Abhiyan.
Section 2, gives a detailed block diagram with the materials
used for this project. A section 3 talk about the Experimental
setup of complete project with the result on ThingSpeak
Server & ThingView App. Section 4 is for the conclusion of
the entire project. At last References are mentioned.
2. BLOCK DIAGRAM
Here we are going to develop IOT based Swachch Bharat
Abhiyan project using MPLAB X IDE with XC8 compiler and
flash the PIC18f4550 chip using PIC kit3. MPLABX IDE is an
Integrated Development Environmentwhichisdevelopedby
Microchip which is used to develop a code for PIC
microcontrollers.
The block diagram of complete IOT based Swachch Bharat
Abhiyan project is shown in below figure 2.
Fig -2.1: Block Diagram of Complete Project
Hardware Part: PIC18F4550 microcontroller is used as
heart of the system. PIC is a microcontroller family
developed by Microchip Technology and has wide range of
usesin embedded systems. The “PIC” originallywasreferred
to Peripheral Interface Controller [2,3]. This PIC
Development board will be at top of the Dustbin.So,oncethe
garbage will be added into the dustbin,Ultrasonicsensorwill
measure the distance from top.
Fig -2.2: Ultrasonic module HC – SR04 [1]
HC-SR-04 hasan ultrasonic transmitter,receiver,andcontrol
circuit. In an ultrasonic module HCSR04, we have to give
trigger pulse, so that it will generate ultrasoundoffrequency
40 kHz. After generating ultrasound i.e. 8 pulses of 40 kHz, it
makes echo pin high [2]. Echo pin remains high until it does
not get the echo sound back. So the width of echo pin will be
the time for sound to travel to the object and return. The
waveform is given in below Figure 2.3.
Fig -2.3: Ultrasonic Timing Diagram [2]
The level of garbage in a dustbin will be display on 16 * 2
LCD display. The connection of each pin with PIC
Microcontroller is shown in below Figure 2.4.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2423
Fig -2.4: Connection of LCD Display with uC
SIM800 Modem can work with any GSM network operator
SIM card just like a mobile phone with itsown unique phone
number. SIM800 GSM/GPRS modem is plugandplaymodem
with RS232 serial communication supported. Hence
Advantage of using this modem will be that its RS232 port
can be used to communicate and develop embedded
applications.
Fig -2.5: SIM800 GSM MODEM [2]
Applications like SMS Control, data transfer, remote control
and logging can be developed. SIM800 modem uses AT
commands to work with supported features [2].
The Transmission Control Protocol (TCP) is standard
transport layer internet protocol which used in establishing
and maintaining communication in between a server and
client which is used in IoT (Internet of Things) embedded
applications [2]. TCP is communication protocol of internet.
Following AT commandsare used for sending data to server
throughGPRS written during programming in MPLABXIDE.
This GSM MODEM has to be serially (UART) connected with
PIC Microcontroller to send and receive data from either
way.
1. AT
To check the Communication of GSM
2. ATE0
Turn Off/On Echo
3. AT + CIPMODE = 0
For Transparent Mode
4. AT + CIPMUX = 0
For Single connection
5. AT + CGATT?
GPRS Attach?
6. AT+CSTT=”APN",”USERNAME”,”PASSWORD”
Sets APN, username and password for Internet
7. AT+CIICR
Bring up Wireless Connection
8. AT+CIFSR
Get local IP
9. AT+CIPSTART="TCP","api.thingspeak.com","80"
Start-up TCP connection
10. AT+CIPSEND
Send data [2, 3]
Here, we are using Thingspeak server for TCP Client.
Thingspeak is an open IOT platform where anyone can
visualize and analyze livedata from their sensor devices[2].
Also, we can perform data analysis on data postedbyremote
devices. To use Thingspeak we should sign up & create
Channel.
Apart from Thingspeak server, even we can check the
updates of dustbin by ThingView mobile APP (Application).
Software Part: MPLABX IDE is an Integrated Development
Environment which is developed by Microchipwhichisused
to develop a code for PIC microcontrollers [2, 5]. Here, XC8
compiler used for compiling the program. PIC KIT 3loaderis
used to flash the program from MPLAB X IDE to PIC
Microcontroller [6].
3. EXPERIMENTAL SETUP & RESULT
The complete set up of IOT based Swachch BharatAbhiyanis
shown in below Figure 3.1.
This complete system will be place at the top of the dustbin
to measure the level of dustbin. Ultrasonic sensor measures
the distance and ADC converts this Analog value to Digital
and that distance is scaled into 5 different levels at PIC
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072
© 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2424
microcontroller PIC18F4550. Those 5 levels are 0,50,75,90
and 100. The distance as well as level of dustbin will be
display on 16*2 LCD Display. After each 10minutes,datawill
be keeps on update to the Thingspeak server by TCP/IP AT
command send through GSM SIM 800, irrespective of levels.
Fig -3.1: Experimental Set up
But if Dustbin level reaches to 100, then the SMS will be also
sent to the corporation's office person who is responsible to
empty the dustbin when it’s filled completely. The Screen
shot of Thingspeak server is shown in below figure 3.2.
Fig -3.2: Result at Thingspeak Server
To check the updates of dustbin, ThingView Appcanbeused.
Channel ID has to be entered once to view all updates in
ThingView App. The Screen shot of ThingView App is shown
in below figure 3.3.
Fig -3.3: Result at ThingView Mobile App
4. CONCLUSIONS
To make Bharat as Swachch Bharat, We have used IOT
(Internet on Things) and Ultrasonic distance measurement
technique. This technique will be very helpful,notonlytothe
environment but also to the society. The sensor used in this
Swachch bharat abhiyan project, is better than parallex’s
PING sensor that can able to detect object in range 3m but
this having range of 2 cm - 400 cm [7].
REFERENCES
[1] “Garbage monitoring system usingIoT”,IOPConf.Series:
Materials Science and Engineering, doi:10.1088/1757-
899X/263/4/042027, 14th ICSET-2017
[2] www.electronicwings.com
[3] SIM800 Series_AT Command Manual_V1.01 from
Microchip, July 2013
[4] PIC18F2455/2550/4455/4550 Data Sheet from
Microchip Technology Inc, DS39632C, 2006
[5] MPLAB® ICD 3 In-Circuit Debugger User’s Guide For
MPLAB X IDE from Microchip Technology Inc,
DS52081A, 2012
[6] PICkit™ 3 Programmer/Debugger User’s Guide from
Microchip Technology Inc, DS51795A, 2009
[7] Manpreet kaur, Jai Pal, “Distance MeasurementofObject
by Ultrasonic Sensor HC-SR04”, IJSRD,Volume3,Issue5,
2015, ISSN (online): 2321-0613
[8] M.A. Mazidi, R. McKinley and D. Causey, PIC
Microcontroller and Embedded Systems: Using
Assemble and C for PIC, ISBN: 0-13-600902-6, 2008
[9] Neera Soni, Shrikant Maheshwari, et al, “Distance
Measurement using Ultrasonic Sensor and Arduino”,
IJESC, Volume 7, Issue 3, 2017

More Related Content

What's hot

Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
IRJET Journal
 
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
IRJET Journal
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
IRJET Journal
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
IRJET Journal
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
IRJET Journal
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
IRJET Journal
 
Ijecet 06 06_007
Ijecet 06 06_007Ijecet 06 06_007
Ijecet 06 06_007
IAEME Publication
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET Journal
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
IRJET Journal
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
TELKOMNIKA JOURNAL
 
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
IRJET Journal
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective Analytics
Ferdin Joe John Joseph PhD
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
IRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
IRJET Journal
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
IRJET Journal
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET Journal
 
IOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring SystemIOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring System
Dr. Amarjeet Singh
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
IRJET Journal
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRS
IJMTST Journal
 

What's hot (20)

Green House Automation using IoT
Green House Automation using IoT Green House Automation using IoT
Green House Automation using IoT
 
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
IRJET- Artificial Intelligence Based Iot Automation: Controlling Devices with...
 
Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7Implementation of vision based intelligent home security system using ARM7
Implementation of vision based intelligent home security system using ARM7
 
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PIIMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
IMAGE PROCESSING BASED INTRUDER DETECTION USING RASPBERRY PI
 
IRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: ReviewIRJET- Home Automation using IoT: Review
IRJET- Home Automation using IoT: Review
 
Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...Controlling Home Appliances by using Universal Remote Control System (IoT and...
Controlling Home Appliances by using Universal Remote Control System (IoT and...
 
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In... IRJET -  	  Alerting and Detection of Toxic Gases in Industries using the In...
IRJET - Alerting and Detection of Toxic Gases in Industries using the In...
 
Ijecet 06 06_007
Ijecet 06 06_007Ijecet 06 06_007
Ijecet 06 06_007
 
IRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining TrackingIRJET- IoT based Smart Helmet for Coal Mining Tracking
IRJET- IoT based Smart Helmet for Coal Mining Tracking
 
Android Controlled Air Conditioner Remote
Android Controlled Air Conditioner RemoteAndroid Controlled Air Conditioner Remote
Android Controlled Air Conditioner Remote
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
IRJET- Design and Implementation of IoT based Portable Outdoor Dust Density M...
 
IoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective AnalyticsIoT Based Weather Monitoring System for Effective Analytics
IoT Based Weather Monitoring System for Effective Analytics
 
IRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in IndustriesIRJET - Monitoring Indoor Air Quality in Industries
IRJET - Monitoring Indoor Air Quality in Industries
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET  - IoT based Automatic LPG Gas Booking and Leakage DetectionIRJET  - IoT based Automatic LPG Gas Booking and Leakage Detection
IRJET - IoT based Automatic LPG Gas Booking and Leakage Detection
 
IOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring SystemIOT Cloud Based Real Time Automobile Monitoring System
IOT Cloud Based Real Time Automobile Monitoring System
 
IRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety SystemIRJET - Smart Industrial Control and Safety System
IRJET - Smart Industrial Control and Safety System
 
An IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRSAn IOT Project Integrated with RFID and GPRS
An IOT Project Integrated with RFID and GPRS
 

Similar to IRJET- IoT Based Swachch Bharat Abhiyan

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
IRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
IRJET Journal
 
IRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior CitizensIRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET Journal
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoT
IRJET Journal
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
IRJET Journal
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring System
IRJET Journal
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET Journal
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IRJET Journal
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of Things
IRJET Journal
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IRJET Journal
 
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
IRJET Journal
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET Journal
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
IRJET Journal
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
IRJET Journal
 
IRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoT
IRJET Journal
 
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET- A Review Paper on Internet of Things(IoT) and its ApplicationsIRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET Journal
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance Robot
IRJET Journal
 
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
IRJET Journal
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET Journal
 

Similar to IRJET- IoT Based Swachch Bharat Abhiyan (20)

Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
IRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior CitizensIRJET- Home Automation System for Specially Challenged and Senior Citizens
IRJET- Home Automation System for Specially Challenged and Senior Citizens
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoT
 
IoT Based Advertising System
IoT Based Advertising SystemIoT Based Advertising System
IoT Based Advertising System
 
IRJET - IoT based Motor Monitoring System
IRJET -  	  IoT based Motor Monitoring SystemIRJET -  	  IoT based Motor Monitoring System
IRJET - IoT based Motor Monitoring System
 
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home AutomationIRJET- An Intelligent Remote Controlled System for Smart Home Automation
IRJET- An Intelligent Remote Controlled System for Smart Home Automation
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
Office Automation System using Internet of Things
Office Automation System using Internet of ThingsOffice Automation System using Internet of Things
Office Automation System using Internet of Things
 
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
IOT Virtual Doctor Robot for Online Doctor Consultation of Patient Healthcare...
 
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
Using Natural Language Processing(NLP), Voice Recognition and Internet of Thi...
 
IRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation SystemIRJET- Raspberry Pi and NodeMCU based Home Automation System
IRJET- Raspberry Pi and NodeMCU based Home Automation System
 
Home Automation using Internet of Things
Home Automation using Internet of ThingsHome Automation using Internet of Things
Home Automation using Internet of Things
 
IRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT NotificationIRJET- Smart Dustbin Container using IoT Notification
IRJET- Smart Dustbin Container using IoT Notification
 
IRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoTIRJET- EVM Monitoring and Security over IoT
IRJET- EVM Monitoring and Security over IoT
 
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET- A Review Paper on Internet of Things(IoT) and its ApplicationsIRJET- A Review Paper on Internet of Things(IoT) and its Applications
IRJET- A Review Paper on Internet of Things(IoT) and its Applications
 
IRJET - Pick and Place Surveillance Robot
IRJET -  	  Pick and Place Surveillance RobotIRJET -  	  Pick and Place Surveillance Robot
IRJET - Pick and Place Surveillance Robot
 
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
IRJET - Home Appliance Controlling and Monitoring by Mobile Application based...
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
IRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoTIRJET- Air and Sound Pollution Monitoring System using IoT
IRJET- Air and Sound Pollution Monitoring System using IoT
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
Mukeshwaran Balu
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
PuktoonEngr
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
MIGUELANGEL966976
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
gestioneergodomus
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
SUTEJAS
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
NidhalKahouli2
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
Madan Karki
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
Rahul
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
nooriasukmaningtyas
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
gerogepatton
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
ihlasbinance2003
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
SyedAbiiAzazi1
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
IJECEIAES
 

Recently uploaded (20)

ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
ACRP 4-09 Risk Assessment Method to Support Modification of Airfield Separat...
 
2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt2. Operations Strategy in a Global Environment.ppt
2. Operations Strategy in a Global Environment.ppt
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdfBPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
BPV-GUI-01-Guide-for-ASME-Review-Teams-(General)-10-10-2023.pdf
 
DfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributionsDfMAy 2024 - key insights and contributions
DfMAy 2024 - key insights and contributions
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
Understanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine LearningUnderstanding Inductive Bias in Machine Learning
Understanding Inductive Bias in Machine Learning
 
basic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdfbasic-wireline-operations-course-mahmoud-f-radwan.pdf
basic-wireline-operations-course-mahmoud-f-radwan.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
Manufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptxManufacturing Process of molasses based distillery ppt.pptx
Manufacturing Process of molasses based distillery ppt.pptx
 
ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024ACEP Magazine edition 4th launched on 05.06.2024
ACEP Magazine edition 4th launched on 05.06.2024
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
Low power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniquesLow power architecture of logic gates using adiabatic techniques
Low power architecture of logic gates using adiabatic techniques
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...International Conference on NLP, Artificial Intelligence, Machine Learning an...
International Conference on NLP, Artificial Intelligence, Machine Learning an...
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
5214-1693458878915-Unit 6 2023 to 2024 academic year assignment (AutoRecovere...
 
14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application14 Template Contractual Notice - EOT Application
14 Template Contractual Notice - EOT Application
 
Embedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoringEmbedded machine learning-based road conditions and driving behavior monitoring
Embedded machine learning-based road conditions and driving behavior monitoring
 

IRJET- IoT Based Swachch Bharat Abhiyan

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2421 IOT Based Swachch Bharat Abhiyan Kunal Yogeshkumar Parikh1, Brajesh Kumar2, Vijay Raval3 1R & D Engineer, Dept. Of R & D, Hermes Technology PVT. LTD., Gandhinagar, Gujarat, India 2Director, R & D Engineer, Hermes Technology PVT. LTD., Gandhinagar, Gujarat, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Nowadays numbers of actions are taken to improve the level of healthiness and cleanliness in thecountry. People are getting more and more active in doing all the things possible to clean and healthy their surroundings. Various actions are also taken by the government to increase cleanliness like “Swachch Bharat Abhiyan”. By this project and Research paper, we tried to build an IOT systemwhichwill notify the corporations continuously by sending data toserver and to empty the bin/dustbin on time by SMS. InthisIOTbased system, we will put an Ultrasonic sensor with PIC18F4550 microcontroller, on top of the garbage bin which will detect the different levels of garbage inside it according to the total size of the dustbin. When the garbage will reach themaximum level, a notification will be sent to the corporation's office by Text Message, and then the employees can takefurtheractions to empty the dustbin [1]. This IOT based system will help in cleaning the India in a better way. Key Words: PIC Microcontroller; PIC18F4550; Dustbin; Ultrasonic Sensor; ADC; LCD Display; GSM; TCP; Thingspeak; ThingView 1. INTRODUCTION The idea of this project came from the current scenario of dustbin in our areas. This is also shown in below figure 1.1. Due to overflow of dustbin by garbage, the environmentand our society will be unhealthy. To overcome from this, this project can be helpful. Fig -1.1: Current scenario of Dustbin in our area IoT or Internet Things refers to the network of connected physical objects that can communicate and exchange data among themselves without any human intervention. Any object in the physical world which can be provided with an IP address to enable data transmission over a network can be made part of IoT system by embedding them with electronic hardware such as sensors, software and networking gear. IoT is different than Internet as in a way it transcends Internet connectivity by enabling everyday objects that utilizes embedded circuits to interact and communicate with each other utilizing the current Internet infrastructure [1] PIC is a microcontroller family developed by Microchip Technology and has wide range of uses in embedded systems. The “PIC” originally was referred to Peripheral Interface Controller [2, 3]. It is widely used in many applications like home automation, electric motor controlling, health monitoring, etc. Sensors are Electronic devices that detect and respond to some type of input from the physical environment. Sensor modules have extra electronic circuitry along with a sensor that helps interface them with microcontroller. The ultrasonic sensor works on the principle of SONAR and RADAR system which is used to determine the distancetoan object. An ultrasonic sensor generates the high-frequency sound (ultrasound) waves. When this ultrasound hits the object, it reflects as echo which is sensed by the receiver as shown in below figure 1.2. Fig -1.2: Ultrasonic Working Principle [2] By measuring the time required for the echo to reach to the receiver, we can calculate the distance. This is the basic working principle of Ultrasonic module to measuredistance. Once we get the time we can calculate distance from the speed of sound. HC-SR04 can measure up to rangefrom2cm - 400 cm [2]. SIM800 enables GPRS to embedded applications. The Transmission Control Protocol (TCP) is standard transport
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2422 layer internet protocol which used in establishing and maintaining communication in between a server and client which is used in IOT (Internet of Things) embedded applications [2]. ThingSpeak server is an open data platform and API for the Internet of Things that enables you to collect, store, analyze, visualize, and act on data from sensors. ThingView enables you to visualize your ThingSpeak channels in an easy way, just enter the channel ID and you are ready to go. The paper is organized as follows: Section 1 discuss about the introduction of IOT based Swachch Bharat Abhiyan. Section 2, gives a detailed block diagram with the materials used for this project. A section 3 talk about the Experimental setup of complete project with the result on ThingSpeak Server & ThingView App. Section 4 is for the conclusion of the entire project. At last References are mentioned. 2. BLOCK DIAGRAM Here we are going to develop IOT based Swachch Bharat Abhiyan project using MPLAB X IDE with XC8 compiler and flash the PIC18f4550 chip using PIC kit3. MPLABX IDE is an Integrated Development Environmentwhichisdevelopedby Microchip which is used to develop a code for PIC microcontrollers. The block diagram of complete IOT based Swachch Bharat Abhiyan project is shown in below figure 2. Fig -2.1: Block Diagram of Complete Project Hardware Part: PIC18F4550 microcontroller is used as heart of the system. PIC is a microcontroller family developed by Microchip Technology and has wide range of usesin embedded systems. The “PIC” originallywasreferred to Peripheral Interface Controller [2,3]. This PIC Development board will be at top of the Dustbin.So,oncethe garbage will be added into the dustbin,Ultrasonicsensorwill measure the distance from top. Fig -2.2: Ultrasonic module HC – SR04 [1] HC-SR-04 hasan ultrasonic transmitter,receiver,andcontrol circuit. In an ultrasonic module HCSR04, we have to give trigger pulse, so that it will generate ultrasoundoffrequency 40 kHz. After generating ultrasound i.e. 8 pulses of 40 kHz, it makes echo pin high [2]. Echo pin remains high until it does not get the echo sound back. So the width of echo pin will be the time for sound to travel to the object and return. The waveform is given in below Figure 2.3. Fig -2.3: Ultrasonic Timing Diagram [2] The level of garbage in a dustbin will be display on 16 * 2 LCD display. The connection of each pin with PIC Microcontroller is shown in below Figure 2.4.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2423 Fig -2.4: Connection of LCD Display with uC SIM800 Modem can work with any GSM network operator SIM card just like a mobile phone with itsown unique phone number. SIM800 GSM/GPRS modem is plugandplaymodem with RS232 serial communication supported. Hence Advantage of using this modem will be that its RS232 port can be used to communicate and develop embedded applications. Fig -2.5: SIM800 GSM MODEM [2] Applications like SMS Control, data transfer, remote control and logging can be developed. SIM800 modem uses AT commands to work with supported features [2]. The Transmission Control Protocol (TCP) is standard transport layer internet protocol which used in establishing and maintaining communication in between a server and client which is used in IoT (Internet of Things) embedded applications [2]. TCP is communication protocol of internet. Following AT commandsare used for sending data to server throughGPRS written during programming in MPLABXIDE. This GSM MODEM has to be serially (UART) connected with PIC Microcontroller to send and receive data from either way. 1. AT To check the Communication of GSM 2. ATE0 Turn Off/On Echo 3. AT + CIPMODE = 0 For Transparent Mode 4. AT + CIPMUX = 0 For Single connection 5. AT + CGATT? GPRS Attach? 6. AT+CSTT=”APN",”USERNAME”,”PASSWORD” Sets APN, username and password for Internet 7. AT+CIICR Bring up Wireless Connection 8. AT+CIFSR Get local IP 9. AT+CIPSTART="TCP","api.thingspeak.com","80" Start-up TCP connection 10. AT+CIPSEND Send data [2, 3] Here, we are using Thingspeak server for TCP Client. Thingspeak is an open IOT platform where anyone can visualize and analyze livedata from their sensor devices[2]. Also, we can perform data analysis on data postedbyremote devices. To use Thingspeak we should sign up & create Channel. Apart from Thingspeak server, even we can check the updates of dustbin by ThingView mobile APP (Application). Software Part: MPLABX IDE is an Integrated Development Environment which is developed by Microchipwhichisused to develop a code for PIC microcontrollers [2, 5]. Here, XC8 compiler used for compiling the program. PIC KIT 3loaderis used to flash the program from MPLAB X IDE to PIC Microcontroller [6]. 3. EXPERIMENTAL SETUP & RESULT The complete set up of IOT based Swachch BharatAbhiyanis shown in below Figure 3.1. This complete system will be place at the top of the dustbin to measure the level of dustbin. Ultrasonic sensor measures the distance and ADC converts this Analog value to Digital and that distance is scaled into 5 different levels at PIC
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 05 Issue: 06 | June 2018 www.irjet.net p-ISSN: 2395-0072 © 2018, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2424 microcontroller PIC18F4550. Those 5 levels are 0,50,75,90 and 100. The distance as well as level of dustbin will be display on 16*2 LCD Display. After each 10minutes,datawill be keeps on update to the Thingspeak server by TCP/IP AT command send through GSM SIM 800, irrespective of levels. Fig -3.1: Experimental Set up But if Dustbin level reaches to 100, then the SMS will be also sent to the corporation's office person who is responsible to empty the dustbin when it’s filled completely. The Screen shot of Thingspeak server is shown in below figure 3.2. Fig -3.2: Result at Thingspeak Server To check the updates of dustbin, ThingView Appcanbeused. Channel ID has to be entered once to view all updates in ThingView App. The Screen shot of ThingView App is shown in below figure 3.3. Fig -3.3: Result at ThingView Mobile App 4. CONCLUSIONS To make Bharat as Swachch Bharat, We have used IOT (Internet on Things) and Ultrasonic distance measurement technique. This technique will be very helpful,notonlytothe environment but also to the society. The sensor used in this Swachch bharat abhiyan project, is better than parallex’s PING sensor that can able to detect object in range 3m but this having range of 2 cm - 400 cm [7]. REFERENCES [1] “Garbage monitoring system usingIoT”,IOPConf.Series: Materials Science and Engineering, doi:10.1088/1757- 899X/263/4/042027, 14th ICSET-2017 [2] www.electronicwings.com [3] SIM800 Series_AT Command Manual_V1.01 from Microchip, July 2013 [4] PIC18F2455/2550/4455/4550 Data Sheet from Microchip Technology Inc, DS39632C, 2006 [5] MPLAB® ICD 3 In-Circuit Debugger User’s Guide For MPLAB X IDE from Microchip Technology Inc, DS52081A, 2012 [6] PICkit™ 3 Programmer/Debugger User’s Guide from Microchip Technology Inc, DS51795A, 2009 [7] Manpreet kaur, Jai Pal, “Distance MeasurementofObject by Ultrasonic Sensor HC-SR04”, IJSRD,Volume3,Issue5, 2015, ISSN (online): 2321-0613 [8] M.A. Mazidi, R. McKinley and D. Causey, PIC Microcontroller and Embedded Systems: Using Assemble and C for PIC, ISBN: 0-13-600902-6, 2008 [9] Neera Soni, Shrikant Maheshwari, et al, “Distance Measurement using Ultrasonic Sensor and Arduino”, IJESC, Volume 7, Issue 3, 2017