SlideShare a Scribd company logo
2
Most read
3
Most read
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 519
SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER
Vishvajeet Shirode1,Harshada Sapkale2, Jagruti Thosare3, Prathamesh Mali4,
Mayuri Gachke5
Electrical Engineering Department
G. H. Raisoni Institute Of Business Management, Jalgaon, India
(An Autonomous Institute affiliated to KBC North Maharashtra University Jalgaon), India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - The main goal of the project to develop a solar
energy measurement system that use multiple sensors to
determine solar array parameter such as current and voltage
this project uses solar panel that continuously monitor
sunlight it uses microcontroller from PIC16f8 family
1.INTRODUCTION
Now in few days,the solar energy market is fastest
renewable energy market I the world. We are currently
increasing the need for remote monitoring and control
equipment for solar energy ‘and whether they are likely to
create field potential ,regardlessofwhethertheyarelikelyto
create field potential ‘monitoring ,reliability and accurate
measurement it is important .
Common whether measurements including wind speed
,wind direction , relative humidity and pressure
,precipitation are all used in solar field .of course, measuring
isolation is especially important and, there are sensors that
measuring all aspects of isolations. Voltage according to the
principle of voltage divider ,current according to series
resistance and temperature according to temperature
sensor.all these dara displayedon16*2LCDconnectedto the
PIC microcontroller and also send to remote PC
hyperterminal for display using 2.4 GHz serial
communication the goal of this project is to develop a solar
energy measurement system for measuring solar cells
.parameter such as voltage,current,tempreture and light
intensity through the multiple sensors.
1.1BLOCK DIAGRAM
This project is aimed to realize greater accountability in
alternative energy generation, wherein the conditions that
affect the energy generation like temperature, intensity are
continuously monitored together with voltage generation
factor. the sunshine intensity is
Fig 1: block diagram of solar energy measurement system
monitored using an LDR sensor, voltage by resistance
principle, current by series resistor and temperature by
temperature sensor. of these data are displayed on a 16X2
LCD interfaced to PIC microcontroller and is additionally
Fig 2 : circuit diagram of solar energy measurementsystem
sent to an overseas PC hyper terminal for display employing
a 2.4 GHz serial link.
1.2 CIRCUIT DIAGRAM
As pictured 2.schematic,voltage devider is used to devide
voltage below 5 volt this is because the microcontroller
Cannot read voltage above 5 volt.so , voltage devider is used
to step down the voltage below 5 volt.polar and non polar
capacitor are used to reject harmonics and provide a
constant voltage to the adc pins of the microcontroller .the
polarized capacitor are used to prevent voltage fluctuations
,and non polarized capacitors are used to cancel harmonics
2.Objectives:
foremost quickly growing renewable energy
advertise within the u. s.. Currently,wehave seen a
crucial enhancement inrequirementsfor remotemonitoring
and equipment control for various applications of
solarenergy. Whether you're assessed a sites potential
for alternative energy generation, monitoring act of
accessible solar installations, orsuperior solar monitoring,
consistent and precise measurements are crucial. they
assist in higher cognitive process, development of
theproduct, maintenance of the system and in many other
The main purpose of this solar power measurement system
project is to style a solar power measurement system for
determiningthe electriccell parameterslikecurrent,voltage,
temperatureand also strength through multiple
sensorsThe solar power marketplace is one in all the
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 520
ways. General meteorological measurements with wind
direction, wind speed, ratio, atmospheric pressure and
rainfall, all have theyre applied in solar applications. Of
course,the alternativeenergymeasurementsare particularly
significant and sensors are accessible for measuring all
features of radiation
Grammar Check
Check Plagiarism
3. Power Supply
The power supply consist of a230/12v step down
transformer that steps the voltage down to 12 volt AC.is is
converted to direct current by using bridge rectifier .the
ripple is removed with a capacitive filter and then adjusted
to +5 volt with a7805 voltage regulator required to the
operation of microcontrollers and other circuitry.
4.PIC microcontroller
PIC (PIC16F877A):
 High-Performance RISC CPU
 Only 35 single-word instructions.
 All single cycle instruction axept programbeanchesthat
