Mini Project
Mini Project
LCD
FUNCTION
ARDUINO SWITCH GENERATOR/
T
CODE
POWER
R
SUPPLY
SYSTEM ARCHITECTURE
Latitude
Longitude
OLED Display
Territory/
GPS GSM
Control
Module Module
Room
ARDUINO
Power
Buzzer
Supply
Sensor
DATA FLOW DIAGRAM
Border
GPS Receiver
Position
Compare
Data Position
Get next input
Alert
Controller
SYSTEM REQUIREMENTS
Hardware:
• Arduino Controller
• Ultrasonic Sensor
• GSM Module
• GPS Module
• Temperature Sensor.
SYSTEM REQUIREMENTS
Software:
• Windows OS 8.1/10
• Arduino IDE
• Programming language of C and C++.
LIST OF MODULES
• Ultrasonic Sensor – helps to measure a distance.
• GSM Module - digital cellular networks used by mobile
devices such as mobile phones.
• GPS Module – uses to locate a person/thing that actually
where it is.
• Temperature Sensor – basically a device used to predict a
temperature.
MODULE DESCRIPTION
ULTRASONIC SENSOR:
The ultrasonic sensor works on the principle of SONAR
and RADAR system which is used to determine the distance to an
object. In this module, an ultrasonic sensor has been
amalgamated to measure a depth which is most convenient way
for measuring a distances from an object.
MODULE DESCRIPTION
GSM MODULE:
Here, GSM stands for Global System for Mobile
Communication. A GSM Module is used to enable
communication between a microcontroller and the GSM
Network. It is a digital cellular technology used for transmitting
mobile voice and data services. By which we can communicate
with the people who beyond to our eyes. GSM operates on two
frequency bands i.e either 900MHz or 1800 MHz.
It is used to send a voice calls and data services through a SIM
card
MODULE DESCRIPTION
GPS MODULE:
GPS module contain tiny processors and antennas that
directly receive data sent by satellites through dedicated RF
frequencies. It is a satellite-based system that uses satellites and
ground stations to measure and compute its position on
Earth. GPS is also known as Navigation System with Time and
Ranging (NAVSTAR) GPS. It is used to determine and track its
precise location.
It combines of GSM and GPS module SIM 808.
International Maritime Boundary Line(IMBL) of India and Sri
Lanka
MODULE DESCRIPTION
TEMPERATURE SENSOR:
It is a kind of an electronic device which is used to
measure a temperature of its environment where we kept. It will
provide a data of such environment’s temperature and humidity
level. By which we may get to know a temperature celsius of a
place.
MODULE IMPLEMENTATION
(DEMONSTRATION)
int state = 0;
double lat, long;
const int pin = 9;
float gpslat, gpslon;
TinyGPS gps;
SoftwareSerial sgps(4, 5);
SoftwareSerial sgsm(2, 3);
void setup()
{
sgsm.begin(9600);
sgps.begin(9600);
}
void loop()
{
while (sgps.available())
{
int c = sgps.read();
if (gps.encode(c))
{
gps.f_get_position(&gpslat, &gpslon);
SOURCE CODE
} }
if (45.479133 <= lat >= 45.493510 && 42.541359 <= long >= 42.522058)
{
sgsm.print("\r");
delay(1000);
sgsm.print("AT+CMGF=1\");
delay(1000);
sgsm.print("AT+CMGS=\"+91 XXXXXXXXXX\"\");
delay(1000);
Serial.print(“Enemies are ahead”);
delay(4000);
sgsm.print("Latitude :");
sgsm.println(gpslat, 6);
sgsm.print("Longitude:");
sgsm.println(gpslon, 6);
delay(1000);
sgsm.write(0x1A);
delay(1000);
state = 1;
}
else
{
SOURCE CODE
TEMPERATURE:
dht DHT;
void setup()
{
Serial.begin(9600);
delay(500);
}
void loop()
{
DHT.read11(dht_apin);
Serial.print("temperature = ");
Serial.print(DHT.temperature);
Serial.println("C ");
delay(5000);
Serial.print("humidity = ");
Serial.print(DHT.humidity);
Serial.print("% ");
}
SOURCE CODE
COMPARISON:
double lat, long;
void loop()
{
if(45.479133 <= lat >= 45.493510 && 42.541359 <= long >= 42.522058)
{
Serial.print("Lt: ");
Serial.println(latitude,5);
Serial.print("Ln: ");
Serial.println(longitude,5);
}
}
SOURCE CODE
HEADER FILE:
#include <LiquidCrystal.h>
#include <SoftwareSerial.h>
#include <TinyGPS.h>
#include <dht.h>
#define dht_apin A0
#include <SoftwareSerial.h>
#include<Wire.h>
OUTPUT AND SCREENSHOTS
OUTPUT AND SCREENSHOTS
OUTPUT AND SCREENSHOTS
CONCLUSION
The overall implementation of the project
is to provide a security to our fishermen. By
which we can protect and monitor them at 24/7
surveillance. It helps them to make their work as
simple by using some devices/modules which
we used in this project. With the help of this
project, we can safeguard our fishermen from
the enemies.
REFRENCES
• V. Yogalakshmi, R. B. Begam, V.Bakyalakshmi - Fishermen Aid
and Nautical Border Alert System || International Journal of
Engineering and Advanced Technology (IJEAT), Vol 8, PP. 2249
– 8958, Issue-6, 2019
• http://www.gsm-modem.de/
• S. Das , Islam Md. Shahinur, A. A. Haque, Amin Ruhul, S.
Majumder - Design and Implementation of Water Depth
Measurement and Object Detection Model Using Ultrasonic
Signal System || International Journal of Engineering
Research and Development, Volume 4, Oct. 2012, PP. 62-69
• https://earth.google.com/
REFERENCES
Aishwarya, R. Borad, Dawda, N. Bangera – Fishermen Nautical
Border Alert System || International Journal of Advanced
Research in Computer Engineering & Technology, Vol 5, Mar
2016, PP. 2278 – 1323
https://sciencedirect.com/.
M. Sivarathinabala, K. Vinulakshmi, T. N. Projoth - Design of
Smart Tracking System using microcontroller || ARPN Journal
of Engineering and Applied Sciences, Vol. 13, JUL 2018, PP.
1819-6608.
https://howtomechatronics.com
REFERENCES
Udhayakumar, Liston Deva Glindis – Border Alert and Secured
System for Fishermen || International Journal of Trend in
Scientific Research and Development, Vol. 3, Nov – Dec 2018,
PP. 2456 – 6470
• M. Baharuddin, Z. B. Hasan, Misdawati, K. Mansur –
Waterproof Ultrasonic Sensing System For Locating Fish In
Underwater Area || International Journal of Engineering and
Science Applications, Vol. vol.3, 2, Nov 16, PP. 2406-9833.