SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Power Electronics and Drive System (IJPEDS)
Vol. 10, No. 2, June 2019, pp. 777~784
ISSN: 2088-8694, DOI: 10.11591/ijpeds.v10.i2.pp777-784  777
Journal homepage: http://iaescore.com/journals/index.php/IJPEDS
Economical and efficient technique for a static localized
maximum sun lux determination
Ahmed H. Ali1
, Adel S. Nada2
, Ahmed S. Shalaby3
1 Department of Telecommunication Engineering, Egyptian Russian University, Egypt
2,3 Department of Electrical Engineering, Al-Azhar University, Egypt
Article Info ABSTRACT
Article history:
Received Oct 28, 2018
Revised Jan 26, 2019
Accepted Mar 3, 2019
Solar energy is one of the most promising renewable sources that is currently
being used worldwide to contribute for meeting rising demands. In this paper
solar irradiance measurement will experimentally carried out in two different
regions in Egypt; Cairo and Luxor cities. This paper proposes a simple solar
lux measurement using a light dependent resistor (LDR) with an arduino kit.
This technique is based on two approaches which are coarse and fine
maximum sun lux determination. This is based on the predetermined 26o
vertical slop of the LDR. Coarse tuning determines one of the reach sun lux
quarter (90o
) of horizontal quad. The fine tuning allocates the optimized 10o
in which; the maximum sun lux can be obtained. The optimal values of sun
lux were found between the (90o – 180o) quarter. This study confirms that the
narrow ten degrees (95o - 105o) are the optimized static sun lux extraction for
the two site field measurements. This novel technique can be used for
locating the angle of best installations for the solar cell at which maximum
solar energy can be extracted.
Keywords:
Arduino Uno
LDRs
Micro SD memory card
Real time counter (RTC)
Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Ahmed H. Ali,
Department of Telecommunication Engineering,
Egyptian Russian University, Egypt,
Badr City, Cairo-Suez Road, Postal Code 11829.
Email: ahmed_hamdy0064@yahoo.com
1. INTRODUCTION
Measurement of the solar irradiation intensity in a specified position is the key to study the optimal
design and to predict the performance and efficiency of photovoltaic (PV) systems [1, 2]. The performance of
a PV system, module or array depends on many factors; one of which is the solar irradiance that the could
solar panels receive during the day (peak sun-hours) [3, 4].
The total solar radiation potential will be key parameter for designing and predicting the
performance of solar energy equipment and solar energy potential [5, 6]. It has been verified that the higher
altitude greater the total solar radiation under the clear and intermediate sky conditions. Under the overcast
days the solar radiation is very low in comparison with sunny days [7, 8]. The solar radiant energy on the
earth’s surface is a requirement not only in the studies of climate change, environmental pollution but also in
agriculture, hydrology, food industry and promotion of overall solar energy technology programs [9-11].
Measuring of the solar irradiance at different positions is one of the most important tools to catch the
maximum solar radiation. Siti Amely Jumaat and Mohamad Hilmi Othman (MATEC Web of Conferences,
2018) measured the solar irradiance using LDR at three modules; sunrise position, upward position and
sunset position [12].
The high cost of the design of solar irradiance devices, such as the pyranometer [13], and the
irradiance meter, is the significant problem [14]. These devices can measure irradiance with high accuracy
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784
778
and cover a wide spectral range. These devices such as lux meter [15, 16] can therefore be expensive and also
sometimes need special installation prior to the measurement [17, 18].
This paper develops a lower cost, easy to use platform to determine a localized maximum sun lux.
This solution looks a competitive for the most alternatives. Two different regions in Egypt (Cairo and Luxor)
of different solar profiles as shown [19] in Figure 1 are selected for verifying the proposed system validity.
The choice of the angles is made for collecting the most concentrated solar irradiation varying with time [20-
22]. The choice of areas is due to their different weather and sun shines [23].
Figure 1. The solar atlas of Egypt
2. OPERATIONAL PROCEDURE
The whole system is activated where the arduino is connected to group of LDR for two steps of the
peak lux coarse and fine as shown in Figure 2. The proposed system configured of two main modules as
followings:
2.1. Coarse lux determination
During this procedure that called coarse determination, a LDR has installed at each arm of the quad
directions (north, south, east and west).
2.2. Fine lux determination
Additional steps are including the LDR installation at (90o
, 100o
, 110o
and 120o
) of second quarter
(90o
- 180o
) for determining the most appropriate sun lux presence.
(a) Coarse lux determination (a) Fine lux determination
Figure 2. Stepped sun lux tracer
Luxor
Cairo
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali)
779
3. THE SYSTEM PLATFORM
In this work, the main controller which is the arduino receives analog input from LDRs and it
converts the input into digital signal by using analog-to-digital (A/D) converter. Then the controller sends the
measured lux values to SD memory card (storage). The block diagram of the experimental work is shown
in Figure 3.
This project is divided into two stages namely, hardware and software development. In hardware
development, four light dependent resistors (LDRs) were utilized to capture the maximum light source from
the sun, RTC to retain time of reading and memory for data storage. In the software part, the code was
constructed by using C++ programming language and was targeted to the arduino uno controller.
Figure 3. Block diagram of overall system
3.1. System hardware
This work hardware platform configured of three main parts as follows:
3.1.1.Light dependent resistor (LDR)
Light dependent resistor (LDR) sensor: A light sensor is used to sense devices illumination level of
the sun light. A photoresistor is a sensor which electrical resistance is altered depending on the light intensity
falling on it. In spite of the PD sun sensor availability [24, 25], the resistance of the LDR is inversely
proportional to the light intensity at higher sensitivity degree.
3.1.2.Arduino board
The arduino uno is microcontroller board ecosystem that consists of a processor platform on the
ATmega328. It has 14 digital input and output pins: 6 pins used PWM outputs and 6 pins is analog input such
as the clock speed is 16MHz, the ceramic resonator, the USB connection, the power jack, the ICSP header
and the reset button.
3.1.3.Real time clock (RTC) module
A real-time clock (RTC) is a computer clock (most often in the form of an integrated circuit) that
keeps track of the current time. This should not be confused with hardware clocks which are only signals that
govern digital electronics, and do not count time in human units. The RTC module keeps accurate time for
years using a tiny coin-cell, and is very simple to connect to the Arduino board. The module uses the Arduino
analog pins A4 and A5 for "I2C" serial communications with the sketch. No other pins on the arduino are
used by the module other than power and GND, so they are all available for connection to other devices in
your projects. A driver library allows a program to easily set or read the time and date.
The arduino requires a power supply 12 V adapter. The controller works with 6V dc power supply
while sensors, RTC and SD memory work with 5V DC power voltage divider or DC chopper can therefore,
be used.
3.2. The system software
This system uses the arduino IDE on the windows platform to develop the application of auto
sunlight measurements. The arduino integrated development environment (IDE) is used to write and upload
the computer code to the physical board. Arduino IDE is a cross platform application developed using Java.
It is available for Windows, Linux and Mac operating systems. The graphical data representation is
implemented on Microsoft excel.
4. THE EXPERIMENTAL WORK
A photo diode accompanied with 9V relay driven by BC547BP transistor is used as a day/system
operation starter. The soft operation of the system is developed according to the flow chart of Figure 4. The
source codes were targeted to arduino uno board to be compiled and uploaded. The four LDRs were
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784
780
connected to arduino analog pins A0 to A3 to act as the input for the system. The built-in analog-to-digital
converter (ADC) transforms the analog value of LDR into digital pulse width modulation (PWM). Each LDR
was connected with fixed resistance and then connected to the arduino to read sun lux. The readings were
taken every 10 minutes by RTC module to know it’s time readings which connected with the arduino and the
readings were stored in SD memory card. Prototype was placed on a building roof because for much more
sunlight detection. The experiment carried out start of July up to October, 2018.
Figure 4. System procedure flow chart
The work is designed first on the famous drawing program CorelDraw we have used in drawing the
solar tracking system circuit and drawing the base of the control circuit. Second, we performed the drawings
on the machine CNC Co2 laser cutting and engraving machine to implement the proposed system. Figures 5
and 6 shows the schematic diagram that illustrates the measurements of the solar irradiations.
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali)
781
Figure 5. The experimental proposed control system, 1) LDR starter, 2) 9V from adaptor, 3) Operational
amplifier, 4) Transistor BC547BP, 5) Relay 9V, 6) 9V to arduino, 7) 5V from arduino, 8) 7 jumpers from
LDRs, 9) Switch from 7 jumpers from LDRs to analog pins of arduino, 10) Arduino Uno, 11) RTC module,
(12) SD memory card
Figure 6. Arrangement of sensor for sun lux measurements
The LDR was first mounted at the northern zero and the lux was recorded. The same procedure was
repeated for different angles.
5. RESULTS AND ANALYSIS
The proposed sun lux tracer (SLT) configured of a fixed orthogonal quad LDRs that are allocated at
the quad direction (north, south, east and west). During the coarse sun lux determination, the results showed
that the quarter (90o
- 180o
) has the peak lux detection. This is accomplished at Luxor and Cairo as shown in
Figures 7 and 8, respectively. These curves will indicate the sun lux rising and decaying during daylight
hours.
The peak value of the sun lux is differing from Cairo to Luxor cities, Figures 7 and 8, respectively
that it can due to the difference of the sky clearance of the two cities. The accurate limited sector that can
grantee the greatest radiated energy of the sun is allocated by installing the LDR at the angles 90o
, 100o
, 110o
and 120o
. The measured results of Cairo and Luxor cities are depicted as shown in Figures 9 and 10
respectively. The closes results of the Luxor may be due to the lower sky fogs and dust.
It is observed from the experimental results of Figures 9 and 10 that the angle 100o
has the
maximum sun lux. For significantly identification of this optimized angle; the lux was repeatedly measured
along different days to verify the obtained results. Figures 11 and 12 show that the recommended
measurements of 100o
angle have almost peak values for these different days. This shows that the sun lux is
independent on the week days. This can explain why no need for MPPT mechanical solutions. This of course
will grant reliable and long-life time PV system utilization. Figure 11 displays the measurement results
similarity and stability due to the sky clearance as depicted in Figure 9.
The results confirmed that the Egyptian sun light offers higher than 1500 lux for around eight hours
in case of clean sky. The sun lux of the other national cities is much better than Cairo state which attributed
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784
782
to the factories spread around the Cairo state. On the other hand, Luxor city has been selected as another
location of the national cities. The inter dependence of the life time as well as the additional cost of the
mechanical solution for tracking system are sufficient enough to search any other technique. The results
assure that the mechanical maximum power point track (MPPT) can waste power much more than that can be
added.
Figure 7. Readings in Luxor city with coarse selecting
angles
Figure 8. Readings in Cairo with coarse selecting
angles
Figure 9. Luxor measurements at fine sectors
(angles)
Figure 10. Readings in Cairo at fine sectors (angles)
Figure 11. Readings in Luxor city of 100o
angle Figure12. Readings in Cairo city of 100o
angle
Int J Pow Elec & Dri Syst ISSN: 2088-8694 
Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali)
783
6. CONCLUSIONS
Low cost, easy to use and efficient technique for a static localized maximum sun lux estimator has
been proposed and implemented. It provides in a short time (day to view days) an accurate angle of
maximum sun lux. This system can be considered a competitive alternative to the mechanical maximum
power point track (MPPT) systems. The light intensity has been measured using the LDR sensor connected to
an arduino based system. The obtained measurements at many days have almost maximum values at 100o
angle. A resultant cost reduction and long-life time of the photovoltaic (PV) system utilization have therefore
achieved. This work will be continued up to filling the whole year sun lux profile
ACKNOWLEDGEMENTS
The authors are pleased to thanks Associate Prof. Dr. El-Sayed Soliman Ahmed Said for his
contribution and sharing during this work.
REFERENCES
[1] H. Al-Taani and S. Arabasi, "Solar Irradiance Measurements Using Smart Devices: A Cost-Effective Technique
for Estimation of Solar Irradiance for Sustainable Energy Systems," Sustainability, vol. 10(2), 508, pp. 1-11, 2018
[2] C. K. Pandey and A. K. Katiyar, "Solar Radiation: Models and Measurement Techniques," Journal of Energy, vol.
2013, pp. 1-8, 2013.
[3] M. Bagheritabar, H. Bagheitabar, M. M. R. Kashani, and N. S. Khodashenas, "Photovoltaic Systems with
Rotational Panels to Harvest Natural and Artificial Light for Electrical Production," 5th International Conference
on Electrical and Electronics Engineering, pp. 211-214, 2018.
[4] A. A. Abdulrazzaq and A. H. Ali, "Efficiency Performances of Two MPPT Algorithms for PV System With
Different Solar Panels Irradiances," International Journal of Power Electronics and Drive System (IJPEDS), vol. 9,
no. 4, pp. 1755–1764, 2018.
[5] E. Kabir, P. Kumar, S. Kumar, A. A. Adelodun, and Ki-H. Kime, "Solar Energy: Potential and Future Prospects,"
Renewable and Sustainable Energy Reviews, vol. 82, no. 1, pp. 894–900, 2018.
[6] P. D. A. Aziz, S. S. A. Wahid, Y. Z. Arief, and N. A. Aziz, "Evaluation of Solar Energy Potential in Malaysia,"
Trends Bioinform, vol. 9, no. 2, pp. 35–43, 2016.
[7] D. O. Akinyele and R. K. Rayudu, "Comprehensive Techno-Economic and Environmental Impact Study of a
Localised Photovoltaic Power System (PPS) for Off-Grid Communities," Energy Conversion and Management,
vol. 124, pp. 266–279, 2016.
[8] S. N. Khine and Z. Tun, "Sensor Analysis and Application of Arduino based Temperature and Light Intensity
Control for Smart Home System," International Journal of Scientific and Research Publications, vol. 8, no. 6,
pp. 89-94, 2018.
[9] U. A. S. K. Edirisinghe, "Study to Evaluate The Effectiveness of Lighting System by Using LED Technology in
Commercial Buildings," M.Sc. Thesis, University of Vocational Technology, 2012.
[10] M. Oki and H. Shiina, "Preliminary Study on an Estimation Method for Annual Solar Irradiance at Various
Geographical Altitudes," 8th International IBPSA Conference, Eindhoven, Netherlands, pp. 11-14, 2003.
[11] K. Muthukumar and T. S. Anandhi, "Real Time Implementation of Variable Step Size Based P&O MPPT for PV
Systems Based on dSPACE," International Journal of Power Electronics and Drive System (IJPEDS), vol. 7,
no. 3, pp. 915-925, 2016.
[12] S. A. Jumaat and M. H. Othman, "Solar Energy Measurement Using Arduino," MATEC Web of Conferences,
vol. 150, pp. 1- 6, 2018.
[13] S. M. Raihan, R. Muhida, M. H. Ullah, and L. Sulastri, "Design of a radio telemetry solar radiation sensor using
solar cell," American journal of scientific research, vol. 10, pp. 78-86, 2010.
[14] K. R. Ajao, R. M. Ambali, and M. O. Mahmoud, "Determination of The Optimal Tilt Angle for Solar Photovoltaic
Panel in Ilorin, Nigeria," Journal of Engineering Science and Technology Review, vol. 6, no. 1, pp. 87–90, 2013.
[15] A. H. Ismail, M. S. M. Azmi, M. A. Hashim, M. N. Ayob, M. S. M. Hashim, and Hassrizal H.B., "Development of
a Webcam Based Lux Meter," IEEE Symposium on Computers and Informatics, pp. 70-74, 2013.
[16] S. Sumriddetchkajorn and A. Somboonkaew," Low-Cost Cell Phone-Based Digital Lux Meter," The International
Society for Optical Engineering, vol. 7853, pp. 1-6, 2010.
[17] K. N. Poudyal, B. K. Bhattarai, B. K. Sapkota, B. Kjeldstad, and N. R. Karki, "Estimation of Global Solar
Radiation using Pyranometer and NILU-UV Irradiance Meter at Pokhara Valley in Nepal," Journal of the Institute
of Engineering, vol. 9, no. 1, pp. 69–78, 2013.
[18] M. Elyaqouti, S. Hakim, S. Farhat, L. Bouhouch, and A. Ihlal, "Implementation in Arduino of MPPT Using
Variable Step Size P&O Algorithm in PV Installations," International Journal of Power Electronics and Drive
System (IJPEDS), vol. 8, no. 1, pp. 434–443, 2017.
[19] H. El-Askary, P. Kosmopoulos, and S. Kazadzis, "The Solar Atlas of Egypt," Ministry Of Electricity and
Renewable Energy, Egypt, pp. 1-277, 2018.
[20] M. Mirzaei and M. Z. Mohiabadi, "Comparative Analysis of Energy Yield of Different Tracking Modes of PV
Systems in Semiarid Climate Conditions: The Case of Iran," Renewable Energy, vol. 119, pp. 400–409, 2018.
 ISSN: 2088-8694
Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784
784
[21] S. Bazyari, R. Keypour, S. Farhangi, A. Ghaedi, and K. Bazyari, "A Study on the Effects of Solar Tracking
Systems on the Performance of Photovoltaic Power Plants," Journal of Power and Energy Engineering, vol. 2,
no. 4, pp. 718–728, 2014.
[22] A. Abdulmula, K. Sopian, L. C. Haw, and A. Fazlizan, "Performance evaluation of standalone double axis solar
tracking system with maximum light detection MLD for telecommunication towers in Malaysia," International
Journal of Power Electronics and Drive System (IJPEDS), vol. 10, no. 1, pp. 444-453, 2019.
[23] N. Kannan and D. Vakeesan, "Solar Energy for Future World: - A review," Renewable and Sustainable Energy
Reviews, vol. 62, pp. 1092–1105, 2016.
[24] M. Sumathi, R. Ranjan, R. K. Singh, and P. Kumar, "Performance Analysis of Sun sensors for Satellite systems,"
International Conference on Advanced Electronic Systems, pp. 10-14, 2013.
[25] R. Saleem and S. Lee, " Accurate and Cost-Effective Micro Sun Sensor Based on CMOS Black Sun Effect,"
Sensors, vol. 19, no. 3, pp. 1-17, 2019.