consist of 2 cycles
 Operating speed DC -20 MHz clock input DC 200 ns
command cycle
 Upto 8k *14 word program flash , upto 368 *8 bytes of
data memory (RAM).
 Upto 256*8 bytes of EEPROM data memory
 Pin out is compatible with other 28 pins or 40/44 pin
PIC16cxxxx AND PIC16Fxxx microcontrollers
5.Voltage Measurement unit:
 According to the voltage sensor formula ,for 24 volt
solar panel,the voltage devider resistor value are R2-
10K and R4-2K.the reason for using voltage devider is
that the maximum input voltage of the A/D converter
cannot express 5 volt .however ,to increase the
measurement accuracy and ensure that the ADC is
protected from high voltages.
Fig 4: voltage measurement unit
6.Current Measurement unit-
Here is a schematic of the current sensor circuit where the
differential amplifier ,amplifies the voltage across the shunt
resistor .at the different time the current value may be too
high or low and a different voltage value will be created
across the shunt resistor so we cant use use a voltage
devider because we don’t knowcurrentvaluecurrentsensor
is device that senses current and convert it into an easily Fig
fig 5: Current measurement unit
measurable voltage output propotional to the current in the
measured path.
Direct measurement are based on ohm s law and indirect
measurement are based on faraday and ampere s law when
current flow through a wire or circuit , a voltage drop accurs
also a magnetic field is created around a conductor through
which an electric current flows.this two phenomenon are
used in development of current sensors . therefore thereare
2 types of current measurement direct and indirect.
7.FUTURE SCOPE
Solar energy is used as an efficient energy source in modern
days and generation of solar energy is quickly growing in
every country. Solar panels are used to convert solar energy
into electricity to power house lighting, appliances etc. The
main purpose of this project is to design a system to
determine solar cell parameters like current, voltage etc. So,
this has very good scope in the near future in various
industries.They aid in decision making, product
development, system maintenance and in many other ways.
Common meteorological measurements including wind
speed, wind direction, relative humidity, barometric
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072
© 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 521
pressure and precipitation, all have their use in solar
applications.
8.INTERFACING CIRCUIT
9.LCD Commands
We use #define directives to define commands that areused
for various control functions of the 16×2 display.
// Command set for Hitachi 44780U LCD display controller
#define LCD_CLEAR 0x01 // It clears everything’s
#define LCD_HOME 0x02 // set the cursor to first line and
first row
#define LCD_CURSOR_BACK 0x10 // moves cursor one
position back
#define LCD_CURSOR_FWD 0x14 //moves cursor one
position forward
#define LCD_PAN_LEFT 0x18 // used to scroll text left
side to scroll text
#define LCD_PAN_RIGHT 0x1C // used to scroll text right
side to scroll text
#define LCD_CURSOR_OFF 0x0C // stops display cursor on
screen
#define LCD_CURSOR_ON 0x0E // turns on cursor display
#define LCD_CURSOR_BLINK 0x0F // cursor keeps blinking
#define LCD_CURSOR_LINE2 0xC0 // move cursor to
second line or second row
// display controller setup commands from page 46 of
Hitachi datasheet
#define FUNCTION_SET 0x28 // 4 bit interface, 2 lines, 5x8
font
#define ENTRY_MODE 0x06 // increment mode
#define DISPLAY_SETUP 0x0C //displayon,cursoroff,blink
off
10. CONCLUSIONS
In this paper we tried tomeasuresolarpanel parametersuch
as voltage,current,power using the PIC16F877A
microcontroller .a digital display can be used to show the
values of these parameter .a PICmicrocontroller can be used
to measure the anolog value of these measurement
parameter and A/D converter built to the PIC
microcontroller can be used to measure the value of this
parameter .there are several ways to determine the voltage
.however in this purposed work,we can easily measure the
solar panel voltage usingthe voltagedevider.toavoidvoltage
fluctuation and harmonics entering the ADC of the PIC
microcontroller ,two capacitor are connected to the voltage
sensor resistor
ACKNOWLEDGEMENT
We took this opportunity to write a paper title “solar
measurement system overview”.thanks Mrs.Mayuri gachke
mam and Mr. Manish mahale sir.,we welcome HOD of
electrical department who provide us professional advice
and support.many thank to Bipsa patra mam .also I would
like to take this opportunity to express my sincere gratitude
to all the staff of the electrical department for their support
and co-operation.we would also liketoexpressourgratitude
and respect to our parents,otherfamilymembersandfriends
who have been our energy in doing this project.
REFERENCES
Virmanini, N., Singh, P., kumar, P., Bhati, P., Gupta , R., &
Gupta , R. (2018 February, FEBRUARY). SOLAR ENERGY
MEASUREMENT SYSTEM. GLOBAL JOURNAL FOR
RESEARCH ANALYSIS, 7(2277-8160).
Femia, N., Petrone, G., Spagnuolo, & Vitelli, M. (2005, Jul).
Optimization of Perturband Observe maximum powerpoint
tracking method . 20.
Kasa, N., Lida, T., & Chen, L. (2005, Aug). Flyback inverter
controlled by sensor Lesscurrent MPPPTFor photovoltic
Power System. (I. Trans, Ed.) 52, 1145 -1152.
Sharma , P., Duttagupta, S. P., & Agarwal, V. (2014).
TRANSACTIONS ON INDUSTRY APPLICATIONS (Vol. 50).
IEEE. Retrieved NOVEMBER/DECEMBER 2014
Virmanini, N., Singh, P., kumar, P., Bhati, P., Gupta , R., &
Gupta , R. (2018 February, FEBRUARY). SOLAR ENERGY
MEASUREMENT SYSTEM. GLOBAL JOURNAL FOR
RESEARCH ANALYSIS, 7(2277-8160).

