SlideShare a Scribd company logo
1 of 5
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2200
BOAT SHRINKING ALERT SYSTEM USING IOT
Mrs.S.Naga Sindhu1, A.HemaBindu2, K.Sudheshna3, Ch.MonishSai4, G.Sairaja5
1Assistant Professor, Dept of Computer Science and Engineering, Dhanekula Institute of Engineering and
Technology, Andhra Pradesh, India
2,3,4,5Bachelor of Technology, Dept. of Computer Science and Engineering, Dhanekula Institute of Engineering and
Technology , Andhra pradesh, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract -The boat accident alert system is designed using
IOT. It is mainly developed to save lives of people in critical
situations. Despite of rapid growth in technology, people
cannot survive his/her life immediately after a boat
accident because of unavailability of emergency facilities in
our country. So, we develop a solution which facilitates
emergency facilities. Boat shrinking alert system is used to
identify the shrinking of boat using IOT devices placed in
boat. It is designed using nodeMCU that is acquainted with
sensors to detect shrinking of boat immediately. when the
accident happen the boat alert system detects immediately
and finds the shrinking of the boat. That will immediately
inform that to the authorities. GPS system will be used to
find the boat location during a shrinking of a boat. The
results of boat accident alert system were promising in
terms of efficiently detecting the shrinking of a boat and
also detecting the location of a boat.
Key Words: Arduino uno, node MCU, weight sensor,
water sensor, GPS module
1. INTRODUCTION
The Internet Of Things (IOT) is a system of interrelated
computing devices, mechanical and digital machines are
provided with unique identifiers and the ability to transfer
data over a network without requiring human-to-human
or human-to-computer interaction.Now-a-days Internet
of Things is connected with our daily activities and it has
become a part of our lives. With the advancement
sensoract technology, availability of internet connected
devices make IoT devices to smart devices in emergency
situations without human intervention. IoT is used in
almost every field such as sensing, Networking, Robotics,
As technology advances IoT will become a part of our day
to day life. Through IoT Humans save time, resources and
human power by providing the real time services without
any intervention of humans.
Seventy one percent of the earth’s surface is
covered by water. These are agumenting land based food
supplies by fishing, expanding area of crop farming by
accessing new land across the water. One of the major
causes of unnatural death is drowning. In india about 80
people drown due to this. It is very difficult and takes time
to detect the drowning of the boat. This raises the need for
having a system that automatically detect the drowning
boat and alarm the lifeguards. The information of the
drowning boat can be send to the rescue team
immediately, if we identify drowning using sensors. The
system will also send the exact location of the boat to the
rescue team.
2. RELATED WORK
In boat accident alert system, different approches
have been proposed. One proposed system will alert the
rescue team to avoid the drowning of boat and to detect
the presence of human under water, this can be done by
using RFID tag, accelerator and a siren. RFID use
electromagnetic field to automatically detect and track the
tag attached to that person. This tag contains electrically
stored information. The RFID consists of two parts RFID
tag and reader. The RFID reader is placed in dangerous
locations of river or sea bed. RFID tag is attached to the
person’s hand. When the tag is nearer to the reader it will
reads the ID and fetch for person details with respect to
the tag.By programming the arduino the tag will identified
and the GPS will be provide the location information. The
GPS coordinates will be received at the arduino and send
location to the rescue team to save the lives.
The main drawbacks with the current devices are, To
identify the dangerous locations of the river or sea is very
difficult. We place the RFID receivers in in all dangerous
locations is very expensive. This system only identifies the
human who is having RFID tag. Without RFID tag we can
not save the person.
3. METHODOLOGY
Proposed method first calculates the weight of a boat.If
boat weight is overloaded then it can send alert to the
management team with in the boat. This can be done by
using weight sensors. weight sensors calculates the weight
of a boat. next, Our proposed system will sends
notification along with the exact location of a boat to the
rescue team regarding to the drowning of boat. This can be
done by using water sensor and GPS module. Water sensor
can detect the presence of water in a boat and GPS module
is used to track the exact location of a boat.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2201
Fig-1:Block diagram
Hardware Components:
1. Arduino UNO
The Arduino Uno is a microcontroller board based on the
ATmega328.Arduino is an open source programmable
circuit board that can be integrated into a wide variety of
makerspace projects both simple and complex. This board
contains a microcontroller which can be modified to sense
and control objects in the physical world. By responding to
sensors and inputs, the Arduino is able to interact with a
large array of outputs such as LEDs, motors and displays.
2. GPS
GPS is an navigation based system that is used to
determine the current position of an object in terms of
latitude and longitude. There are 24 satellites deployed in
space which surrounds the earth. This satellite broadcasts
the position of an object. GPS uses triangulation process to
obtain the exact position of an object. The GPS module is
connected to Raspberry Pi through GPIO pins.
3. NodeMCU
It is an open source IOT platform. It
includes firmware which runs on the ESP8266 Wi-
Fi SOC from Express if Systems, and hardware which is
based on the ESP-12 module. NodeMCU Development
board is featured with wifi capability, analog pin, digital
pins and serial communication protocols. The ESP8266 is
a low-cost Wi-Fichip developed by Espress if Systems with
TCP/IP protocol.
4. weight sensor
The working principle of weight sensor is depends on the
conversion of a load into electronic signal. This straight
bar load cell can translate upto 10 kg of pressure into an
electrical signal.
Fig-2: Loadcell
5. HX711
HX711 is a precision 24- bit analog to digital
converter (ADC) designed for weigh scales and industrial
control applications to interface directly with a bridge
sensor.
6. Water sensor
Water detector is an electronic device that is designed to
detect the presence of water .This sensor values are
measured in terms of analog values.
Fig-3: Water sensor
7. LM324
The LM324 consists of 14 pins with four
independent op-amps in one package. These electronic
voltage amplifiers are available in high gain with different
input as well as a single output. The voltage difference
among the input terminals of the IC is very less than the
output voltage.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2202
Software Components
The Software Part used in our project are as follows:
Arduino IDE:
Arduino Integrated Development Environment is a free
software which makes us to write and upload the code
easily into the boards. With the help of this arduino IDE
we can upload the code not only to the arduino boards but
also to other boards like nodeMCU with the installation of
related libraries.
Blynk:
Blynk is a platform that is used to control Arduino,
Raspberry Pi and other similar things over the internet.
Blynk app is free to download and there is no need to do
any payment. The only thing we have to do is that, we have
to create an account in the app. In our system nodeMCU
update the status in the blynk and from this blynk
platform the system can be controlled.
Embedded C:
Embedded C is a commonly used and it is the popular
programming languages in the development of embedded
systems. Embedded C is an extension of the C language,
and we can say that they are almost similar.
However, there exists some differences between these
two, such as: C is generally used for desktop computers,
where as embedded C is used for microcontroller based
applications. Embedded C has some additional header files
compared to C language. These header files may change
from one controller to another controller. In our system,
the language used for writing code in Arduino IDE is
embedded C.
4. DESIGN FLOW
When the arduino UNO is powered then light blinks in the
system. By this we can say that all the connected
components are intialized.
Fig-4: FlowChart
Process explanation
First arduino board gets power supply from our PC or it
gets power supply from battery .Then arduino board will
supply power to the remaining devices that are connected
to that board. NodeMCU acts as micro controller and a wifi
module and we upload the code in this board.
1. First we check the boat is overloaded or not.We
apply the weight on load cell. If the applied weight is
greater than the threshold value then it can send alert in
form of buzzer otherwise it is in normal condition.
2. We dip the water sensor into the water, then this
sensor will sense the water content. If the water present in
the boat then it can send alert to the rescue team to “Boat
Shrinking”.
3. If the boat is in normal condition it can send
message as “All is Well”.
4. If the boat is shrinking it can also sends the exact
location of a boat using GPS module.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2203
5. RESULTS
1. If the applied weight is greater than the threshold value
it sends alert as boat overloaded.
Fig-5: Weight results
2. If the water is present in the boat then it can send alert
to the rescue team to Boat Shrinking along with the GPS
location. This messsge is displayed in Blynkapp.
Fig-6:Boat Shrinking results
3. If the boat is in normal condition then it displayed as All
is Well
Fig-7:boat in normal condition
6. CONCLUSION
Boat shrinking alert system is an automatic accident
detection and alert system is used for providing help to
the accident victims. The proposed system is developed to
rescue accident victims as fast as possible. Our system
consists of Arduino UNO, node MCU, Water sensor, Weight
sensor. Our system sends the message regarding the
shrinking of boat along with the exact location of the boat
to the nearest control station or rescue team.
ACKNOWLEDGEMENT
We were very thankful to our guide Mrs.S.Naga
Sindhu(Assistant Professor, Department of Computer
Science and Engineering) for the guidance, support and
encouragement in every aspect towards the project by
providing required suggestions to get the accurate results
for the project.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2204
REFERENCES
[1] “An Automatic Video-Based Drowning Detection
System for Swimming Pools” Using Active Contours”
Nasrin Salehi and Maryam Keyvanara, 2016 MECS.
[2] “A camera-based system for early detection of
drowning incidents” wenmiao lu sch. of electr. & electron.
eng., nanyang technol. univ., singapore, Singapore yap-
peng tan sch. of electr. & electron. eng., nanyang technol.
univ., singapore 2002.
[3] “Fall Incidents Detection for Intelligent Video
Surveillance” Ji Tao, Mukherjee Turjo, Mun-Fei Wong
,Mengdi Wang and Yap Peng Tan School of Electrical &
Electronic Engineering Nanyang Technological (2006).
[4] Gudyś, Adam, et al. "Tracking people in video
sequences by clustering feature motion paths." Computer
Vision and Graphics. Springer International Publishing,
2014. 236- 245. (2014)
[5] Vezzani, Roberto, Davide Baltieri, and Rita
Cucchiara. "People reidentification in surveillance and
forensics: A survey." ACM Computing Surveys (CSUR) 46.2
(2013):
[6] Vezzani, Roberto, Davide Baltieri, and Rita
Cucchiara- "People reidentification in surveillance and
forensics: A survey." ACM Computing Surveys (CSUR) 46.2
(2013): 29.

