SlideShare a Scribd company logo
1 of 28
WATER ENVIRONMENT MEASURING
SYSTEM USING PH SENSOR
PRESENTED BY
L SURESH BABU 403
 SHAIK WAJID ALI 406
 SR SAI KUMAR 408
B SRINIVASA REDDY 417
CONTENTS:
 ABSTRACT
 BLOCK DIAGRAM
 HARDWARE REQUIREMENTS
 SOFTWARE REQUIREMENTS
 HARDWARE TESTING
 CIRCUIT DIAGRAM
 FUTURE SCOPE
 CONCLUSION
ABSTRACT
 In aquiculture field, water environment parameters as
Such as temperature, velocity of flow, pH value and
content of ammoniac nitrogen must be reported and
handled in time.
 Each sensor node of the network, which is composed of
various sensors and a Zigbee chip CC2430, could
measure temperature, velocity of flow, pH value, content
of ammoniacal nitrogen etc.
 A GPRS module is used to complete data exchanging
between remote monitoring center and the wireless
sensor network.
 This system is an application in aquiculture field. This
system could diagnose the type of water environment
parameter abnormity automatically.
BLOCK DIAGRAM
HARDWARE REQUIREMENTS
1. TRANSFORMER (230 – 12 V AC)
2. VOLTAGE REGULATOR (LM 7805)
3. RECTIFIER
4. FILTER
5. MICROCONTROLLER (AT89S52/AT89C51)
6. PH SENSOR
7. LCD
8. BC547
9. 1N4007
10. RESISTORS
1. TRANSFORMER (230 – 12 V AC)
 Transformers convert AC electricity from one voltage to
another with a little loss of power.
 Step-up transformers increase voltage, step-down
transformers reduce voltage
 Most power supplies use a step-down transformer to reduce
the dangerously high voltage to a safer low voltage.
2. VOLTAGE REGULATOR (LM 7805)
Features:
 Output Current up to 1A.
 Output Voltages of 5, 6, 8, 9, 10, 12, 15, 18, 24V.
 Thermal Overload Protection.
 Short Circuit Protection.
 Output Transistor Safe Operating Area Protection.
3. RECTIFIER
 A rectifier is an electrical device that converts alternating current
(AC), which periodically reverses direction, to direct current (DC),
current that flows in only one direction, a process known as
rectification.
 The output from the transformer is fed to the rectifier.
 It converts A.C. into pulsating D.C. The rectifier may be a half wave
or a full wave rectifier.
 In this project, a bridge rectifier is used because of its merits like
good stability and full wave rectification.
4. FILTER
 Capacitive filter is used in this project.
 It removes the ripples from the output of rectifier and
smoothens the D.C. Output received from this filter
 The simple capacitor filter is the most basic type of power
supply filter.
 The use of this filter is very limited.
 It is sometimes used on extremely high-voltage, low-current
power supplies for cathode-ray and similar electron tubes that
require very little load current from the supply.
5. MICROCONTROLLER (AT89S52/AT89C51)
 The AT89S52 is a low-power, high-performance CMOS 8-bit
microcontroller with 8K bytes of in-system programmable Flash
memory.
 The Atmel AT89S52 is a powerful microcontroller which provides a
highly-flexible and cost-effective solution to many embedded control
applications.
FEATURES:
 8K Bytes of In-System Programmable (ISP) Flash
Memory
 4.0V to 5.5V Operating Range
 256 x 8-bit Internal RAM
 32 Programmable I/O Lines
 Three 16-bit Timer/Counters
 Interrupt Recovery from Power-down Mode
 Fast Programming Time
6. PH SENSOR
 The Model PHE-45P pH Sensor measures the pH of aqueous
