SlideShare a Scribd company logo
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 2, Pages 216-218, March 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 216
Wireless Data Transfer in Under Water System
S.Sangeetha1
, E.Santhi Priya2
, K.S.Saranya3
, S.Saranya4
and T.Jayasimha5
1UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: sangee96ece@gmail.com
2UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: shanthi2595@gmail.com
3UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: saranyaks@yahoo.com
4UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: saranriya573@gmail.com
5Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: jayasimha412@gmail.com
Article Received: 11 March 2017 Article Accepted: 20 March 2017 Article Published: 23 March 2017
1. INTRODUCTION
This work investigates whether a contactless, wireless
underwater coupling could be developed for under water
sensor networks. This requires a wireless transmission of
power from the sensor hub to the transducer module, and the
two-way wireless data communication between hub and
transducer. Results from a trial deployment of systems with
conventional waterproof coupling show that these are a major
shortcoming of existing systems. Experiments are conducted
which demonstrate that a Zigbee transceiver, operating in the
2.4 GHZ band, can communicate with low error rates up to
40mm at low RF power (-25dBm) and up top 70 mm at higher
power (-3dBm) in sea water.
Ranges are slightly higher in fresh water. Inductive power
transfer, using a split transformer design, can transmit low
power, in the 50-100mW range with efficiency of
approximately 50% demonstrating that wireless sensor
couplings are feasible.
2. EXISTING SYSTEM
1) Embedded Bluetooth Data Acquisition System based on
ARM for Unmanned Underwater Vehicle (UUV).
2) This presented an abstract model of Embedded B1uetooth
Data Acquisition system which was designed using the ARM
processor as an embedded target and B1uetooth device which
is connected to the ARM processor through a RS-232 serial
port with ARM processor as the Central Data Acquisition
System and controlling system that controls the Bluetooth
device connected to it and acquires the data from the different
subsystems of a UUV.
Disadvantages
1) Bluetooth technology is a short-range wireless
communications technology.
2) Bluetooth security is weak compared to Wi-Fi and other
wireless data standards.
3) Bluetooth is intended to be very energy-efficient, it sends
data relatively slowly
3. PROPOSED SYSTEM
1) In this project the DC motor is used for the movement of
the robot with small coil for rotating purpose. Normally the
robot is float upper side of the water, when the robot is in the
forward position the right side of two DC motor should be on
remaining motor should be off.
2) Automatically the coil will be rotated, so the robot is
moving forward direction. Now for robot in reverse direction
the right side of the two relay should be on and remaining
relays should be in off state.
3) The robot direction is controlled by command through
Zigbee with the help of micro controller. As well as
temperature maintained at underwater also monitored.
Obstacles found out using ultrasonic sensor.
Advantages
1) One Zigbee network contains one master device and
maximum 254 slave devices. There can be as many as 100
Zigbee networks within one area.
2) This new method of implementation of Zigbee as a medium
for data acquTemperisition system will be useful for cleaning,
monitoring, understanding the clean and unclean underwater
environment.
3) ZigBee devices are usually asleep and packets are small.
These small packets usually have no troubles over-the-air.
4) ZigBee is an acknowledgement based protocol and will
re-send message if no acknowledgement is received.
4. BLOCK DIAGRAM
Robot Unit
ABSTRACT
The aim of this project is to develop under water communication system using the Zigbee protocol stack. This is very useful to find out any problem
in caves and mines. An embedded system is a special purpose system in which the compute is completely encapsulated by or dedicated to the device
or system. It controls personal digital assistant (PDAs) or handheld computers are generally considered embedded devices because of the nature of
their hardware design, even though they are more expandable in software terms.
Keywords: Under water communication system, Personal digital assistant and Zigbee.
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 2, Pages 216-218, March 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 217
Monitoring Unit
Temperature Sensor
Temperature is the most-measured process variable in
industrial automation. Most commonly, a temperature sensor
is used to convert temperature value to an electrical value.
Temperature Sensors are the key to read temperatures
correctly and to control temperature in industrials
applications. A large distinction can be made between
temperature sensor types. Sensors differ a lot in properties
such as contact-way, temperature range, calibrating method
and sensing element. The temperature sensors contain a
sensing element enclosed in housings of plastic or metal. With
the help of conditioning circuits, the sensor will reflect the
change of environmental temperature.
In the temperature functional module we developed, we use
the LM34 series of temperature sensors. The LM34 series are
precision integrated-circuit temperature sensors, whose
output voltage is linearly proportional to the Fahrenheit
temperature. The LM34 thus has an advantage over linear
temperature sensors calibrated in degrees Kelvin, as the user
is not required to subtract a large constant voltage from its
output to obtain convenient Fahrenheit scaling. The LM34
does not require any external calibration.
Ultrasonic Sensor
Ultrasonic sensors work on a principle similar to sonar which
evaluates distance of a target by interpreting the echoes from
ultrasonic sound waves. This ultrasonic module measures the
distance accurately which provides 0cm - 400cm with a gross
error of 3cm. Its compact size, higher range and easy usability
make it a handy sensor for distance measurement and
mapping. The module can easily be interfaced to micro
controllers where the triggering and measurement can be done
using two pin. The sensor transmits an ultrasonic wave and
produces an output pulse that corresponds to the time required
for the burst echo to return to the sensor. By measuring the
echo pulse width, the distance to target can easily be
calculated. With the sensor oriented as shown alongside,
locate Pin-1 as the 1st pin on the left hand side.
UART
The Universal Asynchronous Receiver/Transmitter (UART)
controller is the key component of the serial communications
subsystem of a computer. UART is also a common integrated
feature in most microcontrollers. The UART takes bytes of
data and transmits the individual bits in a sequential fashion.
At the destination, a second UART re-assembles the bits into
complete bytes. Serial transmission of digital information
(bits) through a single wire or other medium is much more
cost effective than parallel transmission through multiple
wires. Communication can be “full duplex” (both send and
receive at the same time) or “half duplex” (devices take turns
transmitting and receiving).
A UART (Universal Asynchronous Receiver/Transmitter) is
the microchip with programming that controls a computer's
interface to its attached serial devices. Specifically, it
provides the computer with the RS-232C Data Terminal
Equipment (DTE ) interface so that it can "talk" to and
exchange data with modems and other serial devices. As part
of this interface, the UART also:
1) Converts the bytes it receives from the computer
along parallel circuits into a single serial bit stream for
outbound transmission
2) On inbound transmission, converts the serial bit stream into
the bytes that the computer handles
3) Adds a parity bit (if it's been selected) on outbound
transmissions and checks the parity of incoming bytes (if
selected) and discards the parity bit
4) Adds start and stop delineators on outbound and strips
them from inbound transmissions
5) Handles interrupt s from the keyboard and mouse (which
are serial devices with special ports.
6) May handle other kinds of interrupt and device
management that require coordinating the computer's speed
of operation with device speeds
Arduino Software (IDE)
The Arduino Integrated Development Environment or
Arduino Software (IDE) contains a text editor for writing
code, a message area, a text console, a toolbar with buttons for
common functions and a series of menus. It connects to the
Arduino and Genuino hardware to upload programs and
communicate with them.
Asian Journal of Applied Science and Technology (AJAST)
Volume 1, Issue 2, Pages 216-218, March 2017
© 2017 AJAST All rights reserved. www.ajast.net
Page | 218
Zigbee
ZigBee is a mesh network specification for low-power
wireless local area networks (WLANs) that cover a large area.
ZigBee was designed to provide high data throughput in
applications where the duty cycle is low and low power
consumption is an important consideration. (Many devices
that use ZigBee are powered by battery.) Because ZigBee is
often used in industrial automation and physical plant
operation, it is often associated with machine-to-machine
(M2M) communication and the Internet of Things (IoT).
ZigBee is based on the Institute of Electrical and Electronics
Engineers Standards Association's 802.15 specification. It
operates on the IEEE 802.15.4 physical radio specification
and in unlicensed frequency bands, including 2.4 GHz,
900 MHz and 868 MHz. The specifications are maintained
and updated by the ZigBee Alliance.
5. HARDWARE REQUIREMENTS
 Temperature sensor
 Ultrasonic sensor
 Arduino controller
 Zigbee
 UART
 PC