More Related Content

What's hot

IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoTIRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET Journal
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET Journal
 
IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of ThingsIRJET 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 SystemDr. Amarjeet Singh
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoIRJET Journal
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEIAEME Publication
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET Journal
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET Journal
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of ThingsIRJET Journal
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET Journal
 
Arduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart CitiesArduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart Citiesijtsrd
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring SystemIRJET Journal
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET Journal
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home Systemijtsrd
 
IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET Journal
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET Journal
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder PeopleIRJET Journal
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoTIRJET Journal
 

What's hot (20)

IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoTIRJET  -  	  Real Time Fuel Monitoring and Theft Detection System using IoT
IRJET - Real Time Fuel Monitoring and Theft Detection System using IoT
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
IRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring SystemIRJET- Labour Work Monitoring System
IRJET- Labour Work Monitoring System
 
IRJET- Smart Garbage Monitoring System using Internet Of Things
IRJET-  	  Smart Garbage Monitoring System using Internet Of ThingsIRJET-  	  Smart Garbage Monitoring System using Internet Of Things
IRJET- Smart Garbage Monitoring System using Internet Of Things
 
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
 
Report IOT Robot
Report IOT RobotReport IOT Robot
Report IOT Robot
 
Biometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on ArduinoBiometric Identification using Opencv Based on Arduino
Biometric Identification using Opencv Based on Arduino
 
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLEPROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
PROMINENT NAVIGATION FOR VISUALLY IMPAIRED PEOPLE
 
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOTIRJET -  	  A Cyber-Physical System for Environmental Monitoring Based on IOT
IRJET - A Cyber-Physical System for Environmental Monitoring Based on IOT
 
IRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb PeopleIRJET - A Smart Assistant for Aiding Dumb People
IRJET - A Smart Assistant for Aiding Dumb People
 
IRJET- Smart Bin Management System using Internet of Things
IRJET-  	  Smart Bin Management System using Internet of ThingsIRJET-  	  Smart Bin Management System using Internet of Things
IRJET- Smart Bin Management System using Internet of Things
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
 
Arduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart CitiesArduino Based Smart Light Management System for Smart Cities
Arduino Based Smart Light Management System for Smart Cities
 
IRJET- Low Cost IoT based Remote Health Monitoring System
IRJET-  	  Low Cost IoT based Remote Health Monitoring SystemIRJET-  	  Low Cost IoT based Remote Health Monitoring System
IRJET- Low Cost IoT based Remote Health Monitoring System
 
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
IRJET- Gesture Controlled Robot with Obstacle Avoidance using Arduino and And...
 
A Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home SystemA Secure IoT Enabled Smart Home System
A Secure IoT Enabled Smart Home System
 
IRJET- Home Automation System using IoT
IRJET- Home Automation System using IoTIRJET- Home Automation System using IoT
IRJET- Home Automation System using IoT
 
IRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring SystemIRJET - Compactness based Traffic Signal Monitoring System
IRJET - Compactness based Traffic Signal Monitoring System
 