More Related Content

PPT
5 STM32's TIMER.ppt
PPT
Finite word lenth effects
PPTX
Advanced Pipelining in ARM Processors.pptx
PPTX
Smart sensors
PPTX
AVRTIMER.pptx
PPTX
Arm modes
PDF
Nghiên cứu thiết kế và chế tạo thiết bị định vị chính xác kết hợp truyền thôn...
PPTX
Android phone controlled obstacle avoiding robot
5 STM32's TIMER.ppt
Finite word lenth effects
Advanced Pipelining in ARM Processors.pptx
Smart sensors
AVRTIMER.pptx
Arm modes
Nghiên cứu thiết kế và chế tạo thiết bị định vị chính xác kết hợp truyền thôn...
Android phone controlled obstacle avoiding robot

What's hot (20)

PPTX
Arm cortex-m4 programmer model
PPT
Serial Communication In Atmega 16
PPTX
Image Sensor PPT
PPTX
Smart door project ppt shivnaresh likhar
PPTX
Lpc 1768 timers
PDF
Project Report Of SRAM Design
PPT
3_Register in COA.ppt
PPTX
Line follower robot 5th semster
PPTX
Heart beat monitor using AT89S52 microcontroller
PPTX
Gsm based home automation
PPTX
HOME APPLIANCE CONTROL SYSTEM USING GSM TECHNOLOGY
PPTX
Iot based health monitoring system
PPTX
Tread mill test definition and indication.pptx
PDF
Wearable Biosensors Report
PPTX
IOT POWERED WEARABLE HEALTH BAND
PDF
Electronic Door Lock using RFID and Password Based on Arduino
PDF
Women Safety Night Patrolling Robot Using IOT
PPTX
GREEN HOUSE MONITORING SYSTEM BASED ARDUINO UNO
PPT
English math - where should a pilot start descent
PPTX
Smart garbage monitoring system using internet of things
Arm cortex-m4 programmer model
Serial Communication In Atmega 16
Image Sensor PPT
Smart door project ppt shivnaresh likhar
Lpc 1768 timers
Project Report Of SRAM Design
3_Register in COA.ppt
Line follower robot 5th semster
Heart beat monitor using AT89S52 microcontroller
Gsm based home automation
HOME APPLIANCE CONTROL SYSTEM USING GSM TECHNOLOGY
Iot based health monitoring system
Tread mill test definition and indication.pptx
Wearable Biosensors Report
IOT POWERED WEARABLE HEALTH BAND
Electronic Door Lock using RFID and Password Based on Arduino
Women Safety Night Patrolling Robot Using IOT
GREEN HOUSE MONITORING SYSTEM BASED ARDUINO UNO
English math - where should a pilot start descent
Smart garbage monitoring system using internet of things
Ad