More Related Content

What's hot

Microsoft Azure e zenon, integrando TI e TA
Microsoft Azure e zenon, integrando TI e TAMicrosoft Azure e zenon, integrando TI e TA
Microsoft Azure e zenon, integrando TI e TAFelipe Fonseca Rocha
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET Journal
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringSOHAM ADHYA
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET Journal
 
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionReal Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionRekaNext Capital
 
Monitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADAMonitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADAijtsrd
 
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...IRJET Journal
 
Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersIRJET Journal
 
Magnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometerMagnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometerUniversitasGadjahMada
 
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsSCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsEmbitel Technologies (I) PVT LTD
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...ijesajournal
 
Automatic solar LED street light automation by using RTC and I2C protocols d...
Automatic solar LED street light automation by using RTC and I2C protocols  d...Automatic solar LED street light automation by using RTC and I2C protocols  d...
Automatic solar LED street light automation by using RTC and I2C protocols d...PRASHANTH RAO
 
Efficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyEfficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyIJMER
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemseSAT Publishing House
 
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
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...journalBEEI
 

What's hot (20)

Microsoft Azure e zenon, integrando TI e TA
Microsoft Azure e zenon, integrando TI e TAMicrosoft Azure e zenon, integrando TI e TA
Microsoft Azure e zenon, integrando TI e TA
 
IRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoTIRJET - Smart Street Light System using IoT
IRJET - Smart Street Light System using IoT
 
CIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar MonitoringCIEC16_PPT_Iot Based Smart Solar Monitoring
CIEC16_PPT_Iot Based Smart Solar Monitoring
 
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoTIRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
IRJET- Design and Implement Mechanism for Efficient Energy Meter using IoT
 
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruptionReal Time Monitoring and Electro Magnetic Interference causing Data corruption
Real Time Monitoring and Electro Magnetic Interference causing Data corruption
 
Monitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADAMonitoring and Control of Solar Power System using Reliance SCADA
Monitoring and Control of Solar Power System using Reliance SCADA
 
Power Measurement with IoT
Power Measurement with IoTPower Measurement with IoT
Power Measurement with IoT
 
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...
IRJET- An Exclusive Review on IoT based Solar Photovoltaic Remote Monitoring ...
 
Remote Monitoring System for Solar Inverters
Remote Monitoring System for Solar InvertersRemote Monitoring System for Solar Inverters
Remote Monitoring System for Solar Inverters
 
Magnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometerMagnetogama: an open schematic magnetometer
Magnetogama: an open schematic magnetometer
 
I010234548
I010234548I010234548
I010234548
 
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software SolutionsSCADA ( Supervisory Control and Data Acquisition system) Software Solutions
SCADA ( Supervisory Control and Data Acquisition system) Software Solutions
 
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...Design and Implementation of IOT Based Smart Power Monitoring and Management ...
Design and Implementation of IOT Based Smart Power Monitoring and Management ...
 