IRJET - Home Automation for Physically Challenged and Elder People
IRJET -  	  Home Automation for Physically Challenged and Elder PeopleIRJET -  	  Home Automation for Physically Challenged and Elder People
IRJET - Home Automation for Physically Challenged and Elder People
 
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
IRJET-  	  Smart Home: Speech Recognition based Home Automation using IoTIRJET-  	  Smart Home: Speech Recognition based Home Automation using IoT
IRJET- Smart Home: Speech Recognition based Home Automation using IoT
 

Similar to BOAT ALERT

BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONIRJET Journal
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET Journal
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTIRJET Journal
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIRJET 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
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET Journal
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIRJET Journal
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA TechnologyIRJET Journal
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONIRJET Journal
 
IRJET - Talking Plant using IoT and Machine Laerning
IRJET -  	  Talking Plant using IoT and Machine LaerningIRJET -  	  Talking Plant using IoT and Machine Laerning
IRJET - Talking Plant using IoT and Machine LaerningIRJET Journal
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachIRJET Journal
 
IRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...IRJET Journal
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET Journal
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET Journal
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonIRJET Journal
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET Journal
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET Journal
 

Similar to BOAT ALERT (20)

BOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTIONBOT FOR WILDLIFE PROTECTION
BOT FOR WILDLIFE PROTECTION
 
IRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence VehiclesIRJET - Smart Traffic System for Emergence Vehicles
IRJET - Smart Traffic System for Emergence Vehicles
 
SMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOTSMART WASTE MANAGEMENT SYSTEM USING IOT
SMART WASTE MANAGEMENT SYSTEM USING IOT
 
IOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring SystemIOT Based Environmental Pollution Monitoring System
IOT Based Environmental Pollution Monitoring System
 
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- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting Machine
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 
IOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor ControllerIOT Based Smart Single Phase Agriculture Motor Controller
IOT Based Smart Single Phase Agriculture Motor Controller
 
IRJET - Garbage Management System for Smart City using LORA Technology
IRJET -  	  Garbage Management System for Smart City using LORA TechnologyIRJET -  	  Garbage Management System for Smart City using LORA Technology
IRJET - Garbage Management System for Smart City using LORA Technology
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
 
IRJET - Talking Plant using IoT and Machine Laerning
IRJET -  	  Talking Plant using IoT and Machine LaerningIRJET -  	  Talking Plant using IoT and Machine Laerning
IRJET - Talking Plant using IoT and Machine Laerning
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
 
IRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting SystemIRJET-IOT Based Garbage Monitoring and Sorting System
IRJET-IOT Based Garbage Monitoring and Sorting System
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEM
 
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...IRJET-  	  Animal Identification in Roads and Alert System for Passengers usi...
IRJET- Animal Identification in Roads and Alert System for Passengers usi...
 
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
IRJET- Implementation of Hi-Tech Vertical Farming & Solar Fence Security with...
 
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
IRJET- Line following and Obstacle avoiding Bluetooth Controlled Surveillance...
 
A Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled PersonA Voice Controlled Vehicle For The Aid Of Disabled Person
A Voice Controlled Vehicle For The Aid Of Disabled Person
 
IRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoTIRJET- Air Pollution Monitoring System using IoT
IRJET- Air Pollution Monitoring System using IoT
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 

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 STRUCTUREIRJET 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 CharacteristicsIRJET 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 ADASIRJET 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 ProIRJET 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 SystemIRJET 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 bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET 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 DesignIRJET 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

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 

Recently uploaded (20)

