SlideShare a Scribd company logo
1 of 3
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2689
SMART ALIGNMENT SYSTEM
P.S. SINDHU AYYAGARI1, P. VENNELA2, P. MOUNIKA PRIYA3, V.S. RAJA RAJESWARI4
1,2,3,4Students, Dept. of Electrical and Electronics Engineering, Pragati Engineering College, A.P, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract - With the enhancement of technology, there is
more reliability on the automatic systems to reduce the
human effort. This implies there is need to find ways to
automate the daily routine which in-turnmayreducehuman
effort. One of those ways is the automatic alignment system.
The concept of automatic alignment system is that the
system adjusts itself according to the surrounding
environment through the pre-programmed instructions.
Here, the system needs to be controlled to adjust.Theremay
be various control methods but the one used hereisbyusing
a light source. The system has a light-sensor circuit which
detects the light and moves the system in the direction of
light with the help of servo motors via the ARDUINO
interface.
This way, we can control thesystem byjustmovinga light
source to the desired direction. This system is not
completely automatic but may be considered as semi-
automatic alignment system.
Key Words: ARDUINO, SERVO, LDR
1. INTRODUCTION
There are many types of automatic alignment
systems. The very concept of automatic alignment system
implies the movement of the systemautonomouslyusing the
pre-programmed instructions. The approach to achieve this
is a step-by-step procedure. The circuit for the automatic
alignment system can be divided into three stages: input
stage, which comprises of light-sensor circuit; embedded
software which consists of the program instructions to run
the machine; and finally, the output stage, which provides to
the ultimate movement of the system[1].
The brief description of these stages is as follows:
Input Stage: The input stage of the automatic alignment
system is comprised of the light-sensor circuit which is the
basic input of the system. The control of the system is done
by focusing a light source onto the system. The LDR sensors
sense the light and ensure the movementofthesystemin the
direction of the light source.
Embedded Software: The required movement is achieved
only when there is a transmitter-receiverbasedboardwhere
the program can be introduced to work accordingly. The
embedded software makes sure the criteria are satisfied by
programming the component ‘ARDUINO’.
Output Stage: The output stage consists of the rotatingaxes
which is the ultimate output of the system. The required
output i.e. necessary movement of the system can be
achieved by the use of SERVO mechanism. The servo motors
are used here which receive the signals from the ARDUINO
and provide with the required movement.
1.1 HARDWARE SPECIFICATIONS
The above stages comprise of the hardware components
which satisfy the respective functions. The components
required in this system are:
1) Light-sensor circuit.
2) Servo motors.
3) ARDUINO UNO Board.
4) ARDUINO IDE Software.
1.2 ARDUINO
An AURDUINO is actually a microcontroller based kit
which can be either used directly by purchasing from the
vendor or can be made at home using the components,
owing to its open source hardware feature[2]. It is
basically used in communications and in controlling or
operating many devices. It was founded by Massimo Banzi
and David Cuartielles in 2005. Aurduino board with UNO is
as shown fig.1
Figure 1: ARDUINO UNO
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2690
List of Arduino boards and compatible systems:
The original Arduino hardware was manufactured by the
Italian company Smart Projects. Some Arduino-branded
boards have been designed by the American companies
Spark Fun Electronics and Adafruit Industries. Seventeen
versions of the Arduino hardware have been commercially
produced to date.
2. PROJECT DESIGN & HARDWARE IMPLIMENTATION
The circuit design of the automatic alignment
system is simple but setting up the system must be done
carefully. Four LDRs and Four 100KΩ resistors are
connected in a voltage divider fashion and the output is
given to 4 Analog input pins of Arduino. The PWM inputs of
two servos are given from digital pins 9 and 10 of Arduino.
Figure .2: Circuit diagram of all three stages of circuit.
2.1. Working:
LDRs are used as the main light sensors. Two servo
motors are fixed to the structure thatholdsthemoving plate.
The program for Arduino is uploaded tothemicrocontroller.
The working of the project is as follows.LDRs sense the
amount of light falling on them. Four LDRs are divided into
top, bottom, left and right. For east – west tracking, the
analog values from two top LDRs and two bottom LDRs are
compared and if the top set of LDRs receive more light, the
vertical servo will move in that direction.
If the bottom LDRs receives more light, the servo moves in
that direction. For angular deflection of the solar panel, the
analog values from two left LDRs and two right LDRs are
compared. If the left set of LDRs receives more light than the
right set, the horizontal servo will move in that direction. If
the right set of LDRs receives more light, the servo moves in
that direction[3].
Fig.3.Block diagram
3. RESULTS
In this project, LDRs are used in the light-sensing
circuit. The servo motors are used for the required
movement of the moving plate. The program for the
ARDUINO is uploaded to the microcontroller. The output of
the system is as follows:LDRs sense the amount of light
falling on them. The four LDRs are divided into top, bottom,
left, and right.
Figure 4: Arrangement of 4 LDRs.
Case 1: For east-west tracking of light, thetwoanalogvalues
from two top LDRs and two bottom LDRs are compared. If
the top set of LDRs receives more amount of light, the
vertical servo will move in that direction. If the bottomsetof
LDRs receives more amount of light, the servo will move in
that direction.
Figure 5: East-West tracking of light.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2691
Case 2: For angular deflection of the moving plate, the
analog values from the two left LDRs and the two right LDRs
are compared. If the left set of LDRsreceivesmoreamountof
light than the right set, the horizontal servo will moveinthat
direction. If the right set of LDRs receives more amount of
light, the servo will move in that direction[4].
Figure 6: Angular deflection of moving plate.
4. CONCLUSION
The concept of smart alignment system is used in almost all
the present-day technologies. This concept serves as a
replacement to the human-touchoperations.Inthisaspect,it
may not be completely automatic but it can be consideredas
semi-automatic. The concept of adjusting the position of an
object mechanically with hand may be replaced by
controlling it with the projection of a light-source onto it.
Thus, this can be considered as a project to provide with the
luxury i.e. to provide with the facility of reducing the human
effort.
REFERENCES
1) [1] T.A. Papalias and M. Wong, “Making sense of
light sensors,” http://www.embedded.com,2006.
2) [2] R. Condit and D. W. Jones, “Simple DC motor
fundamentals Texas Instruments. Publication
AN907, pp. 1 – 22, 2004.
3) [3] M. F. Khan and R. L. Ali, “Automatic suntracking
system,” presented at the All Pakistan Engineering
Conference, Islamabad, Pakistan, 2005.
4) [4] A.K. Saxena and V. Dutta, “A versatile
microprocessorbasedcontrollerforsolar tracking”,
in Proc. IEEE, 1990, pp. 1105 – 1109
BIOGRAPHIES
I am P.S.Sindhu Ayyagari pursuing
b.tech final year in Pragati
Engineering college . I am belongs
to department of Electrical And
Electronics Engineering
I am P. Vennela pursuing b.tech
final year in Pragati Engineering
college. I am belongs to
department of Electrical And
Electronics Engineering .
I am P. Mounika priya pursuing
b.tech final year in Pragati
Engineering college . I am belongs
to department of Electrical And
Electronics Engineering .
I am v.s. Raja Rajeswari pursuing
b.tech final year in Pragati
Engineering college . I am belongs
to department of Electrical And
Electronics Engineering