Automatic solar LED street light automation by using RTC and I2C protocols d...
Automatic solar LED street light automation by using RTC and I2C protocols  d...Automatic solar LED street light automation by using RTC and I2C protocols  d...
Automatic solar LED street light automation by using RTC and I2C protocols d...
 
Scada Analysis1.2
Scada Analysis1.2Scada Analysis1.2
Scada Analysis1.2
 
Efficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar EnergyEfficient Energy Management System with Solar Energy
Efficient Energy Management System with Solar Energy
 
Redeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systemsRedeeming of processor for cyber physical systems
Redeeming of processor for cyber physical systems
 
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
 
F0453539
F0453539F0453539
F0453539
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...
 

Similar to Economical and efficient technique for a static localized maximum sun lux determination

Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...simeon Matthew
 
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
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISIRJET Journal
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A ReviewIJERA Editor
 
Ijsetr vol-4-issue-12-4320-4324
Ijsetr vol-4-issue-12-4320-4324Ijsetr vol-4-issue-12-4320-4324
Ijsetr vol-4-issue-12-4320-4324Abhishek Parikh
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillIRJET Journal
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIRJET Journal
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIRJET Journal
 
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
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmIAEME Publication
 
Solar panel project
Solar panel project Solar panel project
Solar panel project SAKTHIVELV40
 
Environmental Sensor Network Paper
Environmental Sensor Network PaperEnvironmental Sensor Network Paper
Environmental Sensor Network PaperZoey Y. Kang
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy SavingIRJET Journal
 

Similar to Economical and efficient technique for a static localized maximum sun lux determination (20)

Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...
 
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
 
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISISREAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
REAL-TIME LOCATION TRACKER FOR HEALTH PATIENT IN CRISIS
 
Weather Monitoring Station: A Review
Weather Monitoring Station: A ReviewWeather Monitoring Station: A Review
Weather Monitoring Station: A Review
 
Ijsetr vol-4-issue-12-4320-4324
Ijsetr vol-4-issue-12-4320-4324Ijsetr vol-4-issue-12-4320-4324
Ijsetr vol-4-issue-12-4320-4324
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
Development of Smart system for Monitoring Windmill
Development of Smart system for Monitoring WindmillDevelopment of Smart system for Monitoring Windmill
Development of Smart system for Monitoring Windmill
 
IoT-based Solar Energy Monitoring
IoT-based Solar Energy MonitoringIoT-based Solar Energy Monitoring
IoT-based Solar Energy Monitoring
 
IOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING SYSTEMIOT ASSET TRACKING SYSTEM
IOT ASSET TRACKING 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
 