solutions in industrial and municipal process applications.
SENSOR SPECIFICATIONS
 Measuring Range 0 to 14.00 pH
 Sensitivity 0.002 pH
 Stability 0.02 pH per 24 hours
 Wetted Materials PEEK, ceramic, titanium, glass
 Temperature Range -5 to +95 C (23 to 203 F)
 Pressure Range 0 to 100 psig
 Maximum Flow Rate 10 feet (3 meters) per second
 Max. Sensor-Analyzer 3,000 feet (914 meters)
Distance
 Weight 1 lb. (0.45 kg)
7. LCD (LIQUID CRYSTAL DISPLAY)
 LCD display is an inevitable part in almost all embedded projects and
this article is about interfacing 16 2 LCD with 8051 microcontroller.
 By using it you can easily design embedded projects like digital
voltmeter / ammeter, digital clock, home automation displays, status
indicator display, digital code locks, digital speedometer/
odometer, display for music players etc etc.
 LCD (Liquid Crystal Display) screen is an electronic display module
and find a wide range of applications.
 A 16x2 LCD display is very basic module and is very commonly used
in various devices and circuits.
 A 16x2 LCD means it can display 16 characters per line and there
are 2 such lines.
8. TRANSISTOR BC547
 The BC547 transistor is an NPN Epitaxial Silicon Transistor.
 The BC547 transistor is a general-purpose transistor in small
plastic packages.
 It is used in general-purpose switching and amplification
BC847/BC547 series 45 V, 100 mA NPN general-purpose
transistors.
 In typical operation, the emitter base junction is forward
biased and the base collector junction is reverse biased.
9. DIODE (1N4007)
 Diodes are used to convert AC into DC these are used as half
wave rectifier or full wave rectifier
 Diodes of number IN4001, IN4002, IN4003, IN4004, IN4005,
IN4006 and IN4007 have maximum reverse bias voltage
capacity of 50V and maximum forward current capacity of 1
Amp.
10. RESISTORS
 A resistor is a two-terminal electronic component designed to oppose
an electric current by producing a voltage drop between its terminals
in proportion to the current
 Resistors are used as part of electrical networks and electronic
circuits.
 They are extremely commonplace in most electronic equipment.
 Practical resistors can be made of various compounds and films, as
well as resistance wire (wire made of a high-resistivity alloy, such as
nickel/chrome).
COLOUR CODING OF RESISTORS
SOFTWARE REQUIREMENTS
 KEIL MICRO VISION 2
 CONCEPT OF COMPILERS
 KEIL C CROSS COMPILER
 EMBEDDED C
KEIL MICRO VISION 2
 Keil an ARM Company makes C compilers, macro
assemblers, real-time kernels, debuggers, simulators,
integrated environments, evaluation boards, and emulators for
ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051
MCU families.
 When starting a new project, simply select the microcontroller
you use from the Device Database and the µVision IDE sets
all compiler, assembler, linker, and memory options for you.
 Keil is a cross compiler. So first we have to understand the
concept of compilers and cross compilers. After then we shall
learn how to work with Keil.
CONCEPT OF COMPILER
 Compilers are programs used to convert a High Level
Language to object code.
 Desktop compilers produce an output object code for the
underlying microprocessor, but not for other microprocessors.
I.E the programs written in one of the HLL like ‘C’ will compile
the code to run on the system for a particular processor like
x86 (underlying microprocessor in the computer).
 The compiler derives its name from the way it works, looking
at the entire piece of source code and collecting and
reorganizing the instruction.
 The advantage of interpreters is that they can execute a
program immediately.
KEIL C CROSS COMPILER
Keil is a German based Software development company. It
provides several development tools like
 IDE (Integrated Development environment)
 Project Manager
 Simulator
 Debugger
 C Cross Compiler, Cross Assembler, Locator/Linker
EMBEDDED C
 Use of embedded processors in passenger cars, mobile
phones, medical equipment, aerospace systems and defense
systems is widespread, and even everyday domestic
appliances such as dish washers, televisions, washing
machines and video recorders now include at least one such
device.
 These popular chips have very limited resources available
