Majur Project
Majur Project
S GOVERNMENT POLYTECHNIC
GOPALGANJ
SUBMITTED TO :
BRAJ KISHOR NARAYAN SINGH
GOVERNMENT POLYTECHNIC, GOPALGANJ
SUBMITTED BY : SONU KUMAR
ROLL NO : 411362121301
ELECTRONICS ENGINEERING
4TH SEMESTER , 2nd YEAR
How to make a solar tracking system using
Arduino step by step
Hello and welcome back. In this project, we will learn how to make a simple DIY
solar tracking system using Arduino. Also, it moves through the dual axis. I used one
servo motor and two LDR sensors for that. If you want, you can expand it up to four
axes.
There are two main types of solar tracking systems: single-axis and dual-axis.
1. Single-Axis Tracking System: A single-axis tracking system moves solar panels or
mirrors along one axis of rotation, typically either the north-south axis (azimuth) or
the east-west axis (elevation). This allows the panels to follow the sun as it moves
across the sky, maintaining an optimal angle for sunlight exposure.
2. Dual-Axis Tracking System: A dual-axis tracking system, as the name suggests, can
move solar panels or mirrors along both the north-south and east-west axes. This type
of tracking system provides even higher efficiency as it not only adjusts for the sun's
daily movement across the sky but also accounts for seasonal variations in the sun's
path caused by the tilt of the Earth's axis.
1. Increased Energy Output: Solar tracking systems can significantly increase the energy
output of a solar installation compared to fixed-tilt systems. This is particularly
advantageous in locations with varying solar angles throughout the year.
2. Improved Efficiency: By maintaining an optimal angle relative to the sun,
solar tracking systems can capture sunlight more effectively, leading to
improved conversion of solar energy into electricity.
3. Longer Effective Daily Operation: Solar panels with tracking systems can operate for
longer periods during the day, capturing sunlight during the morning and afternoon
when the sun is at lower angles.
4. Maximizing Land Utilization: Tracking systems allow for higher energy production
per unit of land area, making them suitable for installations where space is limited.
1. Complexity and Cost: Solar tracking systems are more complex and expensive to
install and maintain compared to fixed-tilt systems. They involve moving parts,
motors, and control systems that can increase initial investment and ongoing
maintenance costs.
2. Maintenance Requirements: The moving components of tracking systems
require regular maintenance to ensure their proper functioning over time.
3. Energy Consumption: The tracking system itself consumes some amount of energy
to operate, which needs to be considered when evaluating the overall energy
efficiency of the system.
4. Reliability: The reliability of a solar tracking system is crucial, as any malfunction
can lead to reduced energy production and potential downtime.
In conclusion, solar tracking systems can be an effective way to increase the efficiency and
energy output of solar installations, especially in locations with significant variations in solar
angles throughout the day and year. However, the decision to implement a solar tracking
system should take into account factors such as cost, maintenance, energy consumption, and
the specific energy goals of the installation.
A solar tracking system is a mechanism that adjusts the orientation of solar panels or solar
collectors throughout the day to optimize their exposure to sunlight. The goal is to maximize
the efficiency of energy generation by ensuring that the solar panels are always pointed
directly at the sun, thus increasing the amount of sunlight they receive.
There are generally two main types of solar tracking systems: single-axis and dual-axis
trackers.
1. Single-Axis Trackers: Single-axis trackers move solar panels along a single axis,
typically the horizontal axis (azimuth) or the vertical axis (elevation). The two
common types of single-axis trackers are:
Horizontal Single-Axis Tracker: This type of tracker adjusts the solar panels'
angle of tilt as the sun moves across the sky, keeping the panels facing
directly at the sun's position. It typically rotates the panels from east to west.
Vertical Single-Axis Tracker: Instead of rotating the panels horizontally, this
type adjusts the panels' elevation angle, allowing them to follow the sun's path
as it moves from sunrise to sunset.
2. Dual-Axis Trackers: Dual-axis trackers offer more precise solar panel orientation by
adjusting both the horizontal and vertical axes. This allows them to track the sun's
movement throughout the day and across seasons. As a result, dual-axis trackers are
generally more efficient than single-axis trackers in terms of energy generation, but
they are also more complex and expensive to implement.
Increased Energy Output: Solar tracking systems can increase energy output by 20-
40% compared to fixed-tilt solar panels, as they maximize the amount of sunlight
absorbed by the panels.
Improved Efficiency: By maintaining an optimal angle relative to the sun, tracking
systems reduce the angle of incidence between sunlight and the panels, resulting in
better energy conversion.
Time-of-Day Optimization: Solar panels with tracking systems can generate more
power during peak demand hours, aligning energy production with periods of higher
electricity consumption.
Seasonal Adaptability: Dual-axis trackers can adjust panel angles for the changing
angle of the sun throughout the year, maximizing energy production across
seasons.
Challenges and Considerations:
Complexity and Cost: Tracking systems are more intricate and expensive to install
and maintain compared to fixed-tilt systems.
Maintenance: Moving parts in tracking systems can lead to increased
maintenance requirements and potential mechanical failures.
Space Requirements: Tracking systems need more space than fixed-tilt systems due to
the range of motion required for tracking.
Application Suitability: The benefits of tracking systems are more pronounced in
locations with high solar insolation, making them more suitable for areas with
consistent sunlight.
In summary, solar tracking systems are designed to optimize the energy generation efficiency
of solar panels by keeping them aligned with the sun's position throughout the day. While
they offer increased energy output, they also come with additional costs and maintenance
considerations. The choice between fixed-tilt and tracking systems depends on factors such as
location, available space, budget, and desired energy output
Play
Un
Loade %
R Time -11:01
LQ
(360p )
These consist of three main parts. These are the single axis, dual-axis, and four-axis.
Of these, dual-axis and single-axis are the main ones used. This method allows us to
generate electricity through the sunlight at maximum efficiency. This is because the
solar panel opens automatically toward sunlight. For that, the light-sensitive sensors
are incorporated into these systems.
Step 1
Secondly, cut the base part of the project. To do this, use the following sizes.
Step 3
Then, attach the servo motor. For that, use the pictures below.
Step 5
Next, attach two pieces of rigifoam to the solar panel. After, attach an iron stick to one
side of the solar panel.
Step 6
Now, connect one side of it to the servo motor and the other side to the rigifoam piece.
Step 7
Then, solder the 10k resistor to one leg of the LDR. Also, solder this way for both
sensors.
Step 8
Next, solder these sensors together. For that, use the circuit diagram below.
Step 9
Afterward, solder the two jumper wires to the voltage divider points of these sensors.
Please look at the circuit diagram above.
Step 10
Now, solder the 5v and GND jumper wires.
Step 11
Next, mount the Arduino board and connect the LDR sensors and servo motor to it.
You can use the circuit diagram above for that.
Step 13
Now, connect this project to your computer and upload the following program. It is as
follows.
The full program of this project — Download
/*Solar tracking system
https://srituhobby.com
*/
void setup() {
//Include servo motor PWM pin
servo.attach(11);
//Set the starting point of the servo
servo.write(Spoint);
delay(1000);
}
void loop() {
//Get the LDR sensor value
int ldr1 = analogRead(LDR1);
//Get the LDR sensor value
int ldr2 = analogRead(LDR2);
Step 14
Finally, select board and port. After, upload this code to the Arduino board.
Ok, enjoy this project. The full video guide is below. So see you in the next project.
SOLAR PANNEL
ARDUNIO-UNO
SERVO MOTER
LDR SENSOR
JUMPER WIRE
RESISTOR (10K OHM)
CABLE PORT
Solving problems related to solar tracking systems involves addressing various challenges to
improve their efficiency, reliability, and cost-effectiveness. Here are some approaches and
solutions to consider:
Certainly, here are some solutions and approaches to improve the efficiency and effectiveness of solar
tracking systems:
THANKFULLY