24. 23302.pdf
24. 23302.pdf24. 23302.pdf
24. 23302.pdf
 
A laboratory scale IoT-based measuring of the solar photovoltaic parameters
A laboratory scale IoT-based measuring of the solar  photovoltaic parametersA laboratory scale IoT-based measuring of the solar  photovoltaic parameters
A laboratory scale IoT-based measuring of the solar photovoltaic parameters
 
Online monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsmOnline monitoring of greenhouse gases leakage by using gsm
Online monitoring of greenhouse gases leakage by using gsm
 
Solar panel project
Solar panel project Solar panel project
Solar panel project
 
Environmental Sensor Network Paper
Environmental Sensor Network PaperEnvironmental Sensor Network Paper
Environmental Sensor Network Paper
 
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
http://ijtra.com/view/role-of-power-electronics-in-non-renewable-and-renewabl...
 
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
MEASUREMENT AND TRANSMISSION OF ATMOSPHERIC PARAMETERS USING RADIO FREQUENCY ...
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
Vision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvestingVision based solar tracking system for efficient energy harvesting
Vision based solar tracking system for efficient energy harvesting
 
IRJET- A Remotely Controlled Home Automation System for Energy Saving
IRJET-  	  A Remotely Controlled Home Automation System for Energy SavingIRJET-  	  A Remotely Controlled Home Automation System for Energy Saving
IRJET- A Remotely Controlled Home Automation System for Energy Saving
 

More from International Journal of Power Electronics and Drive Systems

More from International Journal of Power Electronics and Drive Systems (20)

Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...Adaptive backstepping controller design based on neural network for PMSM spee...
Adaptive backstepping controller design based on neural network for PMSM spee...
 
Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...Classification and direction discrimination of faults in transmission lines u...
Classification and direction discrimination of faults in transmission lines u...
 
Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...Integration of artificial neural networks for multi-source energy management ...
Integration of artificial neural networks for multi-source energy management ...
 
Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...Rotating blade faults classification of a rotor-disk-blade system using artif...
Rotating blade faults classification of a rotor-disk-blade system using artif...
 
Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...Artificial bee colony algorithm applied to optimal power flow solution incorp...
Artificial bee colony algorithm applied to optimal power flow solution incorp...
 
Soft computing and IoT based solar tracker
Soft computing and IoT based solar trackerSoft computing and IoT based solar tracker
Soft computing and IoT based solar tracker
 
Comparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farmsComparison of roughness index for Kitka and Koznica wind farms
Comparison of roughness index for Kitka and Koznica wind farms
 
Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...Primary frequency control of large-scale PV-connected multi-machine power sys...
Primary frequency control of large-scale PV-connected multi-machine power sys...
 
Performance of solar modules integrated with reflector
Performance of solar modules integrated with reflectorPerformance of solar modules integrated with reflector
Performance of solar modules integrated with reflector
 
Generator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion systemGenerator and grid side converter control for wind energy conversion system
Generator and grid side converter control for wind energy conversion system
 
Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...Wind speed modeling based on measurement data to predict future wind speed wi...
Wind speed modeling based on measurement data to predict future wind speed wi...
 
Comparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping systemComparison of PV panels MPPT techniques applied to solar water pumping system
Comparison of PV panels MPPT techniques applied to solar water pumping system
 
Prospect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in BangladeshProspect of renewable energy resources in Bangladesh
Prospect of renewable energy resources in Bangladesh
 
A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...A novel optimization of the particle swarm based maximum power point tracking...
A novel optimization of the particle swarm based maximum power point tracking...
 
Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...Voltage stability enhancement for large scale squirrel cage induction generat...
Voltage stability enhancement for large scale squirrel cage induction generat...
 
Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...Electrical and environmental parameters of the performance of polymer solar c...
Electrical and environmental parameters of the performance of polymer solar c...
 
Short and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverterShort and open circuit faults study in the PV system inverter
Short and open circuit faults study in the PV system inverter
 
A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...A modified bridge-type nonsuperconducting fault current limiter for distribut...
A modified bridge-type nonsuperconducting fault current limiter for distribut...
 
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
The new approach minimizes harmonics in a single-phase three-level NPC 400 Hz...
 
Comparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converterComparison of electronic load using linear regulator and boost converter
Comparison of electronic load using linear regulator and boost converter
 

Recently uploaded

Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdfKamal Acharya
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilVinayVitekari
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapRishantSharmaFr
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdfKamal Acharya
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersMairaAshraf6
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesRAJNEESHKUMAR341697
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxchumtiyababu
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdfKamal Acharya
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityMorshed Ahmed Rahath
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxmaisarahman1
 

Recently uploaded (20)

Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Moment Distribution Method For Btech Civil
Moment Distribution Method For Btech CivilMoment Distribution Method For Btech Civil
Moment Distribution Method For Btech Civil
 
Unleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leapUnleashing the Power of the SORA AI lastest leap
Unleashing the Power of the SORA AI lastest leap
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Hospital management system project report.pdf
Hospital management system project report.pdfHospital management system project report.pdf
Hospital management system project report.pdf
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Computer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to ComputersComputer Lecture 01.pptxIntroduction to Computers
Computer Lecture 01.pptxIntroduction to Computers
 
Engineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planesEngineering Drawing focus on projection of planes
Engineering Drawing focus on projection of planes
 
Verification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptxVerification of thevenin's theorem for BEEE Lab (1).pptx
Verification of thevenin's theorem for BEEE Lab (1).pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
A Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna MunicipalityA Study of Urban Area Plan for Pabna Municipality
A Study of Urban Area Plan for Pabna Municipality
 
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptxA CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
A CASE STUDY ON CERAMIC INDUSTRY OF BANGLADESH.pptx
 