Similar to SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER (20)

PDF
TRANSFORMER FAULT DETECTION AND MONITORING
PDF
IRJET- IoT based Solar Power Monitoring System
PDF
IoT Based Distribution Transformer Condition Monitoring System
PDF
Automatic Power Factor Detection And Correction using Arduino
PDF
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
PDF
IoT-based Solar Energy Monitoring
PDF
IRJET- Highway Power Generation
PDF
IRJET - IoT based Speed Control of DC Motor using PWM Technique
PDF
Substation Monitoring and Control Based on Microcontroller Using IoT
PDF
IRJET- IoT based Feeder Protection from Overload and Earth Fault
PDF
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
PDF
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
PDF
Design, simulation and hardware implementation of
PDF
IRJET- Smart Battery Management
PDF
IRJET- Design and Implementation of Solar Charge Controller
PDF
POWER QUALITY IMPROVEMENT IN ELECTRICAL RAILWAY POWER SYSTEM
PDF
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
PDF
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
PDF
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
PDF
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
TRANSFORMER FAULT DETECTION AND MONITORING
IRJET- IoT based Solar Power Monitoring System
IoT Based Distribution Transformer Condition Monitoring System
Automatic Power Factor Detection And Correction using Arduino
IRJET - Design of EV with Fault Detection and Monitoring in Low Voltage S...
IoT-based Solar Energy Monitoring
IRJET- Highway Power Generation
IRJET - IoT based Speed Control of DC Motor using PWM Technique
Substation Monitoring and Control Based on Microcontroller Using IoT
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- Power Stolen Prevention by using PIC16882 Microcontroller
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
Design, simulation and hardware implementation of
IRJET- Smart Battery Management
IRJET- Design and Implementation of Solar Charge Controller
POWER QUALITY IMPROVEMENT IN ELECTRICAL RAILWAY POWER SYSTEM
IRJET - The Implementation of Arduino based Single Axis Solar Tracking Sy...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER...
Ad

More from IRJET Journal (20)

PDF
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
PDF
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
PDF
Kiona – A Smart Society Automation Project
PDF
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
PDF
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
PDF
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
PDF
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
PDF
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
PDF
BRAIN TUMOUR DETECTION AND CLASSIFICATION
PDF
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
PDF
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
PDF
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
PDF
Breast Cancer Detection using Computer Vision
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
PDF
Auto-Charging E-Vehicle with its battery Management.
PDF
Analysis of high energy charge particle in the Heliosphere
PDF
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Enhanced heart disease prediction using SKNDGR ensemble Machine Learning Model
Utilizing Biomedical Waste for Sustainable Brick Manufacturing: A Novel Appro...
Kiona – A Smart Society Automation Project
DESIGN AND DEVELOPMENT OF BATTERY THERMAL MANAGEMENT SYSTEM USING PHASE CHANG...
Invest in Innovation: Empowering Ideas through Blockchain Based Crowdfunding
SPACE WATCH YOUR REAL-TIME SPACE INFORMATION HUB
A Review on Influence of Fluid Viscous Damper on The Behaviour of Multi-store...
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...
Explainable AI(XAI) using LIME and Disease Detection in Mango Leaf by Transfe...
BRAIN TUMOUR DETECTION AND CLASSIFICATION
The Project Manager as an ambassador of the contract. The case of NEC4 ECC co...
"Enhanced Heat Transfer Performance in Shell and Tube Heat Exchangers: A CFD ...
Advancements in CFD Analysis of Shell and Tube Heat Exchangers with Nanofluid...
Breast Cancer Detection using Computer Vision
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
A Novel System for Recommending Agricultural Crops Using Machine Learning App...
Auto-Charging E-Vehicle with its battery Management.
Analysis of high energy charge particle in the Heliosphere
Wireless Arduino Control via Mobile: Eliminating the Need for a Dedicated Wir...