More Related Content

What's hot

electronics engineering project topics for final year, iot projects
electronics engineering project topics for final year, iot projectselectronics engineering project topics for final year, iot projects
electronics engineering project topics for final year, iot projects1000kv technologies
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic controlnskprasad
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI ControllerIRJET Journal
 
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 microcontrollerkrity kumari
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTIRJET Journal
 
Gesture controlling of Robots
Gesture controlling of Robots Gesture controlling of Robots
Gesture controlling of Robots Jibin Poulose
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTvivatechijri
 
Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance	Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance journal ijrtem
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Hitesh Kumar Singh
 
Three-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformThree-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformEklavya Sharma
 
Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...chandan kumar
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET Journal
 
Sensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering StudentsSensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering Studentselprocus
 
IRJET- Automatic Transmission for the Geared Bikes
IRJET-  	  Automatic Transmission for the Geared BikesIRJET-  	  Automatic Transmission for the Geared Bikes
IRJET- Automatic Transmission for the Geared BikesIRJET Journal
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT PetchiMuthu26
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversVinny Chweety
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsMadhav Reddy Chintapalli
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Hitesh Kumar Singh
 

What's hot (20)

electronics engineering project topics for final year, iot projects
electronics engineering project topics for final year, iot projectselectronics engineering project topics for final year, iot projects
electronics engineering project topics for final year, iot projects
 
Density based trafiic control
Density based trafiic controlDensity based trafiic control
Density based trafiic control
 
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
IRJET-  	  Closed Loop Speed Control of DC Motor by using PI ControllerIRJET-  	  Closed Loop Speed Control of DC Motor by using PI Controller
IRJET- Closed Loop Speed Control of DC Motor by using PI Controller
 
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
 
Alcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOTAlcohol Sensing Alert with Engine Locking using IOT
Alcohol Sensing Alert with Engine Locking using IOT
 
Gesture controlling of Robots
Gesture controlling of Robots Gesture controlling of Robots
Gesture controlling of Robots
 
Monitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOTMonitoring and Controlling of BLDC motor using IOT
Monitoring and Controlling of BLDC motor using IOT
 
Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance	Traffic and Admission Clearance for Patient on Ambulance
Traffic and Admission Clearance for Patient on Ambulance
 
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
Project report on Vehicle accident and Alcohol sensing alert with Engine Lock...
 
Three-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera PlatformThree-Axis Auto Stabilizing Video Camera Platform
Three-Axis Auto Stabilizing Video Camera Platform
 
Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...Speed and direction control of dc motor using android mobile application chan...
Speed and direction control of dc motor using android mobile application chan...
 
IRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic VehicleIRJET- Fire Fighting Robotic Vehicle
IRJET- Fire Fighting Robotic Vehicle
 
Sensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering StudentsSensor Based Project Ideas for Final Year Engineering Students
Sensor Based Project Ideas for Final Year Engineering Students
 
wireless traffic density control using sensor
wireless traffic density control using sensorwireless traffic density control using sensor
wireless traffic density control using sensor
 
IRJET- Automatic Transmission for the Geared Bikes
IRJET-  	  Automatic Transmission for the Geared BikesIRJET-  	  Automatic Transmission for the Geared Bikes
IRJET- Automatic Transmission for the Geared Bikes
 
Smart street lighting control system project PPT
Smart street lighting control system project PPT Smart street lighting control system project PPT
Smart street lighting control system project PPT
 
Microcontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken driversMicrocontroller based automatic engine locking system for drunken drivers
Microcontroller based automatic engine locking system for drunken drivers
 
Auto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between StationsAuto Metro Train to Shuttle Between Stations
Auto Metro Train to Shuttle Between Stations
 
Gesture control bot
Gesture control botGesture control bot
Gesture control bot
 
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
Synopsis on vehicle accident and alcohol sensing alert with engine locking sy...
 

Similar to IRJET- Smart Alignment System

IRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET Journal
 
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET Journal
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting SystemIRJET Journal
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET Journal
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyIRJET Journal
 
Dual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNODual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNOIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET Journal
 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerIJAEMSJORNAL
 
IRJET- Object Sorting Machine using Arduino-Uno
IRJET- Object Sorting Machine using Arduino-UnoIRJET- Object Sorting Machine using Arduino-Uno
IRJET- Object Sorting Machine using Arduino-UnoIRJET Journal
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET Journal
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET Journal
 
SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTIRJET Journal
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...IRJET Journal
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using ArduinoIRJET Journal
 
Solar Tracker Module with Automated Module Cleaning System
Solar Tracker Module with Automated Module Cleaning SystemSolar Tracker Module with Automated Module Cleaning System
Solar Tracker Module with Automated Module Cleaning Systemtheijes
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIRJET Journal
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC ControllerIRJET Journal
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET Journal
 
IRJET - GSM based Fire Extinguishing System
IRJET -  	  GSM based Fire Extinguishing SystemIRJET -  	  GSM based Fire Extinguishing System
IRJET - GSM based Fire Extinguishing SystemIRJET Journal
 

Similar to IRJET- Smart Alignment System (20)

IRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using ArduinoIRJET- Dual Axis Solar Tracking System using Arduino
IRJET- Dual Axis Solar Tracking System using Arduino
 
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
IRJET- Smart and Intelligent Dual Axis Solar Tracker using Arduino Micro-Cont...
 
IRJET- Brainy Streets with Automatic Lighting System
IRJET-  	  Brainy Streets with Automatic Lighting SystemIRJET-  	  Brainy Streets with Automatic Lighting System
IRJET- Brainy Streets with Automatic Lighting System
 
IRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker SystemIRJET- IoT based Dual Axis Solar Tracker System
IRJET- IoT based Dual Axis Solar Tracker System
 
Design of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable EnergyDesign of Arduino Based Solar Tracker for Renewable Energy
Design of Arduino Based Solar Tracker for Renewable Energy
 
Dual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNODual Axis Solar Tracking PV System using Arduino UNO
Dual Axis Solar Tracking PV System using Arduino UNO
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking SystemIRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
IRJET-Design and Implementation of Automatic Dual Axis Solar Tracking System
 
Arduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar TrackerArduino based Dual Axis Smart Solar Tracker
Arduino based Dual Axis Smart Solar Tracker
 