most such devices have around 256 bytes (not megabytes!) of
RAM, and the available processor power is around 1000 times
less than that of a desktop processor.
HARDWARE TESTING
 In electronics, a continuity test is the checking of an electric
circuit to see if current flows
 A continuity test is performed by placing a small
voltageacross the chosen path
 If electron flow is inhibited by broken conductors, damaged
components, or excessive resistance, the circuit is "open".
 Devices that can be used to perform continuity tests include
multi meters which measure current and specialized continuity
testers which are cheaper, more basic devices, generally with
a simple light bulb that lights up when current flows.
CIRCUIT DIAGRAM
FUTURE SCOPE
 A wireless sensor network was developed in the
hope of tackling with the problem of the lack of a
practical environment monitoring system. This
monitoring system consists of three parts: data
monitoring nodes, data base station and remote
monitoring center.
 It presents us with useful features such as large
monitoring ranges, flexible configuration, low power
consumption, small damage to the natural
environment and low cost.
CONCLUSION
 The system's measurement capacity ranges from 0
to 80 C on water temperature, with an accuracy of
0.5 C and from 0 to 14 on pH value, with an
accuracy of 0.05.
 Sensors applicable to different water quality could
be installed at the node to meet the monitoring
demands in different water environments and to
obtain different parameters.
 The monitoring system thus promises broad
applicability.
THANK YOU

More Related Content

What's hot

Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasB.k. Das
 
introduction to transducer
introduction to transducerintroduction to transducer
introduction to transducerYasir Hashmi
 
Sensors And Actuators
Sensors And ActuatorsSensors And Actuators
Sensors And ActuatorsJinesh Patel
 
Transducer ppt
Transducer pptTransducer ppt
Transducer pptManishaC6
 
Working Principals of Various Sensors
Working Principals of Various SensorsWorking Principals of Various Sensors
Working Principals of Various SensorsMuhammad Irtiza
 
sensors basic types, their working principle and applications
sensors basic types, their working principle and applicationssensors basic types, their working principle and applications
sensors basic types, their working principle and applicationsYasir Hashmi
 
Chapter 3 automation devices
Chapter 3  automation devicesChapter 3  automation devices
Chapter 3 automation devicesMohamad Sahiedan
 
Difference between Sensor & Transducer
Difference between Sensor & TransducerDifference between Sensor & Transducer
Difference between Sensor & TransducerAhmad Sakib
 
sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2Anchal bassi
 
ELECTRONIC THERMOMETER USING MICROCONTROLLER
ELECTRONIC THERMOMETER USING MICROCONTROLLERELECTRONIC THERMOMETER USING MICROCONTROLLER
ELECTRONIC THERMOMETER USING MICROCONTROLLERRajesh Pandiyan
 
Sensors and transducers: module 4
Sensors  and transducers:  module 4Sensors  and transducers:  module 4
Sensors and transducers: module 4Anchal bassi
 
Switches and sensors
Switches and sensorsSwitches and sensors
Switches and sensorsWaqar Aziz
 

What's hot (20)

Sensors and transducers.
Sensors and transducers.Sensors and transducers.
Sensors and transducers.
 
Introduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar DasIntroduction to sensors & transducers by Bapi Kumar Das
Introduction to sensors & transducers by Bapi Kumar Das
 
introduction to transducer
introduction to transducerintroduction to transducer
introduction to transducer
 
Sensor Characteristics and Selection
Sensor Characteristics and Selection Sensor Characteristics and Selection
Sensor Characteristics and Selection
 
Sensors And Actuators
Sensors And ActuatorsSensors And Actuators
Sensors And Actuators
 
Transducer ppt
Transducer pptTransducer ppt
Transducer ppt
 
Working Principals of Various Sensors
Working Principals of Various SensorsWorking Principals of Various Sensors
Working Principals of Various Sensors
 
Basic Sensors Technology
Basic Sensors TechnologyBasic Sensors Technology
Basic Sensors Technology
 