(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 

BOAT ALERT

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2200 BOAT SHRINKING ALERT SYSTEM USING IOT Mrs.S.Naga Sindhu1, A.HemaBindu2, K.Sudheshna3, Ch.MonishSai4, G.Sairaja5 1Assistant Professor, Dept of Computer Science and Engineering, Dhanekula Institute of Engineering and Technology, Andhra Pradesh, India 2,3,4,5Bachelor of Technology, Dept. of Computer Science and Engineering, Dhanekula Institute of Engineering and Technology , Andhra pradesh, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract -The boat accident alert system is designed using IOT. It is mainly developed to save lives of people in critical situations. Despite of rapid growth in technology, people cannot survive his/her life immediately after a boat accident because of unavailability of emergency facilities in our country. So, we develop a solution which facilitates emergency facilities. Boat shrinking alert system is used to identify the shrinking of boat using IOT devices placed in boat. It is designed using nodeMCU that is acquainted with sensors to detect shrinking of boat immediately. when the accident happen the boat alert system detects immediately and finds the shrinking of the boat. That will immediately inform that to the authorities. GPS system will be used to find the boat location during a shrinking of a boat. The results of boat accident alert system were promising in terms of efficiently detecting the shrinking of a boat and also detecting the location of a boat. Key Words: Arduino uno, node MCU, weight sensor, water sensor, GPS module 1. INTRODUCTION The Internet Of Things (IOT) is a system of interrelated computing devices, mechanical and digital machines are provided with unique identifiers and the ability to transfer data over a network without requiring human-to-human or human-to-computer interaction.Now-a-days Internet of Things is connected with our daily activities and it has become a part of our lives. With the advancement sensoract technology, availability of internet connected devices make IoT devices to smart devices in emergency situations without human intervention. IoT is used in almost every field such as sensing, Networking, Robotics, As technology advances IoT will become a part of our day to day life. Through IoT Humans save time, resources and human power by providing the real time services without any intervention of humans. Seventy one percent of the earth’s surface is covered by water. These are agumenting land based food supplies by fishing, expanding area of crop farming by accessing new land across the water. One of the major causes of unnatural death is drowning. In india about 80 people drown due to this. It is very difficult and takes time to detect the drowning of the boat. This raises the need for having a system that automatically detect the drowning boat and alarm the lifeguards. The information of the drowning boat can be send to the rescue team immediately, if we identify drowning using sensors. The system will also send the exact location of the boat to the rescue team. 2. RELATED WORK In boat accident alert system, different approches have been proposed. One proposed system will alert the rescue team to avoid the drowning of boat and to detect the presence of human under water, this can be done by using RFID tag, accelerator and a siren. RFID use electromagnetic field to automatically detect and track the tag attached to that person. This tag contains electrically stored information. The RFID consists of two parts RFID tag and reader. The RFID reader is placed in dangerous locations of river or sea bed. RFID tag is attached to the person’s hand. When the tag is nearer to the reader it will reads the ID and fetch for person details with respect to the tag.By programming the arduino the tag will identified and the GPS will be provide the location information. The GPS coordinates will be received at the arduino and send location to the rescue team to save the lives. The main drawbacks with the current devices are, To identify the dangerous locations of the river or sea is very difficult. We place the RFID receivers in in all dangerous locations is very expensive. This system only identifies the human who is having RFID tag. Without RFID tag we can not save the person. 3. METHODOLOGY Proposed method first calculates the weight of a boat.If boat weight is overloaded then it can send alert to the management team with in the boat. This can be done by using weight sensors. weight sensors calculates the weight of a boat. next, Our proposed system will sends notification along with the exact location of a boat to the rescue team regarding to the drowning of boat. This can be done by using water sensor and GPS module. Water sensor can detect the presence of water in a boat and GPS module is used to track the exact location of a boat.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2201 Fig-1:Block diagram Hardware Components: 1. Arduino UNO The Arduino Uno is a microcontroller board based on the ATmega328.Arduino is an open source programmable circuit board that can be integrated into a wide variety of makerspace projects both simple and complex. This board contains a microcontroller which can be modified to sense and control objects in the physical world. By responding to sensors and inputs, the Arduino is able to interact with a large array of outputs such as LEDs, motors and displays. 2. GPS GPS is an navigation based system that is used to determine the current position of an object in terms of latitude and longitude. There are 24 satellites deployed in space which surrounds the earth. This satellite broadcasts the position of an object. GPS uses triangulation process to obtain the exact position of an object. The GPS module is connected to Raspberry Pi through GPIO pins. 3. NodeMCU It is an open source IOT platform. It includes firmware which runs on the ESP8266 Wi- Fi SOC from Express if Systems, and hardware which is based on the ESP-12 module. NodeMCU Development board is featured with wifi capability, analog pin, digital pins and serial communication protocols. The ESP8266 is a low-cost Wi-Fichip developed by Espress if Systems with TCP/IP protocol. 4. weight sensor The working principle of weight sensor is depends on the conversion of a load into electronic signal. This straight bar load cell can translate upto 10 kg of pressure into an electrical signal. Fig-2: Loadcell 5. HX711 HX711 is a precision 24- bit analog to digital converter (ADC) designed for weigh scales and industrial control applications to interface directly with a bridge sensor. 6. Water sensor Water detector is an electronic device that is designed to detect the presence of water .This sensor values are measured in terms of analog values. Fig-3: Water sensor 7. LM324 The LM324 consists of 14 pins with four independent op-amps in one package. These electronic voltage amplifiers are available in high gain with different input as well as a single output. The voltage difference among the input terminals of the IC is very less than the output voltage.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2202 Software Components The Software Part used in our project are as follows: Arduino IDE: Arduino Integrated Development Environment is a free software which makes us to write and upload the code easily into the boards. With the help of this arduino IDE we can upload the code not only to the arduino boards but also to other boards like nodeMCU with the installation of related libraries. Blynk: Blynk is a platform that is used to control Arduino, Raspberry Pi and other similar things over the internet. Blynk app is free to download and there is no need to do any payment. The only thing we have to do is that, we have to create an account in the app. In our system nodeMCU update the status in the blynk and from this blynk platform the system can be controlled. Embedded C: Embedded C is a commonly used and it is the popular programming languages in the development of embedded systems. Embedded C is an extension of the C language, and we can say that they are almost similar. However, there exists some differences between these two, such as: C is generally used for desktop computers, where as embedded C is used for microcontroller based applications. Embedded C has some additional header files compared to C language. These header files may change from one controller to another controller. In our system, the language used for writing code in Arduino IDE is embedded C. 4. DESIGN FLOW When the arduino UNO is powered then light blinks in the system. By this we can say that all the connected components are intialized. Fig-4: FlowChart Process explanation First arduino board gets power supply from our PC or it gets power supply from battery .Then arduino board will supply power to the remaining devices that are connected to that board. NodeMCU acts as micro controller and a wifi module and we upload the code in this board. 1. First we check the boat is overloaded or not.We apply the weight on load cell. If the applied weight is greater than the threshold value then it can send alert in form of buzzer otherwise it is in normal condition. 2. We dip the water sensor into the water, then this sensor will sense the water content. If the water present in the boat then it can send alert to the rescue team to “Boat Shrinking”. 3. If the boat is in normal condition it can send message as “All is Well”. 4. If the boat is shrinking it can also sends the exact location of a boat using GPS module.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2203 5. RESULTS 1. If the applied weight is greater than the threshold value it sends alert as boat overloaded. Fig-5: Weight results 2. If the water is present in the boat then it can send alert to the rescue team to Boat Shrinking along with the GPS location. This messsge is displayed in Blynkapp. Fig-6:Boat Shrinking results 3. If the boat is in normal condition then it displayed as All is Well Fig-7:boat in normal condition 6. CONCLUSION Boat shrinking alert system is an automatic accident detection and alert system is used for providing help to the accident victims. The proposed system is developed to rescue accident victims as fast as possible. Our system consists of Arduino UNO, node MCU, Water sensor, Weight sensor. Our system sends the message regarding the shrinking of boat along with the exact location of the boat to the nearest control station or rescue team. ACKNOWLEDGEMENT We were very thankful to our guide Mrs.S.Naga Sindhu(Assistant Professor, Department of Computer Science and Engineering) for the guidance, support and encouragement in every aspect towards the project by providing required suggestions to get the accurate results for the project.
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 2204 REFERENCES [1] “An Automatic Video-Based Drowning Detection System for Swimming Pools” Using Active Contours” Nasrin Salehi and Maryam Keyvanara, 2016 MECS. [2] “A camera-based system for early detection of drowning incidents” wenmiao lu sch. of electr. & electron. eng., nanyang technol. univ., singapore, Singapore yap- peng tan sch. of electr. & electron. eng., nanyang technol. univ., singapore 2002. [3] “Fall Incidents Detection for Intelligent Video Surveillance” Ji Tao, Mukherjee Turjo, Mun-Fei Wong ,Mengdi Wang and Yap Peng Tan School of Electrical & Electronic Engineering Nanyang Technological (2006). [4] Gudyś, Adam, et al. "Tracking people in video sequences by clustering feature motion paths." Computer Vision and Graphics. Springer International Publishing, 2014. 236- 245. (2014) [5] Vezzani, Roberto, Davide Baltieri, and Rita Cucchiara. "People reidentification in surveillance and forensics: A survey." ACM Computing Surveys (CSUR) 46.2 (2013): [6] Vezzani, Roberto, Davide Baltieri, and Rita Cucchiara- "People reidentification in surveillance and forensics: A survey." ACM Computing Surveys (CSUR) 46.2 (2013): 29.