(REPORT) - Automatic Sun Tracking System
(REPORT) - Automatic Sun Tracking System
ROURKELA
PANPOSH-769004
SEMINAR REPORT
ON
AUTOMATIC SUN TRACKING
SYSTEM
“If we convert the Total Solar energy reaches to earth in one time into Electricity, then
it will be more enough than the whole power used by all the nations per year.”
STRUCTURE OF ASTS
ASTS is a hybrid hardware/software project. Its general structural diagram is shown in figure.
• Solar panel assembly structure containing six functional sensors, stepper motor and
solar cells.
• System Control Unit containing LCD, Keypad, Error Indicators and Emergency Stop
switch.
• Complete PCB containing two microcontrollers (89c52). First one is the “Master
Microcontroller” which controls the automatic operation of ASTS. While second one,
the “Slave Microcontroller” serially communicates (RS232) with VB software in
computer.
Development of solar panel tracking system has been ongoing for several years. As the sun
moves across the sky during the day, it is advantageous to have the solar panels track the
location of the sun, such that the panels are always perpendicular with the position of the sun.
Available solar trackers in the market are much costly to integrate with solar panel system. In
the developing countries where cost is one of the major issues to integrate technologies, solar
tracking prototype presented at this paper can provide an effective solution.
The major components those are used in the prototype are given below:-
• Photo resistor
• Microcontroller
• Stepper motor
A. Photo resistor
Cadmium sulphide (CdS) photo resistor is used in the designed prototype. The CdS
photo resistor is a passive element that has a resistance inversely proportional to the
amount of light incident on it. To utilize the photo resistor, it is placed in series with
another resistor. A voltage divider is thus formed at the junction between photo resistor
and another resistor; the output is taken at the junction point to pass the measured voltage
as input to microcontroller. Fig. 2 represents the resistance value of the photo resistor
with the illumination of light. Fig. 2 Resistance value of CdS at various illumination
level of light Fig. 3 shows the schematic diagram of the prototype designed in Proteus
7 professional software. Fig. 3 Schematic of solar tracker circuitry In the solar tracker
prototype, it is desired that output voltage at junction point will increase as the light
intensity increases and so the photo resistor is placed at the top position in series
connection with resistor.
B. Stepper motor
Stepper motors are commonly used in precision positioning control applications. Five
characteristics of the stepper motor have been considered while choosing stepper motor
for the solar tracker prototype. Stepper motor is brushless, load independent, has open
loop positioning capability, good holding torque and excellent response characteristics.
The stepper motor that has been used in the prototype has the specifications of 24 volts,
130 Ω resistance, 7.5˚per step, 4 phase, unipolar. Half stepping rotation is considered
for the tracker to control position accurately with sun’s rotation which results in 3.75˚per
step.
C. Microcontroller
The ATMEGA32 microcontroller has been used in the prototype. Microcontroller is the
heart of overall system. ATMEGA32 microcontroller requires a 5 volt regulated voltage
supply. ‘7805’ voltage regulator is used to provide fixed 5 volts supply to the
microcontroller. ATMEGA32 has some features such as analog comparator (AC),
analog to digital converter (ADC), universal synchronous asynchronous receiver
transmitter (USART), times etc.
3. TYPES OF ASTS
SINGLE AXIS SOLAR TRACKER
It can either have a horizontal or vertical axle. The horizontal type is used in
tropical regions where the sun gets very high at noon, but the days are short. The
vertical type is used in high altitudes (such as in UK) where the sun does not get
very high, but summer days can be very long.
4. WORKING OF ASTS
3.1 Basic Principle
The basic functional blocks of this system are six sensors 1 , and their operation depends upon
the intensity of light falling on solar panel. All sensors (each with different functionality) send
their output to microcontroller AT89c52. Then the microcontroller executes predefined task in
its software. These sensors are being used with following names and functionality:
These two sensors are mounted in “V” shape exactly in the middle of the solar panel. The
automatic sun tracking is accomplished according to following 3-step diagram.
• Step-1 shows that when the sun is in front of solar panel, both sensors i.e. STS-1 and
STS-2 are getting same amount of light.
• In step-2, after some time as the earth rotates the solar panel gets repositioned with
respect to sun and STS-1 obtains less amount of light. At this point the LDR i.e. STS-1
sends signal to the microcontroller. Then the controller1 rotates motor, resulting the
rotation of solar panel towards the sun.
• Finally step-3 shows the reorientation of solar panel. The process continues until the
end of day.
In routine work of the system if a general fault2 occurs during night time then the next morning
it would not work. So at the next sunrise, this sensor detects whether the solar panel is ready
for tracking or not. As shown in figure-4, the NTFD is mounted in east of the solar panel so in
normal conditions it does not work because it gets lesser intense light (predefined) as compared
to the middle sensors i.e. STS-1 and STS-2, but as the fault arises, it starts working.
Except some special conditions e.g. cloudy weather etc., the ASTS is supposed to track the sun
the whole day. If the panel stops rotation then DTFD detects this type of fault. The mounting
strategy of this sensor is same as that of NTFD except that it is mounted in the west.
3.1.4 Night and Cloud Detection
In a cloudy day light intensity is less than a normal day. Similarly during night, light intensity
is far less than a cloudy day. So the night and cloud sensors work on this principle to detect
the event. To sense a smaller change in light intensity cloud sensor is more sensitive than the
Night sensor.
In case of Night event, the microcontroller stops all operations of the system and repositions
the solar panel towards east to track the sun for next morning.
• Automatic Control
• Manual Control
With the help of an efficient algorithm (written in C) only one Master Microcontroller1
is being used to manage the automatic operation of ASTS. This controller has following
functions:
• Drives LCD.
The central driving components of automatic control are only six sensors. Their operation has
been explained on the previous page.
a. Manual Control
As no human made system is so perfect so an unpredictable fault may occur in the any
system. That is why a manual control option was also kept in ASTS. While designing
this part of control two objectives were kept in mind:
• The manual control should work efficiently.
• It should be as user friendly as possible.
Following two approaches have been used to accomplish the manual control.
While developing the overall system, hardware and software portions of the project are
separated into stages consisting of light detection, microcontroller input, software
enhancements, motor driving and finally dummy panel rotation. The attractive feature of
the constructed prototype is the software solution of many challenges regarding solar
tracking system. The designed prototype requires only two photo resistors to sense the light,
which lessens the cost of the system. Power consumption of the system is negligible as
‘wait’ states are calculated perfectly with the sun’s position. Another major problem of
system initialization at the start of the day is solved through a simple programming
application. All these software based solution reduce the system cost far more than all other
systems proposed to date. As the prototype is a miniature of main system, it has some
limitations which can be mitigated through future developments. In stead of solar panel, a
small plastic board is rotated in the system. As a miniature system, it works out well. Solar
panel must be integrated with the system to prepare result and cost analysis. CdS photo
resistors which have been used in the prototype have a better response on 500nm to 700nm
of wave length [14]. As shown in Fig. 7, sunlight covers greater ranges than CdS photo
resistors [15]. Hence more sensitive photo diodes should be used for wider range of
sensitivity.
6. CONCLUSION
Although ASTS is a prototype towards a real system, but still its software and hardware
can be used to drive a real and very huge solar panel. A small portable battery can drive its
control circuitry. Therefore by just replacing the sensing instrument, its algorithm and
control system can be used in RADAR and moveable Dish Antennas.
FUTURE ENHANCEMENTS
• The computer and System Control Unit would have a wireless communication with
the mechanical structure of solar panel.
• To make emergency control better more powerful microcontrollers e.g. PIC 16F877A
would be used.
DEVELOPMENT TOOLS
1. Software