6. SOFTWARE REQUIREMENTS
 Embedded C
 ARDUINO IDE
7. CONCLUSION
Monitoring the quality of water & collecting comprehensive
data, achieves sequential follow up of water pollution status in
remote region. This system not only provides comprehensive
evaluation of water environment but also can quickly discover
urgent water pollution accidents or natural disasters,
transferring the abnormal water quality information to
monitoring centre by quicker communication network and
provides graphical references for the decision making
department to comprehend the status of the disaster to
establish the prevention and cure policy.
REFERENCES
[1] N.Farr, A.Bowen, J.Ware, C.Pontbriand, and M.Tivey,
“An integrated, underwater optical/acoustic communication
system,” in OCEANS 2010 IEEE-Sydney.
[2] P.Vijaya Kumar, S.Praneeth, and R.B.Narendar,
“Analysis of optical wireless communication for underwater
wireless communication,” International Journal of Scientific
& Engineering Research, Vol.6, no.2, pp.1-9, 2011.
[3] S.Bloom, E.korevaar, J. Schuster, and H.Willerbrand,
“Understanding the performance of free –space optics
[invited],” Journal of optical networking, Vol. 2,no. 6,pp.
178-200, 2003.
[4] J.W.Bales and C.Chrissostomidis, “High bandwidth,
low-power, short-range optical communication underwater,”
in International symposium on Unmanned Untethered
Submersible Technology. University of New
Hampshire-Marine Systems, 1995, pp. 406-415.
[5] G.Baiden, Y.Bissiri, and A.Masoti, “Paving the way for a
future underwater Omni-directional wireless optical wireless
communication systems,” Ocean Engineering, Vol. 36, no. 9,
pp. 633-640, 2009.
[6] C. C.Gabriel, A.Khalighi, S.Bourennane, P.Leon, and
V.Rigaud, “Misalignment considerations in point–point
underwater wireless optical links,” in OCEANS –Bergen,
2013 MTS/IEEE., 2013, pp, 1-5.
[7] C.Gabriel, M.A.Khalighi, S.Bourennane, P.Leon, and
V.Rigaud, “Monte-caro-based channel characterization for
underwater Optical Communication Systems”, Journal of
Optical Communication and Networking, vol 5, no.1 pp.
1-12, 2013.
[8] W.C.Cox, J.Simpson, C.P.Domizioli, J.F.Muth,
B.L.Hughes, “An underwater optical communication system
implementing Reed-Solomon channel coding”, in OCEANS
2008-IEEE, 2008, pp. 1-6.
[9] F.Hason and S.Radic, “High bandwidth underwater
optical communication,” Applied Optics, vol.47, no.2,
pp.277-283, 2008.
[10] M. A. A. Ali, “Analyzing of short range underwater
optical wireless communication link,” International Jour .of
Electronics & Communication Technology (IJECT), vol.4,
no.3, 2013.

