Project Final1
Project Final1
PROJECT REPORT
Submitted by
ADERSH.J.A 2101040504
ROJAN .J.S 2101042492
ANANDHU.S.K 2101042490
AKASH.B.S 2101042488
ADITHYAN.B 2101042525
Sixth semster
Diploma in Electronics Engineering.
DEPARTMENT OF ELECTRONICS
GOVT POLYTECHNIC COLLEGE NEDUMANGAD
THIRUVANANTHAPURAM
2023
DEPARTMENT OF ELECTRONICS
GOVT POLYTECHNIC COLLEGE NEDUMANGAD
THIRUVANANTHAPURAM
CERTIFICATE
ADERSH.J.A
ROJAN .J.S
ANANDHU.S.K
AKASH.B.S
ADITHYAN.B
ABSTRACT
1.INTRODUCTION ........................................8
2. LIST OF COMPONENTS..............................9
3. WHAT IS ARDUINO UNO ?.........................10
1. About Arduino Uno..........................................11
2. Arduino Programing language.........................11
4. WORKING...................................................12
1. Uses of Components.........................................12
1. IR sensor..................................................12
2. Relay........................................................13
3. Arduino Uno............................................13
4. jumper cables...........................................14
5. LCD display.............................................14
2. Device and implementation..............................15
3. Schematic diagram of program........................17
1.list of components..............................8
LIST OF FIGURES
7. Jumper cables..........................................................13
8. LCD display............................................................14
fig(3.1)
3.1. About Arduino Uno
..
fig(3.2)
Power Jack
: Arduino can be power either from the pc through a USB or
through externalsource like adaptor or a battery. It can operate on
a external supply of 7 to 12V. Power can beapplied externally
through the pin Vin or by giving voltage reference through the IO
Ref pin.
Digital Inputs
: It consists of 14 digital inputs/output pins, each of which provide or
take up40mA current. Some of them have special functions like pins
0 and 1, which act as Rx and Txrespectively , for serial
communication, pins 2 and 3-which are
external interrupts, pins3,5,6,9,11 which provides pwm output
and pin 13 where LED is connected.
Analog inputs
: It has 6 analog input/output pins, each providing a resolution of
10 bits.
A Ref
: It provides reference to the analog
inputs Reset
...
fig(3.3)
1. Uses of Components
1. Rain sensor
Rain sensors for irrigation systems are available in both wireless and
hard-wired versions, most employing hygroscopic disks that swell in
the presence of rain and shrink back down again as they dry out —
an electrical switch is in turn depressed or released by the
hygroscopic disk stack, and the rate of drying is typically adjusted by
controlling the ventilation reaching the stack.
fig(4.1)
Principle of Working of Rain Sensors
fig(4.1.1)
Motor Driver
2.Input Pins: The module has input pins for controlling the speed and
direction of each motor. These typically include two digital pins for
direction control (one for forward and one for reverse) and a PWM
(Pulse Width Modulation) pin for controlling the motor speed. By
varying the PWM signal's duty cycle, you can adjust the motor's
speed.
3.Output Pins: The output pins connect to the DC motors. Each motor
is connected to a pair of output pins, allowing bidirectional control of
motor rotation.
fig:
You can also use mini L293N. It is good for battery powered smart cars,
toy cars, robots. This is small size, Low weight, Low cost driver module.
It works at 2V to 10V supply and maximun output current is 1.5A
Fig:
4.1.2. DC Gear Motor
.
6.Applications: DC gear motors find applications in a wide range of
industries, including robotics, automation, automotive, aerospace,
and household appliances. They are commonly used in applications
requiring precise control, high torque, and reliable performance.
fig(4.1.2)
fig(4.1.4)
fig(4.1.5)
Step – II: Converting 12v AC into 12v DC using Full Bridge Rectifier
To convert ac into dc, we can make two types of rectifiers, one is half
bridge rectifier and second is full bridge rectifier. In half bridge
rectifier, output voltage is half of the input voltage. For example, if
input voltage is 24V, then output dc voltage is 12V and number of
diode used in this type of rectifier is 2. In full bridge rectifier, number
of diodes is 4 and it is connected as shown in figure and output
voltage is same as the input voltage.
Here, full bridge rectifier is used. So, number of diodes are 4 and
input voltage (24V ac) and output voltage is also 24V dc with ripples
in it.
The output of rectifier is not pure dc, but it contains ripples in it.
Fig(4.3)
Working
Whenever value from rain sensor became '0' it means rain has come
and motor will rotate,it will retrieve in clothes.Whenevr value from
rain sensor became '1' it means rain is gone and it will retrieve out
clothes.
Working model
Fig:
Whenever value from rain sensor became '0' it means rain has come
and motor will rotate , it will retrieve in clothes .Whenever value from
rain sensor became '1' it means rain is gone and it will retrieve out
clothes.
The coding for the arduino microcontroller is the major play master
of the whole project.Arduino programming is basically a physical
computing process. Physical computing isconcerned with developing
software that interacts with the world beyond the host computer
through a combination of hardware and software.The Arduino
interacts with the worldthrough actuators and sensors. One common
way sensors work is that their electrical properties change as an
effect of the changes in the conditions in which it is
operating.Actuators, on the other hand, are electronic components
that are used to react to an externalevent.Sensors and actuators,
thus, are used to achieve complementary objectives: one senses,and
the other reacts.The Arduino is an open-source electronics
prototyping platformcomposed of two major parts: the Arduino
board which is the hardware interface and the Arduino IDE which is
the software. The Arduino IDE is used to write the program that
willinteract with Arduino board and the devicesconnected to it. In
the Arduino world, such a program is called a sketch, which has its
origin in its mother language.
ESTIMATE RATE
It is hard that keep the clothes out for drying when weather
changes from sunny to rainy day.This project will
automatically retrieve out clothes when it is sunny day and
will do the opposite when it is rainy day .This project is very
useful for couples who do not get time to workout for their
house hold activities.
REFERENCE