AN Intelligent Approach To Dal Lake Environment Monitoring System
AN Intelligent Approach To Dal Lake Environment Monitoring System
Microcontrollers
Dsb
Turbidity
7805
Pcb
Soldering station
Jumper wires
BRIEF INTRODUCTION TO
COMPONENTS
DC Socket
A DC connector (or DC plug, for one common type ofconnector) is an electrical connector for
supplying direct current (DC) power. Compared to domestic AC power plugs and sockets, DC
connectors have many more standard types that are not interchangeable.
Voltage Regulator : IC 7805
A voltage regulator is an electrical regulator designed to maintain a constant voltage level. The
7805 voltage regulator employs built-in current limiting, thermal shutdown and safe operating
area protection which make them virtually immune to damage from output overloads.
LCD Panel : 16*3
A liquid-crystal display (LCD) is a flat-panel display or other electronic visual display that uses
the light-modulating properties of liquid crystals. Liquid crystals do not emit light directly.
SENSOR Network
Turbidity Sensor
Rain sensor
ARDUINO IDE:
Arduino IDE is an open source software that is mainly used for writing and compiling the code into the Arduino Module.
It is an official Arduino software, making code compilation too easy that even a common person with no prior technical
knowledge can get their feet wet with the learning process.
It is easily available for operating systems like MAC, Windows, Linux and runs on the Java Platform that comes with
inbuilt functions and commands that play a vital role for debugging, editing and compiling the code in the environment.
A range of Arduino modules available including Arduino Uno, Arduino Mega, Arduino Leonardo, Arduino Micro and many
more.
Each of them contains a microcontroller on the board that is actually programmed and accepts the information in the form
of code.
The main code, also known as a sketch, created on the IDE platform will ultimately generate a Hex File which is then
transferred and uploaded in the controller on the board.
This environment supports both C and C++ languages.
The bar appearing on the top is called Menu Bar that comes with five different options as follow