More Related Content

What's hot

IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
IRJET Journal
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic controlnskprasad
 
Introduction
IntroductionIntroduction
Introduction
HazratBilal82
 
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
Ankit Singh
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET Journal
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
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
 
Embedded Systems Projects Ideas
Embedded Systems Projects IdeasEmbedded Systems Projects Ideas
Embedded Systems Projects Ideas
Edgefxkits & Solutions
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET Journal
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET Journal
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
IRJET Journal
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection System
IRJET Journal
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
Kunal Kabra
 
FLOOD MONITORING AND ALERTING SYSTEM
FLOOD MONITORING AND ALERTING SYSTEMFLOOD MONITORING AND ALERTING SYSTEM
FLOOD MONITORING AND ALERTING SYSTEM
IAEME Publication
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage Follower
IRJET Journal
 
Design of safety and surviellance system for underground coal mines using low...
Design of safety and surviellance system for underground coal mines using low...Design of safety and surviellance system for underground coal mines using low...
Design of safety and surviellance system for underground coal mines using low...
Mohd Faiz
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontroller
krity kumari
 
Micro e systems_catalog
Micro e systems_catalogMicro e systems_catalog
Micro e systems_catalog
Electromate
 
IRJET- Lora based Smart Agriculture Monitoring System
IRJET-  	  Lora based Smart Agriculture Monitoring SystemIRJET-  	  Lora based Smart Agriculture Monitoring System
IRJET- Lora based Smart Agriculture Monitoring System
IRJET Journal
 

What's hot (20)

IRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart GridIRJET- Internet of Things (IoT) based Smart Grid
IRJET- Internet of Things (IoT) based Smart Grid
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic control
 
Introduction
IntroductionIntroduction
Introduction
 
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
IoT in Mining for Sensing, Monitoring and Prediction of Underground Mines Roo...
 
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01IRJET-  	  Wireless Health Monitoring System in Mine Areas using NRF24L01
IRJET- Wireless Health Monitoring System in Mine Areas using NRF24L01
 
IRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using ArduinoIRJET- IoT Air Pollution Monitoring System using Arduino
IRJET- IoT Air Pollution Monitoring System using Arduino
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
Embedded Systems Projects Ideas
Embedded Systems Projects IdeasEmbedded Systems Projects Ideas
Embedded Systems Projects Ideas
 
IRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection RobotIRJET- Solar Powered Transmission Line Inspection Robot
IRJET- Solar Powered Transmission Line Inspection Robot
 
339_311 PPT
339_311 PPT339_311 PPT
339_311 PPT
 
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...IRJET-  	  Wireless Data Monitoring and Fault Identification by using IoT in ...
IRJET- Wireless Data Monitoring and Fault Identification by using IoT in ...
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection System
 
TRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORSTRAFFIC SIGNAL CONTROL USING IR SENSORS
TRAFFIC SIGNAL CONTROL USING IR SENSORS
 
FLOOD MONITORING AND ALERTING SYSTEM
FLOOD MONITORING AND ALERTING SYSTEMFLOOD MONITORING AND ALERTING SYSTEM
FLOOD MONITORING AND ALERTING SYSTEM
 
IRJET- Automatic Luggage Follower
IRJET- Automatic Luggage FollowerIRJET- Automatic Luggage Follower
IRJET- Automatic Luggage Follower
 
Design of safety and surviellance system for underground coal mines using low...
Design of safety and surviellance system for underground coal mines using low...Design of safety and surviellance system for underground coal mines using low...
Design of safety and surviellance system for underground coal mines using low...
 
