Battery Monitoring System For A PV Inverter With Solar Tracking
Battery Monitoring System For A PV Inverter With Solar Tracking
A PROJECT REPORT
Submitted by
SANGHAVI V (311015105076)
SUJITHA P (311015105093)
YESHMIHA R (311015105104)
of
BACHELOR OF ENGINEERING
IN
APRIL 2019
BONAFIDE CERTIFICATE
V. SANGHAVI : 311015105087
P. SUJITHA : 311015105090
R.YESHMIHA : 311015105095
Karapakkam, Karapakkam,
We owe our thanks to all the staff members and friends who
rendered their help in our endeavour. We specially thank our parents for their
unfailing support and encouragement throughout the journey of our graduation.
CHAPTER PAGE
TITLE
NO. NO.
ACKNOWLEDGEMENT i
ABSTRACT Ii
LIST OF FIGURES iv
LIST OF ABBREVIATIONS v
1 INTRODUCTION
1.1 GENERAL
1.2 OBJECTIVES
1.3 LITERATURE SURVEY
1.4 SCOPE OF THE PROJECT
2 SYSTEM DESIGN
2.1 PROPOSED METHOD
2.2 BLOCK DIAGRAM
2.3 DESIGN SPECIFICATION
2.4 COMPONENTS DESCRIPTION
3 SOURCES DESCRIPTION
3.1 SOLAR PANEL
3.1.1 WORKING
3.1.2 SPECIFICATION
3.2 BATTERY
3.2.1 WORKING
3.2.2 SPECIFICATION
CHAPTER PAGE
TITLE
NO. NO.
3.3 INVERTER
3.3.1 CIRCUIT DIAGRAM
3.3.2 WORKING
4 CONTROLLER DESCRIPTION
4.1 ARDUINO NANO
4.1.1 PIN DIAGRAM
4.1.2 SPECIFICATION
4.2 VOLTAGE SENSOR
4.2.1 WORKING
4.3 CURRENT SENSOR
4.3.1 WORKING
4.4 RELAY
4.5 LCD
5 TRACKING MECHANISM
5.1 SOLAR TRACKING BLOCK DIAGRAM
5.1.1 STEPPER MOTOR & DRIVE
5.1.2 LDR
5.2 FLOW CHART OF SOLAR TRACKING
5.3 OPERATION
6 HARDWARE CONFIGURATION
6.1 POWER CIRCUIT DIAGRAM
6.2 WORKING
6.3 COST ESTIMATION
CHAPTER PAGE
TITLE
NO. NO.
7 METHODOLOGY
7.1 MONITORING & DISPLAY FLOWCHART
7.2 CALCULATIONS
7.3 ARDUINO PROGRAM
INTRODUCTION
1.1 GENERAL
1.2 OBJECTIVES
SYSTEM DESIGN
In our project we propose a system to determine how long the battery will
last under given loads and predicts battery voltage under certain discharge
conditions. It also prevents the discharge of battery by cutting off the supply
of loads by using Relay operation. This measurement will tell in real time
the remaining charge of the battery and expected run time of loads to be ON.
The solar panel is designed with sun tracking mechanism that directs the
panel towards the area of high intensity sunlight using LDR and stepper
motor control. This control mechanism and determination of battery voltage
under certain discharge conditions, and the run time of loads can be done by
the programming in Arduino Nano micro-controller. And finally the
resultant data’s are collected, processed and displayed.
Photovoltaic System
Charge Controller
Battery
Lead acid batteries have the ability to supply high surge currents such that
the cells maintains relatively large power to weight ratio. These features, along
with their low cost, make them attractive for use in storing the absorbed power
to provide the high current required by the various devices.
Inverter
Lamps
Arduino
Keeping in mind the economic constraints and the simplicity of the system,
Arduino Nano has been used used which abates the program complexity.
Arduino sense the voltage and current through analog pins. With the help of
these value, Arduino program calculates the resultant output.
Stepper motor
An LDR is a component that has a variable resistance that changes with light
intensity that falls upon it. This allows them to be used in light sensing circuits.
The most common type of LDR has a resistance that falls with an increase in
the light intensity falling upon the device.
SOURCE DESCRIPTION
3.1.1
3.1.2
3.2 BATTERY
3.2.1
3.2.2
3.3 INVERTER
3.3.1
3.3.2
CHAPTER 4
CONTROLLER DESCRIPTION
4.1.1
4.1.2
4.2.1
4.2.2
4.3.1
4.3.2
4.4 RELAY
4.5 LCD
CHAPTER 5
TRACKING MECHANISM
5.1.2 LDR
HARDWARE CONFIGURATION
6.2 WORKING
METHODOLOGY
7.2 CALCULATION
8.2 CONCLUSION
8.3FUTURE WORK