sensors
sensorssensors
sensors
 
Thermal Sensor
Thermal SensorThermal Sensor
Thermal Sensor
 
Sensors and transducer
Sensors and transducerSensors and transducer
Sensors and transducer
 
sensors basic types, their working principle and applications
sensors basic types, their working principle and applicationssensors basic types, their working principle and applications
sensors basic types, their working principle and applications
 
sensors (It`s type)
sensors (It`s type)sensors (It`s type)
sensors (It`s type)
 
Chapter 3 automation devices
Chapter 3  automation devicesChapter 3  automation devices
Chapter 3 automation devices
 
Difference between Sensor & Transducer
Difference between Sensor & TransducerDifference between Sensor & Transducer
Difference between Sensor & Transducer
 
sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2sensors and transducers Module 1 n 2
sensors and transducers Module 1 n 2
 
ELECTRONIC THERMOMETER USING MICROCONTROLLER
ELECTRONIC THERMOMETER USING MICROCONTROLLERELECTRONIC THERMOMETER USING MICROCONTROLLER
ELECTRONIC THERMOMETER USING MICROCONTROLLER
 
Sensors and transducers: module 4
Sensors  and transducers:  module 4Sensors  and transducers:  module 4
Sensors and transducers: module 4
 
Sensors
SensorsSensors
Sensors
 
Switches and sensors
Switches and sensorsSwitches and sensors
Switches and sensors
 

Viewers also liked

pH meter design and working principle
pH meter design and working principlepH meter design and working principle
pH meter design and working principleShreya Ahuja
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicatorpalwinder virk
 
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...Tunjung Utomo
 
Esp8266 hack sonoma county 4/8/2015
Esp8266 hack sonoma county 4/8/2015Esp8266 hack sonoma county 4/8/2015
Esp8266 hack sonoma county 4/8/2015mycal1
 
Sensorex . . . Your Water Quality Matters!
Sensorex . . . Your Water Quality Matters!Sensorex . . . Your Water Quality Matters!
Sensorex . . . Your Water Quality Matters!Tim Schilz
 
water level monitor using gsm
water level monitor using gsmwater level monitor using gsm
water level monitor using gsmAditya Kumar
 
Automatic water level controller
Automatic water level controllerAutomatic water level controller
Automatic water level controllerGeetha Smiley
 
Turbidity measurement
Turbidity measurementTurbidity measurement
Turbidity measurementgulfamraza
 
Interfacing with Atmega 16
Interfacing with Atmega 16Interfacing with Atmega 16
Interfacing with Atmega 16Ramadan Ramadan
 
Water Impurity Measurement System using Microwaves
Water Impurity Measurement System using MicrowavesWater Impurity Measurement System using Microwaves
Water Impurity Measurement System using MicrowavesSanket Yavalkar
 
water level indicator alarm
water level indicator alarmwater level indicator alarm
water level indicator alarmAnish Anand
 
NodeMCU ESP8266 workshop 1
NodeMCU ESP8266 workshop 1NodeMCU ESP8266 workshop 1
NodeMCU ESP8266 workshop 1Andy Gelme
 
Ion selective electrodes(ise)
Ion selective electrodes(ise)Ion selective electrodes(ise)
Ion selective electrodes(ise)Dilshad P.A.
 
electrical conductivity meter
electrical conductivity meterelectrical conductivity meter
electrical conductivity meterJassica Karen
 

Viewers also liked (20)

pH meter design and working principle
pH meter design and working principlepH meter design and working principle
pH meter design and working principle
 
Ppt on water level indicator
Ppt on water level indicatorPpt on water level indicator
Ppt on water level indicator
 
Tugas instrumentasi
Tugas instrumentasiTugas instrumentasi
Tugas instrumentasi
 
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...
Seminar & Talkshow : How Big Data & IoT Create Smart Environment and Business...
 