Density based traffic signal control using microcontroller
Density based traffic signal control using microcontrollerDensity based traffic signal control using microcontroller
Density based traffic signal control using microcontroller
 
Micro e systems_catalog
Micro e systems_catalogMicro e systems_catalog
Micro e systems_catalog
 
IRJET- Lora based Smart Agriculture Monitoring System
IRJET-  	  Lora based Smart Agriculture Monitoring SystemIRJET-  	  Lora based Smart Agriculture Monitoring System
IRJET- Lora based Smart Agriculture Monitoring System
 

Viewers also liked

Detection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image ProcessingDetection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image Processing
Associate Professor in VSB Coimbatore
 
Nanowires - Physics for Growth of Nanostructure
Nanowires - Physics for Growth of NanostructureNanowires - Physics for Growth of Nanostructure
Nanowires - Physics for Growth of Nanostructure
Associate Professor in VSB Coimbatore
 
A Study on Optical Fiber Telecommunications
A Study on Optical Fiber TelecommunicationsA Study on Optical Fiber Telecommunications
A Study on Optical Fiber Telecommunications
Associate Professor in VSB Coimbatore
 
Controller Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank SystemController Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank System
Associate Professor in VSB Coimbatore
 
Integrated Android Application for Effective Farming
Integrated Android Application for Effective FarmingIntegrated Android Application for Effective Farming
Integrated Android Application for Effective Farming
Associate Professor in VSB Coimbatore
 
Railway Track Fault and Obstacles Detection and Control Using Zigbee
Railway Track Fault and Obstacles Detection and Control Using ZigbeeRailway Track Fault and Obstacles Detection and Control Using Zigbee
Railway Track Fault and Obstacles Detection and Control Using Zigbee
Associate Professor in VSB Coimbatore
 
Project report_new_pdf
Project report_new_pdfProject report_new_pdf
Project report_new_pdftiwarivinit
 
Report underwater-wireless
Report underwater-wirelessReport underwater-wireless
Report underwater-wireless
patna
 
Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2
SURESHA V
 
Securing underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon KSecuring underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon K
Nisha Menon K
 
Presentación1
Presentación1Presentación1
PharmD/MBA for UCI pre-pharmacy club MAR 17
PharmD/MBA for UCI pre-pharmacy club MAR 17PharmD/MBA for UCI pre-pharmacy club MAR 17
PharmD/MBA for UCI pre-pharmacy club MAR 17
Chris Lozano
 
Informe de sostenibilidad riopaila
Informe de sostenibilidad riopailaInforme de sostenibilidad riopaila
Informe de sostenibilidad riopaila
Juana Berlinda Becerra Hinestroza
 
EL DESPLOME INMOBILIARIO DEL ECUADOR
EL DESPLOME INMOBILIARIO DEL ECUADOR EL DESPLOME INMOBILIARIO DEL ECUADOR
EL DESPLOME INMOBILIARIO DEL ECUADOR
Investigación arquitectura
 
Concetrated solar thermal
Concetrated solar thermalConcetrated solar thermal
Concetrated solar thermal
3EN CLEAN TECH PVT LTD
 
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
Acontecer Escolar
 
Studio49 Часть 1
Studio49 Часть 1Studio49 Часть 1
Studio49 Часть 1
mutpyxa77
 
Prótesis: alternativa de vida
Prótesis: alternativa de vidaPrótesis: alternativa de vida
Prótesis: alternativa de vida
Quetzi Tamayo
 
Länder sprachen nationalitäten
Länder sprachen nationalitätenLänder sprachen nationalitäten
Länder sprachen nationalitäten
FrauA
 
S4 tarea4 panag
S4 tarea4 panagS4 tarea4 panag
S4 tarea4 panag
graciela32
 

Viewers also liked (20)

Detection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image ProcessingDetection of Malarial Parasite in Blood Using Image Processing
Detection of Malarial Parasite in Blood Using Image Processing
 
Nanowires - Physics for Growth of Nanostructure
Nanowires - Physics for Growth of NanostructureNanowires - Physics for Growth of Nanostructure
Nanowires - Physics for Growth of Nanostructure
 
A Study on Optical Fiber Telecommunications
A Study on Optical Fiber TelecommunicationsA Study on Optical Fiber Telecommunications
A Study on Optical Fiber Telecommunications
 
Controller Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank SystemController Tuning Method for Non-Linear Conical Tank System
Controller Tuning Method for Non-Linear Conical Tank System
 
Integrated Android Application for Effective Farming
Integrated Android Application for Effective FarmingIntegrated Android Application for Effective Farming
Integrated Android Application for Effective Farming
 
Railway Track Fault and Obstacles Detection and Control Using Zigbee
Railway Track Fault and Obstacles Detection and Control Using ZigbeeRailway Track Fault and Obstacles Detection and Control Using Zigbee
Railway Track Fault and Obstacles Detection and Control Using Zigbee
 