IRJET- Object Sorting Machine using Arduino-Uno
IRJET- Object Sorting Machine using Arduino-UnoIRJET- Object Sorting Machine using Arduino-Uno
IRJET- Object Sorting Machine using Arduino-Uno
 
IRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring SystemIRJET- IoT based Solar Power Monitoring System
IRJET- IoT based Solar Power Monitoring System
 
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNOIRJET- Design Analysis of Land Surveying Robot using Arduino UNO
IRJET- Design Analysis of Land Surveying Robot using Arduino UNO
 
SMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOTSMART STREET LIGHTING Using IOT
SMART STREET LIGHTING Using IOT
 
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
Speed Control and Parameter Variation of Induction Motor Drives using Fuzzy L...
 
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
IRJET-  	  Remotely Monitoring Health of the Solar Power System using ArduinoIRJET-  	  Remotely Monitoring Health of the Solar Power System using Arduino
IRJET- Remotely Monitoring Health of the Solar Power System using Arduino
 
Solar Tracker Module with Automated Module Cleaning System
Solar Tracker Module with Automated Module Cleaning SystemSolar Tracker Module with Automated Module Cleaning System
Solar Tracker Module with Automated Module Cleaning System
 
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEMIOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
IOT BASED ENERGY PREDECTION AND THEFT PROTECTED AUTOMATIC SOLAR TRACKER SYSTEM
 
IRJET- Multilevel Object Sorting System using PLC Controller
IRJET-  	  Multilevel Object Sorting System using PLC ControllerIRJET-  	  Multilevel Object Sorting System using PLC Controller
IRJET- Multilevel Object Sorting System using PLC Controller
 
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface ExplorationIRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
IRJET-LRMSE: A Framework on Lunar Rover for Moon Surface Exploration
 
IRJET - GSM based Fire Extinguishing System
IRJET -  	  GSM based Fire Extinguishing SystemIRJET -  	  GSM based Fire Extinguishing System
IRJET - GSM based Fire Extinguishing System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)simmis5
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 

Recently uploaded (20)

Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)Java Programming :Event Handling(Types of Events)
Java Programming :Event Handling(Types of Events)
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 