Esp8266 hack sonoma county 4/8/2015
Esp8266 hack sonoma county 4/8/2015Esp8266 hack sonoma county 4/8/2015
Esp8266 hack sonoma county 4/8/2015
 
Sensorex . . . Your Water Quality Matters!
Sensorex . . . Your Water Quality Matters!Sensorex . . . Your Water Quality Matters!
Sensorex . . . Your Water Quality Matters!
 
water level monitor using gsm
water level monitor using gsmwater level monitor using gsm
water level monitor using gsm
 
Water Level Indicator with Alarm
Water Level Indicator with AlarmWater Level Indicator with Alarm
Water Level Indicator with Alarm
 
Automatic water level controller
Automatic water level controllerAutomatic water level controller
Automatic water level controller
 
Turbidity measurement
Turbidity measurementTurbidity measurement
Turbidity measurement
 
Interfacing with Atmega 16
Interfacing with Atmega 16Interfacing with Atmega 16
Interfacing with Atmega 16
 
Ion specific electrodes
Ion specific electrodesIon specific electrodes
Ion specific electrodes
 
Water Impurity Measurement System using Microwaves
Water Impurity Measurement System using MicrowavesWater Impurity Measurement System using Microwaves
Water Impurity Measurement System using Microwaves
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
 
water level indicator alarm
water level indicator alarmwater level indicator alarm
water level indicator alarm
 
Introduction to ARM
Introduction to ARMIntroduction to ARM
Introduction to ARM
 
Water level controller
Water level controllerWater level controller
Water level controller
 
NodeMCU ESP8266 workshop 1
NodeMCU ESP8266 workshop 1NodeMCU ESP8266 workshop 1
NodeMCU ESP8266 workshop 1
 
Ion selective electrodes(ise)
Ion selective electrodes(ise)Ion selective electrodes(ise)
Ion selective electrodes(ise)
 
electrical conductivity meter
electrical conductivity meterelectrical conductivity meter
electrical conductivity meter
 

Similar to Water environment measuring system using ph sensor

4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll newMainak Nandi
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptxPoojaG86
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsIJMTST Journal
 
CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)Ambar Gupta
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationUdayalakshmi JK
 
From 4 different sourcesauto power supply control solar, mains, generator &am...
From 4 different sourcesauto power supply control solar, mains, generator &am...From 4 different sourcesauto power supply control solar, mains, generator &am...
From 4 different sourcesauto power supply control solar, mains, generator &am...makeitortakeit
 
Remote control solar lake cleaner. .docx
Remote control solar lake cleaner. .docxRemote control solar lake cleaner. .docx
Remote control solar lake cleaner. .docxShramitMapari1
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & Solutions
 
Street light controlling using Microcontroller
Street light controlling using MicrocontrollerStreet light controlling using Microcontroller
Street light controlling using Microcontroller9989476539
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTvasav2204
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering projectvasav2204
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionVeena Rani
 
Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Rishik kanth
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security systemNIT srinagar
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTm sivareddy
 

Similar to Water environment measuring system using ph sensor (20)

4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point SpotsDesign Efficient Wireless Monitoring Platform for Recycling Point Spots
Design Efficient Wireless Monitoring Platform for Recycling Point Spots
 
CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)CONTROLLING HOME APPLIANCES USING REMOTE(1)
CONTROLLING HOME APPLIANCES USING REMOTE(1)
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Wireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculationWireless energy meter monitoring with automated tariff calculation
Wireless energy meter monitoring with automated tariff calculation
 
From 4 different sourcesauto power supply control solar, mains, generator &am...
From 4 different sourcesauto power supply control solar, mains, generator &am...From 4 different sourcesauto power supply control solar, mains, generator &am...
From 4 different sourcesauto power supply control solar, mains, generator &am...
 
V01 i010403
V01 i010403V01 i010403
V01 i010403
 