Recently uploaded (20)

PPTX
Sustainable Sites - Green Building Construction
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPT
Mechanical Engineering MATERIALS Selection
PDF
composite construction of structures.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
Embodied AI: Ushering in the Next Era of Intelligent Systems
PPTX
Geodesy 1.pptx...............................................
PPTX
Current and future trends in Computer Vision.pptx
PDF
PPT on Performance Review to get promotions
PDF
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PPTX
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PDF
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PPTX
Safety Seminar civil to be ensured for safe working.
PDF
Well-logging-methods_new................
PDF
Operating System & Kernel Study Guide-1 - converted.pdf
PPTX
bas. eng. economics group 4 presentation 1.pptx
Sustainable Sites - Green Building Construction
CYBER-CRIMES AND SECURITY A guide to understanding
Mechanical Engineering MATERIALS Selection
composite construction of structures.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
Embodied AI: Ushering in the Next Era of Intelligent Systems
Geodesy 1.pptx...............................................
Current and future trends in Computer Vision.pptx
PPT on Performance Review to get promotions
Unit I ESSENTIAL OF DIGITAL MARKETING.pdf
R24 SURVEYING LAB MANUAL for civil enggi
Engineering Ethics, Safety and Environment [Autosaved] (1).pptx
Internet of Things (IOT) - A guide to understanding
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
TFEC-4-2020-Design-Guide-for-Timber-Roof-Trusses.pdf
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
Safety Seminar civil to be ensured for safe working.
Well-logging-methods_new................
Operating System & Kernel Study Guide-1 - converted.pdf
bas. eng. economics group 4 presentation 1.pptx

SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 519 SOLAR ENERGY MEASUREMENT USING PIC MICROCONTROLLER Vishvajeet Shirode1,Harshada Sapkale2, Jagruti Thosare3, Prathamesh Mali4, Mayuri Gachke5 Electrical Engineering Department G. H. Raisoni Institute Of Business Management, Jalgaon, India (An Autonomous Institute affiliated to KBC North Maharashtra University Jalgaon), India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - The main goal of the project to develop a solar energy measurement system that use multiple sensors to determine solar array parameter such as current and voltage this project uses solar panel that continuously monitor sunlight it uses microcontroller from PIC16f8 family 1.INTRODUCTION Now in few days,the solar energy market is fastest renewable energy market I the world. We are currently increasing the need for remote monitoring and control equipment for solar energy ‘and whether they are likely to create field potential ,regardlessofwhethertheyarelikelyto create field potential ‘monitoring ,reliability and accurate measurement it is important . Common whether measurements including wind speed ,wind direction , relative humidity and pressure ,precipitation are all used in solar field .of course, measuring isolation is especially important and, there are sensors that measuring all aspects of isolations. Voltage according to the principle of voltage divider ,current according to series resistance and temperature according to temperature sensor.all these dara displayedon16*2LCDconnectedto the PIC microcontroller and also send to remote PC hyperterminal for display using 2.4 GHz serial communication the goal of this project is to develop a solar energy measurement system for measuring solar cells .parameter such as voltage,current,tempreture and light intensity through the multiple sensors. 1.1BLOCK DIAGRAM This project is aimed to realize greater accountability in alternative energy generation, wherein the conditions that affect the energy generation like temperature, intensity are continuously monitored together with voltage generation factor. the sunshine intensity is Fig 1: block diagram of solar energy measurement system monitored using an LDR sensor, voltage by resistance principle, current by series resistor and temperature by temperature sensor. of these data are displayed on a 16X2 LCD interfaced to PIC microcontroller and is additionally Fig 2 : circuit diagram of solar energy measurementsystem sent to an overseas PC hyper terminal for display employing a 2.4 GHz serial link. 1.2 CIRCUIT DIAGRAM As pictured 2.schematic,voltage devider is used to devide voltage below 5 volt this is because the microcontroller Cannot read voltage above 5 volt.so , voltage devider is used to step down the voltage below 5 volt.polar and non polar capacitor are used to reject harmonics and provide a constant voltage to the adc pins of the microcontroller .the polarized capacitor are used to prevent voltage fluctuations ,and non polarized capacitors are used to cancel harmonics 2.Objectives: foremost quickly growing renewable energy advertise within the u. s.. Currently,wehave seen a crucial enhancement inrequirementsfor remotemonitoring and equipment control for various applications of solarenergy. Whether you're assessed a sites potential for alternative energy generation, monitoring act of accessible solar installations, orsuperior solar monitoring, consistent and precise measurements are crucial. they assist in higher cognitive process, development of theproduct, maintenance of the system and in many other The main purpose of this solar power measurement system project is to style a solar power measurement system for determiningthe electriccell parameterslikecurrent,voltage, temperatureand also strength through multiple sensorsThe solar power marketplace is one in all the
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 520 ways. General meteorological measurements with wind direction, wind speed, ratio, atmospheric pressure and rainfall, all have theyre applied in solar applications. Of course,the alternativeenergymeasurementsare particularly significant and sensors are accessible for measuring all features of radiation Grammar Check Check Plagiarism 3. Power Supply The power supply consist of a230/12v step down transformer that steps the voltage down to 12 volt AC.is is converted to direct current by using bridge rectifier .the ripple is removed with a capacitive filter and then adjusted to +5 volt with a7805 voltage regulator required to the operation of microcontrollers and other circuitry. 4.PIC microcontroller PIC (PIC16F877A):  High-Performance RISC CPU  Only 35 single-word instructions.  All single cycle instruction axept programbeanchesthat consist of 2 cycles  Operating speed DC -20 MHz clock input DC 200 ns command cycle  Upto 8k *14 word program flash , upto 368 *8 bytes of data memory (RAM).  Upto 256*8 bytes of EEPROM data memory  Pin out is compatible with other 28 pins or 40/44 pin PIC16cxxxx AND PIC16Fxxx microcontrollers 5.Voltage Measurement unit:  According to the voltage sensor formula ,for 24 volt solar panel,the voltage devider resistor value are R2- 10K and R4-2K.the reason for using voltage devider is that the maximum input voltage of the A/D converter cannot express 5 volt .however ,to increase the measurement accuracy and ensure that the ADC is protected from high voltages. Fig 4: voltage measurement unit 6.Current Measurement unit- Here is a schematic of the current sensor circuit where the differential amplifier ,amplifies the voltage across the shunt resistor .at the different time the current value may be too high or low and a different voltage value will be created across the shunt resistor so we cant use use a voltage devider because we don’t knowcurrentvaluecurrentsensor is device that senses current and convert it into an easily Fig fig 5: Current measurement unit measurable voltage output propotional to the current in the measured path. Direct measurement are based on ohm s law and indirect measurement are based on faraday and ampere s law when current flow through a wire or circuit , a voltage drop accurs also a magnetic field is created around a conductor through which an electric current flows.this two phenomenon are used in development of current sensors . therefore thereare 2 types of current measurement direct and indirect. 7.FUTURE SCOPE Solar energy is used as an efficient energy source in modern days and generation of solar energy is quickly growing in every country. Solar panels are used to convert solar energy into electricity to power house lighting, appliances etc. The main purpose of this project is to design a system to determine solar cell parameters like current, voltage etc. So, this has very good scope in the near future in various industries.They aid in decision making, product development, system maintenance and in many other ways. Common meteorological measurements including wind speed, wind direction, relative humidity, barometric
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 09 Issue: 09 | Sep 2022 www.irjet.net p-ISSN: 2395-0072 © 2022, IRJET | Impact Factor value: 7.529 | ISO 9001:2008 Certified Journal | Page 521 pressure and precipitation, all have their use in solar applications. 8.INTERFACING CIRCUIT 9.LCD Commands We use #define directives to define commands that areused for various control functions of the 16×2 display. // Command set for Hitachi 44780U LCD display controller #define LCD_CLEAR 0x01 // It clears everything’s #define LCD_HOME 0x02 // set the cursor to first line and first row #define LCD_CURSOR_BACK 0x10 // moves cursor one position back #define LCD_CURSOR_FWD 0x14 //moves cursor one position forward #define LCD_PAN_LEFT 0x18 // used to scroll text left side to scroll text #define LCD_PAN_RIGHT 0x1C // used to scroll text right side to scroll text #define LCD_CURSOR_OFF 0x0C // stops display cursor on screen #define LCD_CURSOR_ON 0x0E // turns on cursor display #define LCD_CURSOR_BLINK 0x0F // cursor keeps blinking #define LCD_CURSOR_LINE2 0xC0 // move cursor to second line or second row // display controller setup commands from page 46 of Hitachi datasheet #define FUNCTION_SET 0x28 // 4 bit interface, 2 lines, 5x8 font #define ENTRY_MODE 0x06 // increment mode #define DISPLAY_SETUP 0x0C //displayon,cursoroff,blink off 10. CONCLUSIONS In this paper we tried tomeasuresolarpanel parametersuch as voltage,current,power using the PIC16F877A microcontroller .a digital display can be used to show the values of these parameter .a PICmicrocontroller can be used to measure the anolog value of these measurement parameter and A/D converter built to the PIC microcontroller can be used to measure the value of this parameter .there are several ways to determine the voltage .however in this purposed work,we can easily measure the solar panel voltage usingthe voltagedevider.toavoidvoltage fluctuation and harmonics entering the ADC of the PIC microcontroller ,two capacitor are connected to the voltage sensor resistor ACKNOWLEDGEMENT We took this opportunity to write a paper title “solar measurement system overview”.thanks Mrs.Mayuri gachke mam and Mr. Manish mahale sir.,we welcome HOD of electrical department who provide us professional advice and support.many thank to Bipsa patra mam .also I would like to take this opportunity to express my sincere gratitude to all the staff of the electrical department for their support and co-operation.we would also liketoexpressourgratitude and respect to our parents,otherfamilymembersandfriends who have been our energy in doing this project. REFERENCES Virmanini, N., Singh, P., kumar, P., Bhati, P., Gupta , R., & Gupta , R. (2018 February, FEBRUARY). SOLAR ENERGY MEASUREMENT SYSTEM. GLOBAL JOURNAL FOR RESEARCH ANALYSIS, 7(2277-8160). Femia, N., Petrone, G., Spagnuolo, & Vitelli, M. (2005, Jul). Optimization of Perturband Observe maximum powerpoint tracking method . 20. Kasa, N., Lida, T., & Chen, L. (2005, Aug). Flyback inverter controlled by sensor Lesscurrent MPPPTFor photovoltic Power System. (I. Trans, Ed.) 52, 1145 -1152. Sharma , P., Duttagupta, S. P., & Agarwal, V. (2014). TRANSACTIONS ON INDUSTRY APPLICATIONS (Vol. 50). IEEE. Retrieved NOVEMBER/DECEMBER 2014 Virmanini, N., Singh, P., kumar, P., Bhati, P., Gupta , R., & Gupta , R. (2018 February, FEBRUARY). SOLAR ENERGY MEASUREMENT SYSTEM. GLOBAL JOURNAL FOR RESEARCH ANALYSIS, 7(2277-8160).