IRJET- Smart Alignment System

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2689 SMART ALIGNMENT SYSTEM P.S. SINDHU AYYAGARI1, P. VENNELA2, P. MOUNIKA PRIYA3, V.S. RAJA RAJESWARI4 1,2,3,4Students, Dept. of Electrical and Electronics Engineering, Pragati Engineering College, A.P, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract - With the enhancement of technology, there is more reliability on the automatic systems to reduce the human effort. This implies there is need to find ways to automate the daily routine which in-turnmayreducehuman effort. One of those ways is the automatic alignment system. The concept of automatic alignment system is that the system adjusts itself according to the surrounding environment through the pre-programmed instructions. Here, the system needs to be controlled to adjust.Theremay be various control methods but the one used hereisbyusing a light source. The system has a light-sensor circuit which detects the light and moves the system in the direction of light with the help of servo motors via the ARDUINO interface. This way, we can control thesystem byjustmovinga light source to the desired direction. This system is not completely automatic but may be considered as semi- automatic alignment system. Key Words: ARDUINO, SERVO, LDR 1. INTRODUCTION There are many types of automatic alignment systems. The very concept of automatic alignment system implies the movement of the systemautonomouslyusing the pre-programmed instructions. The approach to achieve this is a step-by-step procedure. The circuit for the automatic alignment system can be divided into three stages: input stage, which comprises of light-sensor circuit; embedded software which consists of the program instructions to run the machine; and finally, the output stage, which provides to the ultimate movement of the system[1]. The brief description of these stages is as follows: Input Stage: The input stage of the automatic alignment system is comprised of the light-sensor circuit which is the basic input of the system. The control of the system is done by focusing a light source onto the system. The LDR sensors sense the light and ensure the movementofthesystemin the direction of the light source. Embedded Software: The required movement is achieved only when there is a transmitter-receiverbasedboardwhere the program can be introduced to work accordingly. The embedded software makes sure the criteria are satisfied by programming the component ‘ARDUINO’. Output Stage: The output stage consists of the rotatingaxes which is the ultimate output of the system. The required output i.e. necessary movement of the system can be achieved by the use of SERVO mechanism. The servo motors are used here which receive the signals from the ARDUINO and provide with the required movement. 1.1 HARDWARE SPECIFICATIONS The above stages comprise of the hardware components which satisfy the respective functions. The components required in this system are: 1) Light-sensor circuit. 2) Servo motors. 3) ARDUINO UNO Board. 4) ARDUINO IDE Software. 1.2 ARDUINO An AURDUINO is actually a microcontroller based kit which can be either used directly by purchasing from the vendor or can be made at home using the components, owing to its open source hardware feature[2]. It is basically used in communications and in controlling or operating many devices. It was founded by Massimo Banzi and David Cuartielles in 2005. Aurduino board with UNO is as shown fig.1 Figure 1: ARDUINO UNO
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2690 List of Arduino boards and compatible systems: The original Arduino hardware was manufactured by the Italian company Smart Projects. Some Arduino-branded boards have been designed by the American companies Spark Fun Electronics and Adafruit Industries. Seventeen versions of the Arduino hardware have been commercially produced to date. 2. PROJECT DESIGN & HARDWARE IMPLIMENTATION The circuit design of the automatic alignment system is simple but setting up the system must be done carefully. Four LDRs and Four 100KΩ resistors are connected in a voltage divider fashion and the output is given to 4 Analog input pins of Arduino. The PWM inputs of two servos are given from digital pins 9 and 10 of Arduino. Figure .2: Circuit diagram of all three stages of circuit. 2.1. Working: LDRs are used as the main light sensors. Two servo motors are fixed to the structure thatholdsthemoving plate. The program for Arduino is uploaded tothemicrocontroller. The working of the project is as follows.LDRs sense the amount of light falling on them. Four LDRs are divided into top, bottom, left and right. For east – west tracking, the analog values from two top LDRs and two bottom LDRs are compared and if the top set of LDRs receive more light, the vertical servo will move in that direction. If the bottom LDRs receives more light, the servo moves in that direction. For angular deflection of the solar panel, the analog values from two left LDRs and two right LDRs are compared. If the left set of LDRs receives more light than the right set, the horizontal servo will move in that direction. If the right set of LDRs receives more light, the servo moves in that direction[3]. Fig.3.Block diagram 3. RESULTS In this project, LDRs are used in the light-sensing circuit. The servo motors are used for the required movement of the moving plate. The program for the ARDUINO is uploaded to the microcontroller. The output of the system is as follows:LDRs sense the amount of light falling on them. The four LDRs are divided into top, bottom, left, and right. Figure 4: Arrangement of 4 LDRs. Case 1: For east-west tracking of light, thetwoanalogvalues from two top LDRs and two bottom LDRs are compared. If the top set of LDRs receives more amount of light, the vertical servo will move in that direction. If the bottomsetof LDRs receives more amount of light, the servo will move in that direction. Figure 5: East-West tracking of light.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 2691 Case 2: For angular deflection of the moving plate, the analog values from the two left LDRs and the two right LDRs are compared. If the left set of LDRsreceivesmoreamountof light than the right set, the horizontal servo will moveinthat direction. If the right set of LDRs receives more amount of light, the servo will move in that direction[4]. Figure 6: Angular deflection of moving plate. 4. CONCLUSION The concept of smart alignment system is used in almost all the present-day technologies. This concept serves as a replacement to the human-touchoperations.Inthisaspect,it may not be completely automatic but it can be consideredas semi-automatic. The concept of adjusting the position of an object mechanically with hand may be replaced by controlling it with the projection of a light-source onto it. Thus, this can be considered as a project to provide with the luxury i.e. to provide with the facility of reducing the human effort. REFERENCES 1) [1] T.A. Papalias and M. Wong, “Making sense of light sensors,” http://www.embedded.com,2006. 2) [2] R. Condit and D. W. Jones, “Simple DC motor fundamentals Texas Instruments. Publication AN907, pp. 1 – 22, 2004. 3) [3] M. F. Khan and R. L. Ali, “Automatic suntracking system,” presented at the All Pakistan Engineering Conference, Islamabad, Pakistan, 2005. 4) [4] A.K. Saxena and V. Dutta, “A versatile microprocessorbasedcontrollerforsolar tracking”, in Proc. IEEE, 1990, pp. 1105 – 1109 BIOGRAPHIES I am P.S.Sindhu Ayyagari pursuing b.tech final year in Pragati Engineering college . I am belongs to department of Electrical And Electronics Engineering I am P. Vennela pursuing b.tech final year in Pragati Engineering college. I am belongs to department of Electrical And Electronics Engineering . I am P. Mounika priya pursuing b.tech final year in Pragati Engineering college . I am belongs to department of Electrical And Electronics Engineering . I am v.s. Raja Rajeswari pursuing b.tech final year in Pragati Engineering college . I am belongs to department of Electrical And Electronics Engineering