Remote control solar lake cleaner. .docx
Remote control solar lake cleaner. .docxRemote control solar lake cleaner. .docx
Remote control solar lake cleaner. .docx
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 
Street light controlling using Microcontroller
Street light controlling using MicrocontrollerStreet light controlling using Microcontroller
Street light controlling using Microcontroller
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECT
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine Detection
 
Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)Density based-traffic-light-control-system project-2 (3)
Density based-traffic-light-control-system project-2 (3)
 
embedded system for green g
embedded system for green gembedded system for green g
embedded system for green g
 
Gas detection robot ppt
Gas detection robot pptGas detection robot ppt
Gas detection robot ppt
 
Report on Embedded Based Home security system
Report on Embedded Based Home security systemReport on Embedded Based Home security system
Report on Embedded Based Home security system
 
Tlc ppt
Tlc pptTlc ppt
Tlc ppt
 
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENTSTREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
STREET LIGHT THAT GLOWS ON DETECTING VEHICLE MOVEMENT
 

Recently uploaded

School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesChandrakantDivate1
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiessarkmank1
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsvanyagupta248
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxMustafa Ahmed
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...manju garg
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelDrAjayKumarYadav4
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxpritamlangde
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"mphochane1998
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxkalpana413121
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...ronahami
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayEpec Engineered Technologies
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network DevicesChandrakantDivate1
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdfKamal Acharya
 

Recently uploaded (20)

School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Computer Graphics Introduction To Curves
Computer Graphics Introduction To CurvesComputer Graphics Introduction To Curves
Computer Graphics Introduction To Curves
 
PE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and propertiesPE 459 LECTURE 2- natural gas basic concepts and properties
PE 459 LECTURE 2- natural gas basic concepts and properties
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Worksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptxWorksharing and 3D Modeling with Revit.pptx
Worksharing and 3D Modeling with Revit.pptx
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
👉 Yavatmal Call Girls Service Just Call 🍑👄6378878445 🍑👄 Top Class Call Girl S...
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Digital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptxDigital Communication Essentials: DPCM, DM, and ADM .pptx
Digital Communication Essentials: DPCM, DM, and ADM .pptx
 
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
UNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptxUNIT 4 PTRP final Convergence in probability.pptx
UNIT 4 PTRP final Convergence in probability.pptx
 
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...Max. shear stress theory-Maximum Shear Stress Theory ​  Maximum Distortional ...
Max. shear stress theory-Maximum Shear Stress Theory ​ Maximum Distortional ...
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Standard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power PlayStandard vs Custom Battery Packs - Decoding the Power Play
Standard vs Custom Battery Packs - Decoding the Power Play
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Computer Networks Basics of Network Devices
Computer Networks  Basics of Network DevicesComputer Networks  Basics of Network Devices
Computer Networks Basics of Network Devices
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 