Project report_new_pdf
Project report_new_pdfProject report_new_pdf
Project report_new_pdf
 
Report underwater-wireless
Report underwater-wirelessReport underwater-wireless
Report underwater-wireless
 
Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2Wirleless communicatrion notes for 8th sem EC -unit 2
Wirleless communicatrion notes for 8th sem EC -unit 2
 
Securing underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon KSecuring underwater wireless communication by Nisha Menon K
Securing underwater wireless communication by Nisha Menon K
 
Presentación1
Presentación1Presentación1
Presentación1
 
PharmD/MBA for UCI pre-pharmacy club MAR 17
PharmD/MBA for UCI pre-pharmacy club MAR 17PharmD/MBA for UCI pre-pharmacy club MAR 17
PharmD/MBA for UCI pre-pharmacy club MAR 17
 
Informe de sostenibilidad riopaila
Informe de sostenibilidad riopailaInforme de sostenibilidad riopaila
Informe de sostenibilidad riopaila
 
EL DESPLOME INMOBILIARIO DEL ECUADOR
EL DESPLOME INMOBILIARIO DEL ECUADOR EL DESPLOME INMOBILIARIO DEL ECUADOR
EL DESPLOME INMOBILIARIO DEL ECUADOR
 
Concetrated solar thermal
Concetrated solar thermalConcetrated solar thermal
Concetrated solar thermal
 
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
PERIODICO ESCOLAR DE LA ESCUELA BÁSICA BOLIVARIANA BARINAS MES DE MARZO 2017
 
Studio49 Часть 1
Studio49 Часть 1Studio49 Часть 1
Studio49 Часть 1
 
Prótesis: alternativa de vida
Prótesis: alternativa de vidaPrótesis: alternativa de vida
Prótesis: alternativa de vida
 
Länder sprachen nationalitäten
Länder sprachen nationalitätenLänder sprachen nationalitäten
Länder sprachen nationalitäten
 
S4 tarea4 panag
S4 tarea4 panagS4 tarea4 panag
S4 tarea4 panag
 

Similar to Wireless Data Transfer in Under Water System

Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
IRJET Journal
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiver
zaidinvisible
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiver
zaidinvisible
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
IRJET Journal
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET Journal
 
I45015153
I45015153I45015153
I45015153
IJERA Editor
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
IRJET Journal
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
ijsrd.com
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
IRJET Journal
 
WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industry
ijtsrd
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
Pawan Kumar Ganjhu
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
eSAT Journals
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET Journal
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
IRJET Journal
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
eSAT Publishing House
 
MONITORING FIXTURES OF CNC MACHINE
MONITORING FIXTURES OF CNC MACHINEMONITORING FIXTURES OF CNC MACHINE
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
IRJET Journal
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
IRJET Journal
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensor
ijsrd.com
 

Similar to Wireless Data Transfer in Under Water System (20)

Electrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and LaptopElectrical Appliances Control using Wi-Fi and Laptop
Electrical Appliances Control using Wi-Fi and Laptop
 
Design and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiverDesign and implementation smart home alarm system with zig bee transceiver
Design and implementation smart home alarm system with zig bee transceiver
 
Design and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiverDesign and implementation smart home alarm system with zigbee transceiver
Design and implementation smart home alarm system with zigbee transceiver
 
IRJET-5G Mobile Technology
IRJET-5G Mobile TechnologyIRJET-5G Mobile Technology
IRJET-5G Mobile Technology
 
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...IRJET-  	  Wireless Sensor Network Based Internet of things for Environmental...
IRJET- Wireless Sensor Network Based Internet of things for Environmental...
 
I45015153
I45015153I45015153
I45015153
 
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
Environmental Monitoring using Wireless Sensor Networks (WSN) based on IOT.
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
 
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry PiDesign and Implementation of Secured Wireless Communication Using Raspberry Pi
Design and Implementation of Secured Wireless Communication Using Raspberry Pi
 
WSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in IndustryWSN Based Temperature Monitoring System for Multiple Locations in Industry
WSN Based Temperature Monitoring System for Multiple Locations in Industry
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...Real time approach of piezo actuated beam for wireless seismic measurement us...
Real time approach of piezo actuated beam for wireless seismic measurement us...
 
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically ChallengedIRJET- Intelligent Home Monitoring using IoT for Physically Challenged
IRJET- Intelligent Home Monitoring using IoT for Physically Challenged
 
IRJET- Smart Blind Stick for Visually Impaired People
IRJET-  	  Smart Blind Stick for Visually Impaired PeopleIRJET-  	  Smart Blind Stick for Visually Impaired People
IRJET- Smart Blind Stick for Visually Impaired People
 
Real time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wirelessReal time approach of piezo actuated beam for wireless
Real time approach of piezo actuated beam for wireless
 
MONITORING FIXTURES OF CNC MACHINE
MONITORING FIXTURES OF CNC MACHINEMONITORING FIXTURES OF CNC MACHINE
MONITORING FIXTURES OF CNC MACHINE
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
 
