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: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 576
Street Light Energy Conservation System
Mr. N.C.Savant, Miss.S.M. Ragade, Miss.S.R. Gajare, Miss.S. A. Lingade
Dept.of Electronics and Telecommunication Engineering
Karmayogi Engineering College Shelve, Pandharpur.
Dr. S.P.Patil
Principal, Karmayogi Engineering College Shelve, Pandharpur.
Abstract— This paper proposes energy efficient automatic
street lighting system based on low cost microcontroller. The
main objective is to design energy efficient based controller
for controlling the Light Emitting Diode (LED) based street
lamp via appropriate lighting levels control. This system
consists of a microcontroller, light sensor, PIR sensor and a
set of the LED module. The controlling and managing of the
system is based on the density of traffic and five different
level of street light brightness has been used for lighting up
street proportional to the density of traffic. The system was
programmed to automatically turn off during the night.
Several numbers of tests have been conducted to test and
validate the proposed prototype in the different
environment. As conclusion, around 77%-85% reduction in
power consumption can be achieved through this proposed
automatic street lighting system for energy efficiency system
design.
Keywords—Street light,Low power consumption,LDR,PIR
sensor ,Microcontroller.
I. INTRODUCTION
Basically, street lighting is one of the important
parts of a city’s infrastructure where the main function is
to illuminate the city’s streets during dark hours of the day.
In early days, the number of streets in the town and city
were very less. Therefore, the street lamps are relatively
simple but with the development of urbanization, the
number of streets increases rapidly with high traffic
density which highlighted There are several factors need to
be considered in order to design a good street lighting
system such as night-time safety for community members
and road users, provide public lighting at cost effective, the
reduction of crime and minimizing its effect on the
environment.
At the beginning, street lamps were controlled by
manual control where a control switch was fitted in each of
the street lamps. It is called first generation of the original
street light. After that, another method that has been used
was optical control method. This method is using high
pressure sodium lamp in their system. It can be seen that
this method is widely used in the country nowadays. This
method operates by using optical control circuit, change
the resistance by using of light sensitive device to control
street lamps light up automatically at dusk and turn off
automatically after dawn in the morning. Due to the
technological development nowadays, road lighting can be
categorized according to the installation area, performance
and their use, for example, lighting for traffic routes,
lighting for subsidiary roads and lighting for urban centre
and public amenity areas. While, the sensor network helps
in improving the network sensing for street lighting as
highlighted mean while, street lighting technology can be
classified according to the type of lamps used such as
incandescent light, mercury vapour light, metal halide
light, high pressure sodium light, low pressure sodium
light, fluorescent light, compact fluorescent light, induction
light and LED light.
LED is considered a promising solution to modern
street lighting system due to its behaviour and advantages
as emphasized. Apart from that, the advantages of LED are
likely to replace the traditional street lamps such as the
incandescent lamp, fluorescent lamp and High Pressure
Sodium Lamp in future but LED technology is an extremely
difficult process that requires a combination of advanced
production lines, top quality materials and high-precision
manufacturing process. Therefore, this paper highlights
the energy efficient street lighting design using LED lamps
through intelligent sensor interface for controlling and
managing.
II. STREET LIGHT SYSTEM CIRCUIT DESIGN
The system basically consists of a LDR, PIR sensor,
Microcontroller, Relays and Power supply.
A. LDR
The theoretical concept of the light sensor lies behind
the LDR (Light Dependent Resistor) which is used in this
circuit as a darkness detector. The LDR is a resistor and its
resistance varies according to the amount of light falling on
its surface.
Fig. 1 LDR
When the LDR detect light its resistance will get decreased,
thus if it detects darkness its resistance will increase. The
LDR is shown in fig.1
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 577
B. PIR Sensor
The PIR (Passive Infra-Red) Sensor is a pyroelectric
device that detects motion by sensing changes in the
infrared (radiant heat) levels emitted by surrounding
objects. This motion can be detected by checking for a
sudden change in the surrounding IR pattern. When
motion is detected the PIR sensor outputs a high signal on
its output pin. This logic signal can be read by a
microcontroller or used to drive an external load. The PIR
sensor is shown in fig.2.Whereas table 1 presents
specifications of PIR sensor.
Fig.2 PIR sensor
Table 1: PIR sensor specifications
PIR sensor(#555-28027)
Sensing range 15-30ft
Sensing object People ,Animal,Vehical
Supply voltage,current DC 3-6V,130µA
Communication Single bit high/low output
Dimensions 35.8*25.4*20.3cm
Operating temperature 0-50C
C.Microncontroller
A microcontroller is a computer control system on a
single chip.It has many electronic circuits built into
it,which can decode written instructions and convert them
to electrical signals.The microcontroller will then step
through these instructions and execute them one by one As
an example of this a microcontroller we can use it to
control the lighting of a street by using the exact
procedures.
Microcontroller are now changing electronic
designs.Instead of hard wiring a number of logic gates
together to perform some function we now use
instructions to wire the gates electronically.The list of
these instructions given to the microcontroller is called a
program.There are different types of microcontroller,this
project focus only on the AT89C51.The pin diagram of
AT89C51 microcontroller is shown in fig.3.
Fig. 3 Pin diagram of AT89C51 microcontroller
III. STREET LIGHT CONTOL CIRCUIT DESIGN
The inputs in the street lighting system are LDR and
PIR sensors, after dusk the light sensor will activate the
system, to detect any object by PIR sensor, on road to turn
ON the streetlights.
In this section each circuit, which has been designed
will be discussed. Firstly the LDR circuit as shown in Fig.4,
the LDR and RVı form one arm of bridge, and Rı-R2 form
the other arm. These arms can actually be regarded as
potential dividers, with the R1-R2 arm applying a fixed half-
supply voltage to the non-inverting input of the op-amp,
and with the LDR-RV1 divider applying a light-dependent
variable to the inverting terminal of the op-amp.
Fig.4 LDR circuit
In use, RV1 is adjusted so that the LDR-RV1voltage rises
fractionally above that of R1-R2 as the light intensity rises
to the desired trigger lever, and under this condition the
op-amp output switches to negative saturation and thus
drives the relay on via Q1 and biasing resistors R3-R4when
the light intensity falls below this level, the op-amp output
switches to positive saturation. The circuit is very
sensitive, being able to detect light-level changes too small
to be seen by the human eye, the circuitcan be modified to
INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056
VOLUME: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072
© 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 578
act as a precision dark-activated switch by either
transposing the inverting and noninverting inputs
terminals of the op-amp, or by transposing RV1 and the
LDR.
Further, the Reset circuit is used to put the
microcontroller into known state. Normally when a
AT89C51 microcontroller is reset, execution starts from
address 0 of the program memory. Also, the oscillator
circuit has been used to provide a microcontroller with a
clock, so that the microcontroller can execute a program.
Two PIR sensors are used in this paper. Their functions
to sense the objective that will pass through the street, at
the same time give a signal to the microcontroller to turn
on the lamp. The idea to save the energy, where the
systems have been designed to light ON the lamp in the
night only and only if there is any object passes through
the street. Except to that the light will be OFF. First PIR
sensor is used to turn ON the first lighting column via
microcontroller automatically when any object passes in
front of it. Mean while the second PIR sensor will turn ON
the second lighting column and turn OFF the first one after
few delay when the object passes in front of it.
Fig.5 Schematic circuit of street light system
Fig. 5 shows the overall system schematic circuit that
has been designed in this paper to control the street lights
using AT89C51 microcontroller.
The details of this circuit can be summarized asfollow:
1. Pin 18 to19 of the AT89C51 are connected to the
Oscillator circuit and Crystal which consisting of 4 MHz
crystal connected to two 33 Pf capacitors.
2. Pin 15 is connected to the LDR circuit.
3. Pins 16 and 17 connected to the PIR sensors through
10KΩ resistor.
4. Pins 21and 22 connected to the lamp1and lamp2
through 2.2KΩ resistance and transistor and Relay.
IV. RESULT AND DISCUSSION
The project aims were to reduce the side effects of
the current street lighting system, and find a solution to
save power. In this project the first thing to do, is to
prepare the inputs and outputs of the system to control the
lights of the street.
V. CONCLUSION
The automatic street lighting system is developed
and successfully implemented presented. As a conclusion,
around 77%-85% of power consumption can be reduced
by using this system, providing a solution for energy
saving. Furthermore, the minimum components including
the low cost controller and LED module produce the better
saving in term of cost. On top of that, the life time, better
illumination and low power consumption of LED are the
other criteria for reducing the operational and
maintenance cost after installation compared to high
pressure sodium lamp.Hence, it helps in further improving
the energy efficiency and quality of lighting level
VI. ACKNOWLEDGMENT
We are thankful to our guide Dr.S.P.Patil
(Principal) Karmayogi Engineering College, Shelve,
Pandharpur, for his valuable guidance, encouragement and
co-operation during the paper.
We are also thankful to project coordinator
Mr.A.A Joshi who went out of way to provide every
possible facility and support. Their unflinching help and
encouragement was a constant source of inspiration.
We are grateful to head of Department Mr.D.B
Shivpuje to support and encourage.

More Related Content

What's hot

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
 
Automated Light Illumination Controller
Automated Light Illumination ControllerAutomated Light Illumination Controller
Automated Light Illumination ControllerBibhu Prasad Sahu
 
gridComm_corporate_summary_Street Lights
gridComm_corporate_summary_Street LightsgridComm_corporate_summary_Street Lights
gridComm_corporate_summary_Street LightsTuck Long Nge
 
intelligent street light system using gsm Report
intelligent street light system using gsm Reportintelligent street light system using gsm Report
intelligent street light system using gsm Reportdarshangowda679
 
Smart Street Lamp Monitoring System Using Wireless Xbee
Smart Street Lamp Monitoring System Using Wireless XbeeSmart Street Lamp Monitoring System Using Wireless Xbee
Smart Street Lamp Monitoring System Using Wireless XbeeSatyan Raj
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET Journal
 
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 MovementEdgefxkits & Solutions
 
Arduino Based Project- Smart Street Light System
Arduino Based Project- Smart Street Light SystemArduino Based Project- Smart Street Light System
Arduino Based Project- Smart Street Light SystemRushikeshChoudhery
 
Smart street light system
Smart street light systemSmart street light system
Smart street light systemChethanMp7
 
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCESatish Kumar
 
Completely revised project 2016
Completely revised project 2016Completely revised project 2016
Completely revised project 2016Neeraj kumar
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAnkit Chaudhary
 
intelligent street light system using gsm ppt
intelligent street light system using gsm pptintelligent street light system using gsm ppt
intelligent street light system using gsm pptdarshangowda679
 
Energy efficient smart street light for smart city using sensors and controller
Energy efficient smart street light for smart city using sensors and controllerEnergy efficient smart street light for smart city using sensors and controller
Energy efficient smart street light for smart city using sensors and controllerjournalBEEI
 
STREET LIGHT PPT for technical seminaR
STREET LIGHT PPT for technical seminaRSTREET LIGHT PPT for technical seminaR
STREET LIGHT PPT for technical seminaRVaishaliSrigadhi
 
PIR sensors day
PIR sensors day PIR sensors day
PIR sensors day sivagamitec
 
TRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECHTRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECHPranay Raj
 
Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...Instruments Universal
 
Intelligent Streetlight energy saving system based on lonworks powerline comm...
Intelligent Streetlight energy saving system based on lonworks powerline comm...Intelligent Streetlight energy saving system based on lonworks powerline comm...
Intelligent Streetlight energy saving system based on lonworks powerline comm...Teja Raj
 

What's hot (20)

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
 
Automated Light Illumination Controller
Automated Light Illumination ControllerAutomated Light Illumination Controller
Automated Light Illumination Controller
 
gridComm_corporate_summary_Street Lights
gridComm_corporate_summary_Street LightsgridComm_corporate_summary_Street Lights
gridComm_corporate_summary_Street Lights
 
intelligent street light system using gsm Report
intelligent street light system using gsm Reportintelligent street light system using gsm Report
intelligent street light system using gsm Report
 
Smart Street Lamp Monitoring System Using Wireless Xbee
Smart Street Lamp Monitoring System Using Wireless XbeeSmart Street Lamp Monitoring System Using Wireless Xbee
Smart Street Lamp Monitoring System Using Wireless Xbee
 
IRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNOIRJET- Water Pump Controller using Arduino UNO
IRJET- Water Pump Controller using Arduino UNO
 
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
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
Arduino Based Project- Smart Street Light System
Arduino Based Project- Smart Street Light SystemArduino Based Project- Smart Street Light System
Arduino Based Project- Smart Street Light System
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCEINTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
INTELLIGENT ROOM LIGHTING ON PERSON PRESENCE
 
Completely revised project 2016
Completely revised project 2016Completely revised project 2016
Completely revised project 2016
 
Automatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR SensorAutomatic Room Light Controller Using Arduinom & PIR Sensor
Automatic Room Light Controller Using Arduinom & PIR Sensor
 
intelligent street light system using gsm ppt
intelligent street light system using gsm pptintelligent street light system using gsm ppt
intelligent street light system using gsm ppt
 
Energy efficient smart street light for smart city using sensors and controller
Energy efficient smart street light for smart city using sensors and controllerEnergy efficient smart street light for smart city using sensors and controller
Energy efficient smart street light for smart city using sensors and controller
 
STREET LIGHT PPT for technical seminaR
STREET LIGHT PPT for technical seminaRSTREET LIGHT PPT for technical seminaR
STREET LIGHT PPT for technical seminaR
 
PIR sensors day
PIR sensors day PIR sensors day
PIR sensors day
 
TRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECHTRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECH
 
Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...Remote street light monitoring and control system for energy conservation in ...
Remote street light monitoring and control system for energy conservation in ...
 
Intelligent Streetlight energy saving system based on lonworks powerline comm...
Intelligent Streetlight energy saving system based on lonworks powerline comm...Intelligent Streetlight energy saving system based on lonworks powerline comm...
Intelligent Streetlight energy saving system based on lonworks powerline comm...
 

Similar to Street Light Energy Conservation System

IRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry PiIRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry PiIRJET Journal
 
IRJET- Smart Street Lighting based on Pulse Width Modulation
IRJET-  	  Smart Street Lighting based on Pulse Width ModulationIRJET-  	  Smart Street Lighting based on Pulse Width Modulation
IRJET- Smart Street Lighting based on Pulse Width ModulationIRJET Journal
 
IRJET - Solar Powered Led Lamp with Auto-Intensity Control
IRJET -  	  Solar Powered Led Lamp with Auto-Intensity ControlIRJET -  	  Solar Powered Led Lamp with Auto-Intensity Control
IRJET - Solar Powered Led Lamp with Auto-Intensity ControlIRJET Journal
 
smart street light projet
smart street light projetsmart street light projet
smart street light projetSurya Karan
 
IRJET - Smart Street Light based on Arduino
IRJET -  	  Smart Street Light based on ArduinoIRJET -  	  Smart Street Light based on Arduino
IRJET - Smart Street Light based on ArduinoIRJET 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- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting SystemIRJET Journal
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded Systemrahulmonikasharma
 
Automatic street light
Automatic street lightAutomatic street light
Automatic street lightAnu Antony
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfHELPCONSULTANCY
 
372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.ppt372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.pptchiragdhimam4321
 
Ieeepro techno solutions ieee 2014 embedded project led powered intelligen...
Ieeepro techno solutions    ieee 2014 embedded project led powered intelligen...Ieeepro techno solutions    ieee 2014 embedded project led powered intelligen...
Ieeepro techno solutions ieee 2014 embedded project led powered intelligen...srinivasanece7
 
IRJET- Smart Street Light Control System
IRJET- Smart Street Light Control SystemIRJET- Smart Street Light Control System
IRJET- Smart Street Light Control SystemIRJET Journal
 
Ram minor project PPT..pptx
Ram minor project PPT..pptxRam minor project PPT..pptx
Ram minor project PPT..pptxsaiproject
 
An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...eSAT Journals
 
Design and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightDesign and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightIOSR Journals
 

Similar to Street Light Energy Conservation System (20)

IRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry PiIRJET - Real Time Street Light using Raspberry Pi
IRJET - Real Time Street Light using Raspberry Pi
 
IRJET- Smart Street Lighting based on Pulse Width Modulation
IRJET-  	  Smart Street Lighting based on Pulse Width ModulationIRJET-  	  Smart Street Lighting based on Pulse Width Modulation
IRJET- Smart Street Lighting based on Pulse Width Modulation
 
IRJET - Solar Powered Led Lamp with Auto-Intensity Control
IRJET -  	  Solar Powered Led Lamp with Auto-Intensity ControlIRJET -  	  Solar Powered Led Lamp with Auto-Intensity Control
IRJET - Solar Powered Led Lamp with Auto-Intensity Control
 
smart street light projet
smart street light projetsmart street light projet
smart street light projet
 
IRJET - Smart Street Light based on Arduino
IRJET -  	  Smart Street Light based on ArduinoIRJET -  	  Smart Street Light based on Arduino
IRJET - Smart Street Light based on Arduino
 
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
 
Ls3421152119
Ls3421152119Ls3421152119
Ls3421152119
 
IRJET- Intelligent Room Lighting System
IRJET-  	  Intelligent Room Lighting SystemIRJET-  	  Intelligent Room Lighting System
IRJET- Intelligent Room Lighting System
 
Automatic road light based on vehicles movement
Automatic road light based on vehicles movementAutomatic road light based on vehicles movement
Automatic road light based on vehicles movement
 
Smart Street Light System using Embedded System
Smart Street Light System using Embedded SystemSmart Street Light System using Embedded System
Smart Street Light System using Embedded System
 
Automatic street light
Automatic street lightAutomatic street light
Automatic street light
 
Smart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdfSmart Street Light System Using IOT.pdf
Smart Street Light System Using IOT.pdf
 
372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.ppt372269780-Ppt-Automatic-Street-Light.ppt
372269780-Ppt-Automatic-Street-Light.ppt
 
Ieeepro techno solutions ieee 2014 embedded project led powered intelligen...
Ieeepro techno solutions    ieee 2014 embedded project led powered intelligen...Ieeepro techno solutions    ieee 2014 embedded project led powered intelligen...
Ieeepro techno solutions ieee 2014 embedded project led powered intelligen...
 
8 archana
8 archana8 archana
8 archana
 
IRJET- Smart Street Light Control System
IRJET- Smart Street Light Control SystemIRJET- Smart Street Light Control System
IRJET- Smart Street Light Control System
 
Ram minor project PPT..pptx
Ram minor project PPT..pptxRam minor project PPT..pptx
Ram minor project PPT..pptx
 
An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...An energy efficient street lightening system based on solar energy and mppt a...
An energy efficient street lightening system based on solar energy and mppt a...
 
Design and Analysis of Image as A Street Light
Design and Analysis of Image as A Street LightDesign and Analysis of Image as A Street Light
Design and Analysis of Image as A Street Light
 
G010113538
G010113538G010113538
G010113538
 

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

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
(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
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
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-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
(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...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
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-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

Street Light Energy Conservation System

  • 1. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 576 Street Light Energy Conservation System Mr. N.C.Savant, Miss.S.M. Ragade, Miss.S.R. Gajare, Miss.S. A. Lingade Dept.of Electronics and Telecommunication Engineering Karmayogi Engineering College Shelve, Pandharpur. Dr. S.P.Patil Principal, Karmayogi Engineering College Shelve, Pandharpur. Abstract— This paper proposes energy efficient automatic street lighting system based on low cost microcontroller. The main objective is to design energy efficient based controller for controlling the Light Emitting Diode (LED) based street lamp via appropriate lighting levels control. This system consists of a microcontroller, light sensor, PIR sensor and a set of the LED module. The controlling and managing of the system is based on the density of traffic and five different level of street light brightness has been used for lighting up street proportional to the density of traffic. The system was programmed to automatically turn off during the night. Several numbers of tests have been conducted to test and validate the proposed prototype in the different environment. As conclusion, around 77%-85% reduction in power consumption can be achieved through this proposed automatic street lighting system for energy efficiency system design. Keywords—Street light,Low power consumption,LDR,PIR sensor ,Microcontroller. I. INTRODUCTION Basically, street lighting is one of the important parts of a city’s infrastructure where the main function is to illuminate the city’s streets during dark hours of the day. In early days, the number of streets in the town and city were very less. Therefore, the street lamps are relatively simple but with the development of urbanization, the number of streets increases rapidly with high traffic density which highlighted There are several factors need to be considered in order to design a good street lighting system such as night-time safety for community members and road users, provide public lighting at cost effective, the reduction of crime and minimizing its effect on the environment. At the beginning, street lamps were controlled by manual control where a control switch was fitted in each of the street lamps. It is called first generation of the original street light. After that, another method that has been used was optical control method. This method is using high pressure sodium lamp in their system. It can be seen that this method is widely used in the country nowadays. This method operates by using optical control circuit, change the resistance by using of light sensitive device to control street lamps light up automatically at dusk and turn off automatically after dawn in the morning. Due to the technological development nowadays, road lighting can be categorized according to the installation area, performance and their use, for example, lighting for traffic routes, lighting for subsidiary roads and lighting for urban centre and public amenity areas. While, the sensor network helps in improving the network sensing for street lighting as highlighted mean while, street lighting technology can be classified according to the type of lamps used such as incandescent light, mercury vapour light, metal halide light, high pressure sodium light, low pressure sodium light, fluorescent light, compact fluorescent light, induction light and LED light. LED is considered a promising solution to modern street lighting system due to its behaviour and advantages as emphasized. Apart from that, the advantages of LED are likely to replace the traditional street lamps such as the incandescent lamp, fluorescent lamp and High Pressure Sodium Lamp in future but LED technology is an extremely difficult process that requires a combination of advanced production lines, top quality materials and high-precision manufacturing process. Therefore, this paper highlights the energy efficient street lighting design using LED lamps through intelligent sensor interface for controlling and managing. II. STREET LIGHT SYSTEM CIRCUIT DESIGN The system basically consists of a LDR, PIR sensor, Microcontroller, Relays and Power supply. A. LDR The theoretical concept of the light sensor lies behind the LDR (Light Dependent Resistor) which is used in this circuit as a darkness detector. The LDR is a resistor and its resistance varies according to the amount of light falling on its surface. Fig. 1 LDR When the LDR detect light its resistance will get decreased, thus if it detects darkness its resistance will increase. The LDR is shown in fig.1
  • 2. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 577 B. PIR Sensor The PIR (Passive Infra-Red) Sensor is a pyroelectric device that detects motion by sensing changes in the infrared (radiant heat) levels emitted by surrounding objects. This motion can be detected by checking for a sudden change in the surrounding IR pattern. When motion is detected the PIR sensor outputs a high signal on its output pin. This logic signal can be read by a microcontroller or used to drive an external load. The PIR sensor is shown in fig.2.Whereas table 1 presents specifications of PIR sensor. Fig.2 PIR sensor Table 1: PIR sensor specifications PIR sensor(#555-28027) Sensing range 15-30ft Sensing object People ,Animal,Vehical Supply voltage,current DC 3-6V,130µA Communication Single bit high/low output Dimensions 35.8*25.4*20.3cm Operating temperature 0-50C C.Microncontroller A microcontroller is a computer control system on a single chip.It has many electronic circuits built into it,which can decode written instructions and convert them to electrical signals.The microcontroller will then step through these instructions and execute them one by one As an example of this a microcontroller we can use it to control the lighting of a street by using the exact procedures. Microcontroller are now changing electronic designs.Instead of hard wiring a number of logic gates together to perform some function we now use instructions to wire the gates electronically.The list of these instructions given to the microcontroller is called a program.There are different types of microcontroller,this project focus only on the AT89C51.The pin diagram of AT89C51 microcontroller is shown in fig.3. Fig. 3 Pin diagram of AT89C51 microcontroller III. STREET LIGHT CONTOL CIRCUIT DESIGN The inputs in the street lighting system are LDR and PIR sensors, after dusk the light sensor will activate the system, to detect any object by PIR sensor, on road to turn ON the streetlights. In this section each circuit, which has been designed will be discussed. Firstly the LDR circuit as shown in Fig.4, the LDR and RVı form one arm of bridge, and Rı-R2 form the other arm. These arms can actually be regarded as potential dividers, with the R1-R2 arm applying a fixed half- supply voltage to the non-inverting input of the op-amp, and with the LDR-RV1 divider applying a light-dependent variable to the inverting terminal of the op-amp. Fig.4 LDR circuit In use, RV1 is adjusted so that the LDR-RV1voltage rises fractionally above that of R1-R2 as the light intensity rises to the desired trigger lever, and under this condition the op-amp output switches to negative saturation and thus drives the relay on via Q1 and biasing resistors R3-R4when the light intensity falls below this level, the op-amp output switches to positive saturation. The circuit is very sensitive, being able to detect light-level changes too small to be seen by the human eye, the circuitcan be modified to
  • 3. INTERNATIONAL RESEARCH JOURNAL OF ENGINEERING AND TECHNOLOGY (IRJET) E-ISSN: 2395 -0056 VOLUME: 03 ISSUE: 02 | FEB-2016 WWW.IRJET.NET P-ISSN: 2395-0072 © 2016, IRJET | Impact Factor value: 4.45 | ISO 9001:2008 Certified Journal | Page 578 act as a precision dark-activated switch by either transposing the inverting and noninverting inputs terminals of the op-amp, or by transposing RV1 and the LDR. Further, the Reset circuit is used to put the microcontroller into known state. Normally when a AT89C51 microcontroller is reset, execution starts from address 0 of the program memory. Also, the oscillator circuit has been used to provide a microcontroller with a clock, so that the microcontroller can execute a program. Two PIR sensors are used in this paper. Their functions to sense the objective that will pass through the street, at the same time give a signal to the microcontroller to turn on the lamp. The idea to save the energy, where the systems have been designed to light ON the lamp in the night only and only if there is any object passes through the street. Except to that the light will be OFF. First PIR sensor is used to turn ON the first lighting column via microcontroller automatically when any object passes in front of it. Mean while the second PIR sensor will turn ON the second lighting column and turn OFF the first one after few delay when the object passes in front of it. Fig.5 Schematic circuit of street light system Fig. 5 shows the overall system schematic circuit that has been designed in this paper to control the street lights using AT89C51 microcontroller. The details of this circuit can be summarized asfollow: 1. Pin 18 to19 of the AT89C51 are connected to the Oscillator circuit and Crystal which consisting of 4 MHz crystal connected to two 33 Pf capacitors. 2. Pin 15 is connected to the LDR circuit. 3. Pins 16 and 17 connected to the PIR sensors through 10KΩ resistor. 4. Pins 21and 22 connected to the lamp1and lamp2 through 2.2KΩ resistance and transistor and Relay. IV. RESULT AND DISCUSSION The project aims were to reduce the side effects of the current street lighting system, and find a solution to save power. In this project the first thing to do, is to prepare the inputs and outputs of the system to control the lights of the street. V. CONCLUSION The automatic street lighting system is developed and successfully implemented presented. As a conclusion, around 77%-85% of power consumption can be reduced by using this system, providing a solution for energy saving. Furthermore, the minimum components including the low cost controller and LED module produce the better saving in term of cost. On top of that, the life time, better illumination and low power consumption of LED are the other criteria for reducing the operational and maintenance cost after installation compared to high pressure sodium lamp.Hence, it helps in further improving the energy efficiency and quality of lighting level VI. ACKNOWLEDGMENT We are thankful to our guide Dr.S.P.Patil (Principal) Karmayogi Engineering College, Shelve, Pandharpur, for his valuable guidance, encouragement and co-operation during the paper. We are also thankful to project coordinator Mr.A.A Joshi who went out of way to provide every possible facility and support. Their unflinching help and encouragement was a constant source of inspiration. We are grateful to head of Department Mr.D.B Shivpuje to support and encourage.