Water environment measuring system using ph sensor

  • 1. WATER ENVIRONMENT MEASURING SYSTEM USING PH SENSOR PRESENTED BY L SURESH BABU 403  SHAIK WAJID ALI 406  SR SAI KUMAR 408 B SRINIVASA REDDY 417
  • 2. CONTENTS:  ABSTRACT  BLOCK DIAGRAM  HARDWARE REQUIREMENTS  SOFTWARE REQUIREMENTS  HARDWARE TESTING  CIRCUIT DIAGRAM  FUTURE SCOPE  CONCLUSION
  • 3. ABSTRACT  In aquiculture field, water environment parameters as Such as temperature, velocity of flow, pH value and content of ammoniac nitrogen must be reported and handled in time.  Each sensor node of the network, which is composed of various sensors and a Zigbee chip CC2430, could measure temperature, velocity of flow, pH value, content of ammoniacal nitrogen etc.  A GPRS module is used to complete data exchanging between remote monitoring center and the wireless sensor network.  This system is an application in aquiculture field. This system could diagnose the type of water environment parameter abnormity automatically.
  • 5. HARDWARE REQUIREMENTS 1. TRANSFORMER (230 – 12 V AC) 2. VOLTAGE REGULATOR (LM 7805) 3. RECTIFIER 4. FILTER 5. MICROCONTROLLER (AT89S52/AT89C51) 6. PH SENSOR 7. LCD 8. BC547 9. 1N4007 10. RESISTORS
  • 6. 1. TRANSFORMER (230 – 12 V AC)  Transformers convert AC electricity from one voltage to another with a little loss of power.  Step-up transformers increase voltage, step-down transformers reduce voltage  Most power supplies use a step-down transformer to reduce the dangerously high voltage to a safer low voltage.
  • 7. 2. VOLTAGE REGULATOR (LM 7805) Features:  Output Current up to 1A.  Output Voltages of 5, 6, 8, 9, 10, 12, 15, 18, 24V.  Thermal Overload Protection.  Short Circuit Protection.  Output Transistor Safe Operating Area Protection.
  • 8. 3. RECTIFIER  A rectifier is an electrical device that converts alternating current (AC), which periodically reverses direction, to direct current (DC), current that flows in only one direction, a process known as rectification.  The output from the transformer is fed to the rectifier.  It converts A.C. into pulsating D.C. The rectifier may be a half wave or a full wave rectifier.  In this project, a bridge rectifier is used because of its merits like good stability and full wave rectification.
  • 9. 4. FILTER  Capacitive filter is used in this project.  It removes the ripples from the output of rectifier and smoothens the D.C. Output received from this filter  The simple capacitor filter is the most basic type of power supply filter.  The use of this filter is very limited.  It is sometimes used on extremely high-voltage, low-current power supplies for cathode-ray and similar electron tubes that require very little load current from the supply.
  • 10. 5. MICROCONTROLLER (AT89S52/AT89C51)  The AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller with 8K bytes of in-system programmable Flash memory.  The Atmel AT89S52 is a powerful microcontroller which provides a highly-flexible and cost-effective solution to many embedded control applications.
  • 11. FEATURES:  8K Bytes of In-System Programmable (ISP) Flash Memory  4.0V to 5.5V Operating Range  256 x 8-bit Internal RAM  32 Programmable I/O Lines  Three 16-bit Timer/Counters  Interrupt Recovery from Power-down Mode  Fast Programming Time
  • 12. 6. PH SENSOR  The Model PHE-45P pH Sensor measures the pH of aqueous solutions in industrial and municipal process applications.
  • 13. SENSOR SPECIFICATIONS  Measuring Range 0 to 14.00 pH  Sensitivity 0.002 pH  Stability 0.02 pH per 24 hours  Wetted Materials PEEK, ceramic, titanium, glass  Temperature Range -5 to +95 C (23 to 203 F)  Pressure Range 0 to 100 psig  Maximum Flow Rate 10 feet (3 meters) per second  Max. Sensor-Analyzer 3,000 feet (914 meters) Distance  Weight 1 lb. (0.45 kg)
  • 14. 7. LCD (LIQUID CRYSTAL DISPLAY)  LCD display is an inevitable part in almost all embedded projects and this article is about interfacing 16 2 LCD with 8051 microcontroller.  By using it you can easily design embedded projects like digital voltmeter / ammeter, digital clock, home automation displays, status indicator display, digital code locks, digital speedometer/ odometer, display for music players etc etc.  LCD (Liquid Crystal Display) screen is an electronic display module and find a wide range of applications.  A 16x2 LCD display is very basic module and is very commonly used in various devices and circuits.  A 16x2 LCD means it can display 16 characters per line and there are 2 such lines.
  • 15. 8. TRANSISTOR BC547  The BC547 transistor is an NPN Epitaxial Silicon Transistor.  The BC547 transistor is a general-purpose transistor in small plastic packages.  It is used in general-purpose switching and amplification BC847/BC547 series 45 V, 100 mA NPN general-purpose transistors.  In typical operation, the emitter base junction is forward biased and the base collector junction is reverse biased.
  • 16. 9. DIODE (1N4007)  Diodes are used to convert AC into DC these are used as half wave rectifier or full wave rectifier  Diodes of number IN4001, IN4002, IN4003, IN4004, IN4005, IN4006 and IN4007 have maximum reverse bias voltage capacity of 50V and maximum forward current capacity of 1 Amp.
  • 17. 10. RESISTORS  A resistor is a two-terminal electronic component designed to oppose an electric current by producing a voltage drop between its terminals in proportion to the current  Resistors are used as part of electrical networks and electronic circuits.  They are extremely commonplace in most electronic equipment.  Practical resistors can be made of various compounds and films, as well as resistance wire (wire made of a high-resistivity alloy, such as nickel/chrome).
  • 18. COLOUR CODING OF RESISTORS
  • 19. SOFTWARE REQUIREMENTS  KEIL MICRO VISION 2  CONCEPT OF COMPILERS  KEIL C CROSS COMPILER  EMBEDDED C
  • 20. KEIL MICRO VISION 2  Keil an ARM Company makes C compilers, macro assemblers, real-time kernels, debuggers, simulators, integrated environments, evaluation boards, and emulators for ARM7/ARM9/Cortex-M3, XC16x/C16x/ST10, 251, and 8051 MCU families.  When starting a new project, simply select the microcontroller you use from the Device Database and the µVision IDE sets all compiler, assembler, linker, and memory options for you.  Keil is a cross compiler. So first we have to understand the concept of compilers and cross compilers. After then we shall learn how to work with Keil.
  • 21. CONCEPT OF COMPILER  Compilers are programs used to convert a High Level Language to object code.  Desktop compilers produce an output object code for the underlying microprocessor, but not for other microprocessors. I.E the programs written in one of the HLL like ‘C’ will compile the code to run on the system for a particular processor like x86 (underlying microprocessor in the computer).  The compiler derives its name from the way it works, looking at the entire piece of source code and collecting and reorganizing the instruction.  The advantage of interpreters is that they can execute a program immediately.
  • 22. KEIL C CROSS COMPILER Keil is a German based Software development company. It provides several development tools like  IDE (Integrated Development environment)  Project Manager  Simulator  Debugger  C Cross Compiler, Cross Assembler, Locator/Linker
  • 23. EMBEDDED C  Use of embedded processors in passenger cars, mobile phones, medical equipment, aerospace systems and defense systems is widespread, and even everyday domestic appliances such as dish washers, televisions, washing machines and video recorders now include at least one such device.  These popular chips have very limited resources available most such devices have around 256 bytes (not megabytes!) of RAM, and the available processor power is around 1000 times less than that of a desktop processor.
  • 24. HARDWARE TESTING  In electronics, a continuity test is the checking of an electric circuit to see if current flows  A continuity test is performed by placing a small voltageacross the chosen path  If electron flow is inhibited by broken conductors, damaged components, or excessive resistance, the circuit is "open".  Devices that can be used to perform continuity tests include multi meters which measure current and specialized continuity testers which are cheaper, more basic devices, generally with a simple light bulb that lights up when current flows.
  • 26. FUTURE SCOPE  A wireless sensor network was developed in the hope of tackling with the problem of the lack of a practical environment monitoring system. This monitoring system consists of three parts: data monitoring nodes, data base station and remote monitoring center.  It presents us with useful features such as large monitoring ranges, flexible configuration, low power consumption, small damage to the natural environment and low cost.
  • 27. CONCLUSION  The system's measurement capacity ranges from 0 to 80 C on water temperature, with an accuracy of 0.5 C and from 0 to 14 on pH value, with an accuracy of 0.05.  Sensors applicable to different water quality could be installed at the node to meet the monitoring demands in different water environments and to obtain different parameters.  The monitoring system thus promises broad applicability.