Multiparameter Web Sensor
Multiparameter Web SensorMultiparameter Web Sensor
Multiparameter Web Sensor
 

More from Associate Professor in VSB Coimbatore

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Associate Professor in VSB Coimbatore
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Associate Professor in VSB Coimbatore
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Associate Professor in VSB Coimbatore
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee Retention
Associate Professor in VSB Coimbatore
 
Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation  Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation
Associate Professor in VSB Coimbatore
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Associate Professor in VSB Coimbatore
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Associate Professor in VSB Coimbatore
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
Associate Professor in VSB Coimbatore
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...
Associate Professor in VSB Coimbatore
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Associate Professor in VSB Coimbatore
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Associate Professor in VSB Coimbatore
 
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, NigeriaEcological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Associate Professor in VSB Coimbatore
 
Mass & Quark Symmetry
Mass & Quark SymmetryMass & Quark Symmetry
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Associate Professor in VSB Coimbatore
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Associate Professor in VSB Coimbatore
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Associate Professor in VSB Coimbatore
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Associate Professor in VSB Coimbatore
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Associate Professor in VSB Coimbatore
 
Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries
Associate Professor in VSB Coimbatore
 

More from Associate Professor in VSB Coimbatore (20)

Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
Usmonkhoja Polatkhoja’s Son and His Role in National Liberation Movements of ...
 
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
Flood Vulnerability Mapping using Geospatial Techniques: Case Study of Lagos ...
 
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
Improvement in Taif Roses’ Perfume Manufacturing Process by Using Work Study ...
 
A Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee RetentionA Systematic Review on Various Factors Influencing Employee Retention
A Systematic Review on Various Factors Influencing Employee Retention
 
Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation  Digital Planting Pot for Smart Irrigation
Digital Planting Pot for Smart Irrigation
 
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
Methodologies for Resolving Data Security and Privacy Protection Issues in Cl...
 
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
Determine the Importance Level of Criteria in Creating Cultural Resources’ At...
 
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
New One-Pot Synthetic Route and Spectroscopic Characterization of Hydroxo-Bri...
 
A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...A Review on the Distribution, Nutritional Status and Biological Activity of V...
A Review on the Distribution, Nutritional Status and Biological Activity of V...
 
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
Psoralen Promotes Myogenic Differentiation of Muscle Cells to Repair Fracture
 
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
Saliva: An Economic and Reliable Alternative for the Detection of SARS-CoV-2 ...
 
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, NigeriaEcological Footprint of Food Consumption in Ijebu Ode, Nigeria
Ecological Footprint of Food Consumption in Ijebu Ode, Nigeria
 
Mass & Quark Symmetry
Mass & Quark SymmetryMass & Quark Symmetry
Mass & Quark Symmetry
 
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
Biocompatible Molybdenum Complexes Based on Terephthalic Acid and Derived fro...
 
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
Influence of Low Intensity Aerobic Exercise Training on the Vo2 Max in 11 to ...
 
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
Effects of Planting Ratio and Planting Distance on Kadaria 1 Hybrid Rice Seed...
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal  Study of the Cassava Production System in the Department of Tivaouane, Senegal
Study of the Cassava Production System in the Department of Tivaouane, Senegal
 
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
Burnout of Nurses in Nursing Homes: To What Extent Age, Education, Length of ...
 
Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries Hepatitis and its Transmission Through Needlestick Injuries
Hepatitis and its Transmission Through Needlestick Injuries
 

Recently uploaded

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
Vijay Dialani, PhD
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
ViniHema
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
ML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptxML for identifying fraud using open blockchain data.pptx
ML for identifying fraud using open blockchain data.pptx
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
H.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdfH.Seo,  ICLR 2024, MLILAB,  KAIST AI.pdf
H.Seo, ICLR 2024, MLILAB, KAIST AI.pdf
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
power quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptxpower quality voltage fluctuation UNIT - I.pptx
power quality voltage fluctuation UNIT - I.pptx
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