Economical and efficient technique for a static localized maximum sun lux determination

  • 1. International Journal of Power Electronics and Drive System (IJPEDS) Vol. 10, No. 2, June 2019, pp. 777~784 ISSN: 2088-8694, DOI: 10.11591/ijpeds.v10.i2.pp777-784  777 Journal homepage: http://iaescore.com/journals/index.php/IJPEDS Economical and efficient technique for a static localized maximum sun lux determination Ahmed H. Ali1 , Adel S. Nada2 , Ahmed S. Shalaby3 1 Department of Telecommunication Engineering, Egyptian Russian University, Egypt 2,3 Department of Electrical Engineering, Al-Azhar University, Egypt Article Info ABSTRACT Article history: Received Oct 28, 2018 Revised Jan 26, 2019 Accepted Mar 3, 2019 Solar energy is one of the most promising renewable sources that is currently being used worldwide to contribute for meeting rising demands. In this paper solar irradiance measurement will experimentally carried out in two different regions in Egypt; Cairo and Luxor cities. This paper proposes a simple solar lux measurement using a light dependent resistor (LDR) with an arduino kit. This technique is based on two approaches which are coarse and fine maximum sun lux determination. This is based on the predetermined 26o vertical slop of the LDR. Coarse tuning determines one of the reach sun lux quarter (90o ) of horizontal quad. The fine tuning allocates the optimized 10o in which; the maximum sun lux can be obtained. The optimal values of sun lux were found between the (90o – 180o) quarter. This study confirms that the narrow ten degrees (95o - 105o) are the optimized static sun lux extraction for the two site field measurements. This novel technique can be used for locating the angle of best installations for the solar cell at which maximum solar energy can be extracted. Keywords: Arduino Uno LDRs Micro SD memory card Real time counter (RTC) Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Ahmed H. Ali, Department of Telecommunication Engineering, Egyptian Russian University, Egypt, Badr City, Cairo-Suez Road, Postal Code 11829. Email: ahmed_hamdy0064@yahoo.com 1. INTRODUCTION Measurement of the solar irradiation intensity in a specified position is the key to study the optimal design and to predict the performance and efficiency of photovoltaic (PV) systems [1, 2]. The performance of a PV system, module or array depends on many factors; one of which is the solar irradiance that the could solar panels receive during the day (peak sun-hours) [3, 4]. The total solar radiation potential will be key parameter for designing and predicting the performance of solar energy equipment and solar energy potential [5, 6]. It has been verified that the higher altitude greater the total solar radiation under the clear and intermediate sky conditions. Under the overcast days the solar radiation is very low in comparison with sunny days [7, 8]. The solar radiant energy on the earth’s surface is a requirement not only in the studies of climate change, environmental pollution but also in agriculture, hydrology, food industry and promotion of overall solar energy technology programs [9-11]. Measuring of the solar irradiance at different positions is one of the most important tools to catch the maximum solar radiation. Siti Amely Jumaat and Mohamad Hilmi Othman (MATEC Web of Conferences, 2018) measured the solar irradiance using LDR at three modules; sunrise position, upward position and sunset position [12]. The high cost of the design of solar irradiance devices, such as the pyranometer [13], and the irradiance meter, is the significant problem [14]. These devices can measure irradiance with high accuracy
  • 2.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784 778 and cover a wide spectral range. These devices such as lux meter [15, 16] can therefore be expensive and also sometimes need special installation prior to the measurement [17, 18]. This paper develops a lower cost, easy to use platform to determine a localized maximum sun lux. This solution looks a competitive for the most alternatives. Two different regions in Egypt (Cairo and Luxor) of different solar profiles as shown [19] in Figure 1 are selected for verifying the proposed system validity. The choice of the angles is made for collecting the most concentrated solar irradiation varying with time [20- 22]. The choice of areas is due to their different weather and sun shines [23]. Figure 1. The solar atlas of Egypt 2. OPERATIONAL PROCEDURE The whole system is activated where the arduino is connected to group of LDR for two steps of the peak lux coarse and fine as shown in Figure 2. The proposed system configured of two main modules as followings: 2.1. Coarse lux determination During this procedure that called coarse determination, a LDR has installed at each arm of the quad directions (north, south, east and west). 2.2. Fine lux determination Additional steps are including the LDR installation at (90o , 100o , 110o and 120o ) of second quarter (90o - 180o ) for determining the most appropriate sun lux presence. (a) Coarse lux determination (a) Fine lux determination Figure 2. Stepped sun lux tracer Luxor Cairo
  • 3. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali) 779 3. THE SYSTEM PLATFORM In this work, the main controller which is the arduino receives analog input from LDRs and it converts the input into digital signal by using analog-to-digital (A/D) converter. Then the controller sends the measured lux values to SD memory card (storage). The block diagram of the experimental work is shown in Figure 3. This project is divided into two stages namely, hardware and software development. In hardware development, four light dependent resistors (LDRs) were utilized to capture the maximum light source from the sun, RTC to retain time of reading and memory for data storage. In the software part, the code was constructed by using C++ programming language and was targeted to the arduino uno controller. Figure 3. Block diagram of overall system 3.1. System hardware This work hardware platform configured of three main parts as follows: 3.1.1.Light dependent resistor (LDR) Light dependent resistor (LDR) sensor: A light sensor is used to sense devices illumination level of the sun light. A photoresistor is a sensor which electrical resistance is altered depending on the light intensity falling on it. In spite of the PD sun sensor availability [24, 25], the resistance of the LDR is inversely proportional to the light intensity at higher sensitivity degree. 3.1.2.Arduino board The arduino uno is microcontroller board ecosystem that consists of a processor platform on the ATmega328. It has 14 digital input and output pins: 6 pins used PWM outputs and 6 pins is analog input such as the clock speed is 16MHz, the ceramic resonator, the USB connection, the power jack, the ICSP header and the reset button. 3.1.3.Real time clock (RTC) module A real-time clock (RTC) is a computer clock (most often in the form of an integrated circuit) that keeps track of the current time. This should not be confused with hardware clocks which are only signals that govern digital electronics, and do not count time in human units. The RTC module keeps accurate time for years using a tiny coin-cell, and is very simple to connect to the Arduino board. The module uses the Arduino analog pins A4 and A5 for "I2C" serial communications with the sketch. No other pins on the arduino are used by the module other than power and GND, so they are all available for connection to other devices in your projects. A driver library allows a program to easily set or read the time and date. The arduino requires a power supply 12 V adapter. The controller works with 6V dc power supply while sensors, RTC and SD memory work with 5V DC power voltage divider or DC chopper can therefore, be used. 3.2. The system software This system uses the arduino IDE on the windows platform to develop the application of auto sunlight measurements. The arduino integrated development environment (IDE) is used to write and upload the computer code to the physical board. Arduino IDE is a cross platform application developed using Java. It is available for Windows, Linux and Mac operating systems. The graphical data representation is implemented on Microsoft excel. 4. THE EXPERIMENTAL WORK A photo diode accompanied with 9V relay driven by BC547BP transistor is used as a day/system operation starter. The soft operation of the system is developed according to the flow chart of Figure 4. The source codes were targeted to arduino uno board to be compiled and uploaded. The four LDRs were
  • 4.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784 780 connected to arduino analog pins A0 to A3 to act as the input for the system. The built-in analog-to-digital converter (ADC) transforms the analog value of LDR into digital pulse width modulation (PWM). Each LDR was connected with fixed resistance and then connected to the arduino to read sun lux. The readings were taken every 10 minutes by RTC module to know it’s time readings which connected with the arduino and the readings were stored in SD memory card. Prototype was placed on a building roof because for much more sunlight detection. The experiment carried out start of July up to October, 2018. Figure 4. System procedure flow chart The work is designed first on the famous drawing program CorelDraw we have used in drawing the solar tracking system circuit and drawing the base of the control circuit. Second, we performed the drawings on the machine CNC Co2 laser cutting and engraving machine to implement the proposed system. Figures 5 and 6 shows the schematic diagram that illustrates the measurements of the solar irradiations.
  • 5. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali) 781 Figure 5. The experimental proposed control system, 1) LDR starter, 2) 9V from adaptor, 3) Operational amplifier, 4) Transistor BC547BP, 5) Relay 9V, 6) 9V to arduino, 7) 5V from arduino, 8) 7 jumpers from LDRs, 9) Switch from 7 jumpers from LDRs to analog pins of arduino, 10) Arduino Uno, 11) RTC module, (12) SD memory card Figure 6. Arrangement of sensor for sun lux measurements The LDR was first mounted at the northern zero and the lux was recorded. The same procedure was repeated for different angles. 5. RESULTS AND ANALYSIS The proposed sun lux tracer (SLT) configured of a fixed orthogonal quad LDRs that are allocated at the quad direction (north, south, east and west). During the coarse sun lux determination, the results showed that the quarter (90o - 180o ) has the peak lux detection. This is accomplished at Luxor and Cairo as shown in Figures 7 and 8, respectively. These curves will indicate the sun lux rising and decaying during daylight hours. The peak value of the sun lux is differing from Cairo to Luxor cities, Figures 7 and 8, respectively that it can due to the difference of the sky clearance of the two cities. The accurate limited sector that can grantee the greatest radiated energy of the sun is allocated by installing the LDR at the angles 90o , 100o , 110o and 120o . The measured results of Cairo and Luxor cities are depicted as shown in Figures 9 and 10 respectively. The closes results of the Luxor may be due to the lower sky fogs and dust. It is observed from the experimental results of Figures 9 and 10 that the angle 100o has the maximum sun lux. For significantly identification of this optimized angle; the lux was repeatedly measured along different days to verify the obtained results. Figures 11 and 12 show that the recommended measurements of 100o angle have almost peak values for these different days. This shows that the sun lux is independent on the week days. This can explain why no need for MPPT mechanical solutions. This of course will grant reliable and long-life time PV system utilization. Figure 11 displays the measurement results similarity and stability due to the sky clearance as depicted in Figure 9. The results confirmed that the Egyptian sun light offers higher than 1500 lux for around eight hours in case of clean sky. The sun lux of the other national cities is much better than Cairo state which attributed
  • 6.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784 782 to the factories spread around the Cairo state. On the other hand, Luxor city has been selected as another location of the national cities. The inter dependence of the life time as well as the additional cost of the mechanical solution for tracking system are sufficient enough to search any other technique. The results assure that the mechanical maximum power point track (MPPT) can waste power much more than that can be added. Figure 7. Readings in Luxor city with coarse selecting angles Figure 8. Readings in Cairo with coarse selecting angles Figure 9. Luxor measurements at fine sectors (angles) Figure 10. Readings in Cairo at fine sectors (angles) Figure 11. Readings in Luxor city of 100o angle Figure12. Readings in Cairo city of 100o angle
  • 7. Int J Pow Elec & Dri Syst ISSN: 2088-8694  Economical and efficient technique for a static localized maximum sun lux determination (Ahmed H. Ali) 783 6. CONCLUSIONS Low cost, easy to use and efficient technique for a static localized maximum sun lux estimator has been proposed and implemented. It provides in a short time (day to view days) an accurate angle of maximum sun lux. This system can be considered a competitive alternative to the mechanical maximum power point track (MPPT) systems. The light intensity has been measured using the LDR sensor connected to an arduino based system. The obtained measurements at many days have almost maximum values at 100o angle. A resultant cost reduction and long-life time of the photovoltaic (PV) system utilization have therefore achieved. This work will be continued up to filling the whole year sun lux profile ACKNOWLEDGEMENTS The authors are pleased to thanks Associate Prof. Dr. El-Sayed Soliman Ahmed Said for his contribution and sharing during this work. REFERENCES [1] H. Al-Taani and S. Arabasi, "Solar Irradiance Measurements Using Smart Devices: A Cost-Effective Technique for Estimation of Solar Irradiance for Sustainable Energy Systems," Sustainability, vol. 10(2), 508, pp. 1-11, 2018 [2] C. K. Pandey and A. K. Katiyar, "Solar Radiation: Models and Measurement Techniques," Journal of Energy, vol. 2013, pp. 1-8, 2013. [3] M. Bagheritabar, H. Bagheitabar, M. M. R. Kashani, and N. S. Khodashenas, "Photovoltaic Systems with Rotational Panels to Harvest Natural and Artificial Light for Electrical Production," 5th International Conference on Electrical and Electronics Engineering, pp. 211-214, 2018. [4] A. A. Abdulrazzaq and A. H. Ali, "Efficiency Performances of Two MPPT Algorithms for PV System With Different Solar Panels Irradiances," International Journal of Power Electronics and Drive System (IJPEDS), vol. 9, no. 4, pp. 1755–1764, 2018. [5] E. Kabir, P. Kumar, S. Kumar, A. A. Adelodun, and Ki-H. Kime, "Solar Energy: Potential and Future Prospects," Renewable and Sustainable Energy Reviews, vol. 82, no. 1, pp. 894–900, 2018. [6] P. D. A. Aziz, S. S. A. Wahid, Y. Z. Arief, and N. A. Aziz, "Evaluation of Solar Energy Potential in Malaysia," Trends Bioinform, vol. 9, no. 2, pp. 35–43, 2016. [7] D. O. Akinyele and R. K. Rayudu, "Comprehensive Techno-Economic and Environmental Impact Study of a Localised Photovoltaic Power System (PPS) for Off-Grid Communities," Energy Conversion and Management, vol. 124, pp. 266–279, 2016. [8] S. N. Khine and Z. Tun, "Sensor Analysis and Application of Arduino based Temperature and Light Intensity Control for Smart Home System," International Journal of Scientific and Research Publications, vol. 8, no. 6, pp. 89-94, 2018. [9] U. A. S. K. Edirisinghe, "Study to Evaluate The Effectiveness of Lighting System by Using LED Technology in Commercial Buildings," M.Sc. Thesis, University of Vocational Technology, 2012. [10] M. Oki and H. Shiina, "Preliminary Study on an Estimation Method for Annual Solar Irradiance at Various Geographical Altitudes," 8th International IBPSA Conference, Eindhoven, Netherlands, pp. 11-14, 2003. [11] K. Muthukumar and T. S. Anandhi, "Real Time Implementation of Variable Step Size Based P&O MPPT for PV Systems Based on dSPACE," International Journal of Power Electronics and Drive System (IJPEDS), vol. 7, no. 3, pp. 915-925, 2016. [12] S. A. Jumaat and M. H. Othman, "Solar Energy Measurement Using Arduino," MATEC Web of Conferences, vol. 150, pp. 1- 6, 2018. [13] S. M. Raihan, R. Muhida, M. H. Ullah, and L. Sulastri, "Design of a radio telemetry solar radiation sensor using solar cell," American journal of scientific research, vol. 10, pp. 78-86, 2010. [14] K. R. Ajao, R. M. Ambali, and M. O. Mahmoud, "Determination of The Optimal Tilt Angle for Solar Photovoltaic Panel in Ilorin, Nigeria," Journal of Engineering Science and Technology Review, vol. 6, no. 1, pp. 87–90, 2013. [15] A. H. Ismail, M. S. M. Azmi, M. A. Hashim, M. N. Ayob, M. S. M. Hashim, and Hassrizal H.B., "Development of a Webcam Based Lux Meter," IEEE Symposium on Computers and Informatics, pp. 70-74, 2013. [16] S. Sumriddetchkajorn and A. Somboonkaew," Low-Cost Cell Phone-Based Digital Lux Meter," The International Society for Optical Engineering, vol. 7853, pp. 1-6, 2010. [17] K. N. Poudyal, B. K. Bhattarai, B. K. Sapkota, B. Kjeldstad, and N. R. Karki, "Estimation of Global Solar Radiation using Pyranometer and NILU-UV Irradiance Meter at Pokhara Valley in Nepal," Journal of the Institute of Engineering, vol. 9, no. 1, pp. 69–78, 2013. [18] M. Elyaqouti, S. Hakim, S. Farhat, L. Bouhouch, and A. Ihlal, "Implementation in Arduino of MPPT Using Variable Step Size P&O Algorithm in PV Installations," International Journal of Power Electronics and Drive System (IJPEDS), vol. 8, no. 1, pp. 434–443, 2017. [19] H. El-Askary, P. Kosmopoulos, and S. Kazadzis, "The Solar Atlas of Egypt," Ministry Of Electricity and Renewable Energy, Egypt, pp. 1-277, 2018. [20] M. Mirzaei and M. Z. Mohiabadi, "Comparative Analysis of Energy Yield of Different Tracking Modes of PV Systems in Semiarid Climate Conditions: The Case of Iran," Renewable Energy, vol. 119, pp. 400–409, 2018.
  • 8.  ISSN: 2088-8694 Int J Pow Elec & Dri Syst, Vol. 10, No. 2, June 2019 : 777 – 784 784 [21] S. Bazyari, R. Keypour, S. Farhangi, A. Ghaedi, and K. Bazyari, "A Study on the Effects of Solar Tracking Systems on the Performance of Photovoltaic Power Plants," Journal of Power and Energy Engineering, vol. 2, no. 4, pp. 718–728, 2014. [22] A. Abdulmula, K. Sopian, L. C. Haw, and A. Fazlizan, "Performance evaluation of standalone double axis solar tracking system with maximum light detection MLD for telecommunication towers in Malaysia," International Journal of Power Electronics and Drive System (IJPEDS), vol. 10, no. 1, pp. 444-453, 2019. [23] N. Kannan and D. Vakeesan, "Solar Energy for Future World: - A review," Renewable and Sustainable Energy Reviews, vol. 62, pp. 1092–1105, 2016. [24] M. Sumathi, R. Ranjan, R. K. Singh, and P. Kumar, "Performance Analysis of Sun sensors for Satellite systems," International Conference on Advanced Electronic Systems, pp. 10-14, 2013. [25] R. Saleem and S. Lee, " Accurate and Cost-Effective Micro Sun Sensor Based on CMOS Black Sun Effect," Sensors, vol. 19, no. 3, pp. 1-17, 2019.