Wireless Data Transfer in Under Water System

  • 1. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 2, Pages 216-218, March 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 216 Wireless Data Transfer in Under Water System S.Sangeetha1 , E.Santhi Priya2 , K.S.Saranya3 , S.Saranya4 and T.Jayasimha5 1UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: sangee96ece@gmail.com 2UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: shanthi2595@gmail.com 3UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: saranyaks@yahoo.com 4UG Scholar, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: saranriya573@gmail.com 5Assistant Professor, Department of ECE, Vivekanandha College of Engineering for Women, India. Email: jayasimha412@gmail.com Article Received: 11 March 2017 Article Accepted: 20 March 2017 Article Published: 23 March 2017 1. INTRODUCTION This work investigates whether a contactless, wireless underwater coupling could be developed for under water sensor networks. This requires a wireless transmission of power from the sensor hub to the transducer module, and the two-way wireless data communication between hub and transducer. Results from a trial deployment of systems with conventional waterproof coupling show that these are a major shortcoming of existing systems. Experiments are conducted which demonstrate that a Zigbee transceiver, operating in the 2.4 GHZ band, can communicate with low error rates up to 40mm at low RF power (-25dBm) and up top 70 mm at higher power (-3dBm) in sea water. Ranges are slightly higher in fresh water. Inductive power transfer, using a split transformer design, can transmit low power, in the 50-100mW range with efficiency of approximately 50% demonstrating that wireless sensor couplings are feasible. 2. EXISTING SYSTEM 1) Embedded Bluetooth Data Acquisition System based on ARM for Unmanned Underwater Vehicle (UUV). 2) This presented an abstract model of Embedded B1uetooth Data Acquisition system which was designed using the ARM processor as an embedded target and B1uetooth device which is connected to the ARM processor through a RS-232 serial port with ARM processor as the Central Data Acquisition System and controlling system that controls the Bluetooth device connected to it and acquires the data from the different subsystems of a UUV. Disadvantages 1) Bluetooth technology is a short-range wireless communications technology. 2) Bluetooth security is weak compared to Wi-Fi and other wireless data standards. 3) Bluetooth is intended to be very energy-efficient, it sends data relatively slowly 3. PROPOSED SYSTEM 1) In this project the DC motor is used for the movement of the robot with small coil for rotating purpose. Normally the robot is float upper side of the water, when the robot is in the forward position the right side of two DC motor should be on remaining motor should be off. 2) Automatically the coil will be rotated, so the robot is moving forward direction. Now for robot in reverse direction the right side of the two relay should be on and remaining relays should be in off state. 3) The robot direction is controlled by command through Zigbee with the help of micro controller. As well as temperature maintained at underwater also monitored. Obstacles found out using ultrasonic sensor. Advantages 1) One Zigbee network contains one master device and maximum 254 slave devices. There can be as many as 100 Zigbee networks within one area. 2) This new method of implementation of Zigbee as a medium for data acquTemperisition system will be useful for cleaning, monitoring, understanding the clean and unclean underwater environment. 3) ZigBee devices are usually asleep and packets are small. These small packets usually have no troubles over-the-air. 4) ZigBee is an acknowledgement based protocol and will re-send message if no acknowledgement is received. 4. BLOCK DIAGRAM Robot Unit ABSTRACT The aim of this project is to develop under water communication system using the Zigbee protocol stack. This is very useful to find out any problem in caves and mines. An embedded system is a special purpose system in which the compute is completely encapsulated by or dedicated to the device or system. It controls personal digital assistant (PDAs) or handheld computers are generally considered embedded devices because of the nature of their hardware design, even though they are more expandable in software terms. Keywords: Under water communication system, Personal digital assistant and Zigbee.
  • 2. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 2, Pages 216-218, March 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 217 Monitoring Unit Temperature Sensor Temperature is the most-measured process variable in industrial automation. Most commonly, a temperature sensor is used to convert temperature value to an electrical value. Temperature Sensors are the key to read temperatures correctly and to control temperature in industrials applications. A large distinction can be made between temperature sensor types. Sensors differ a lot in properties such as contact-way, temperature range, calibrating method and sensing element. The temperature sensors contain a sensing element enclosed in housings of plastic or metal. With the help of conditioning circuits, the sensor will reflect the change of environmental temperature. In the temperature functional module we developed, we use the LM34 series of temperature sensors. The LM34 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the Fahrenheit temperature. The LM34 thus has an advantage over linear temperature sensors calibrated in degrees Kelvin, as the user is not required to subtract a large constant voltage from its output to obtain convenient Fahrenheit scaling. The LM34 does not require any external calibration. Ultrasonic Sensor Ultrasonic sensors work on a principle similar to sonar which evaluates distance of a target by interpreting the echoes from ultrasonic sound waves. This ultrasonic module measures the distance accurately which provides 0cm - 400cm with a gross error of 3cm. Its compact size, higher range and easy usability make it a handy sensor for distance measurement and mapping. The module can easily be interfaced to micro controllers where the triggering and measurement can be done using two pin. The sensor transmits an ultrasonic wave and produces an output pulse that corresponds to the time required for the burst echo to return to the sensor. By measuring the echo pulse width, the distance to target can easily be calculated. With the sensor oriented as shown alongside, locate Pin-1 as the 1st pin on the left hand side. UART The Universal Asynchronous Receiver/Transmitter (UART) controller is the key component of the serial communications subsystem of a computer. UART is also a common integrated feature in most microcontrollers. The UART takes bytes of data and transmits the individual bits in a sequential fashion. At the destination, a second UART re-assembles the bits into complete bytes. Serial transmission of digital information (bits) through a single wire or other medium is much more cost effective than parallel transmission through multiple wires. Communication can be “full duplex” (both send and receive at the same time) or “half duplex” (devices take turns transmitting and receiving). A UART (Universal Asynchronous Receiver/Transmitter) is the microchip with programming that controls a computer's interface to its attached serial devices. Specifically, it provides the computer with the RS-232C Data Terminal Equipment (DTE ) interface so that it can "talk" to and exchange data with modems and other serial devices. As part of this interface, the UART also: 1) Converts the bytes it receives from the computer along parallel circuits into a single serial bit stream for outbound transmission 2) On inbound transmission, converts the serial bit stream into the bytes that the computer handles 3) Adds a parity bit (if it's been selected) on outbound transmissions and checks the parity of incoming bytes (if selected) and discards the parity bit 4) Adds start and stop delineators on outbound and strips them from inbound transmissions 5) Handles interrupt s from the keyboard and mouse (which are serial devices with special ports. 6) May handle other kinds of interrupt and device management that require coordinating the computer's speed of operation with device speeds Arduino Software (IDE) The Arduino Integrated Development Environment or Arduino Software (IDE) contains a text editor for writing code, a message area, a text console, a toolbar with buttons for common functions and a series of menus. It connects to the Arduino and Genuino hardware to upload programs and communicate with them.
  • 3. Asian Journal of Applied Science and Technology (AJAST) Volume 1, Issue 2, Pages 216-218, March 2017 © 2017 AJAST All rights reserved. www.ajast.net Page | 218 Zigbee ZigBee is a mesh network specification for low-power wireless local area networks (WLANs) that cover a large area. ZigBee was designed to provide high data throughput in applications where the duty cycle is low and low power consumption is an important consideration. (Many devices that use ZigBee are powered by battery.) Because ZigBee is often used in industrial automation and physical plant operation, it is often associated with machine-to-machine (M2M) communication and the Internet of Things (IoT). ZigBee is based on the Institute of Electrical and Electronics Engineers Standards Association's 802.15 specification. It operates on the IEEE 802.15.4 physical radio specification and in unlicensed frequency bands, including 2.4 GHz, 900 MHz and 868 MHz. The specifications are maintained and updated by the ZigBee Alliance. 5. HARDWARE REQUIREMENTS  Temperature sensor  Ultrasonic sensor  Arduino controller  Zigbee  UART  PC 6. SOFTWARE REQUIREMENTS  Embedded C  ARDUINO IDE 7. CONCLUSION Monitoring the quality of water & collecting comprehensive data, achieves sequential follow up of water pollution status in remote region. This system not only provides comprehensive evaluation of water environment but also can quickly discover urgent water pollution accidents or natural disasters, transferring the abnormal water quality information to monitoring centre by quicker communication network and provides graphical references for the decision making department to comprehend the status of the disaster to establish the prevention and cure policy. REFERENCES [1] N.Farr, A.Bowen, J.Ware, C.Pontbriand, and M.Tivey, “An integrated, underwater optical/acoustic communication system,” in OCEANS 2010 IEEE-Sydney. [2] P.Vijaya Kumar, S.Praneeth, and R.B.Narendar, “Analysis of optical wireless communication for underwater wireless communication,” International Journal of Scientific & Engineering Research, Vol.6, no.2, pp.1-9, 2011. [3] S.Bloom, E.korevaar, J. Schuster, and H.Willerbrand, “Understanding the performance of free –space optics [invited],” Journal of optical networking, Vol. 2,no. 6,pp. 178-200, 2003. [4] J.W.Bales and C.Chrissostomidis, “High bandwidth, low-power, short-range optical communication underwater,” in International symposium on Unmanned Untethered Submersible Technology. University of New Hampshire-Marine Systems, 1995, pp. 406-415. [5] G.Baiden, Y.Bissiri, and A.Masoti, “Paving the way for a future underwater Omni-directional wireless optical wireless communication systems,” Ocean Engineering, Vol. 36, no. 9, pp. 633-640, 2009. [6] C. C.Gabriel, A.Khalighi, S.Bourennane, P.Leon, and V.Rigaud, “Misalignment considerations in point–point underwater wireless optical links,” in OCEANS –Bergen, 2013 MTS/IEEE., 2013, pp, 1-5. [7] C.Gabriel, M.A.Khalighi, S.Bourennane, P.Leon, and V.Rigaud, “Monte-caro-based channel characterization for underwater Optical Communication Systems”, Journal of Optical Communication and Networking, vol 5, no.1 pp. 1-12, 2013. [8] W.C.Cox, J.Simpson, C.P.Domizioli, J.F.Muth, B.L.Hughes, “An underwater optical communication system implementing Reed-Solomon channel coding”, in OCEANS 2008-IEEE, 2008, pp. 1-6. [9] F.Hason and S.Radic, “High bandwidth underwater optical communication,” Applied Optics, vol.47, no.2, pp.277-283, 2008. [10] M. A. A. Ali, “Analyzing of short range underwater optical wireless communication link,” International Jour .of Electronics & Communication Technology (IJECT), vol.4, no.3, 2013.