You are on page 1of 12

PROJECT REPORT

A
PROJECT REPORT
ON
MULTIPLE SENSOR DATA ACQUISITION

SUBMITTED TO THE SAVITRIBAI PHULE PUNE UNIVERSITY - 411007


FOR THE SECOND YEAR OF
B.E. ELECTRICAL

GUIDED BY,
PROF.S.K.SHINDE
PROF.N.N.JANGALE
PROF. M. R. RADE

DEPARTMENT OF ELECTRICAL ENGINEERING,


K.K.WAGH INSTITUTE OF ENGINEERING EDUCATION & RESEARCH,
AMRUTDHAM, NASHIK – 422003
A.Y. 2018-19

Page | 1
PROJECT REPORT

MULTIPLE SENSOR DATA ACQUISITION


A SOLAR ENERGY MEASUREMENT PROJECT

PRESENTED BY:-

NAME ROLL NO.


GHADGE NEERAJ NARAYAN 19
PAWAR HRUSHIKESH LAXMIKANT 38
PAWAR SAIRAJ PRAMOD 41
PULLAWAR MOHIT RAJESH 43
UPASANI ABHIJIT MOHAN 54
UPASANI AJINKYA DINESH 55
KATAD PRASAD KIRAN 61

Page | 2
PROJECT REPORT

TABLE OF CONTENTS:-

01. THE INTRODUCTION 4

02. COMPONENTS TO BE USED 5

03. PRIMARY BLOCK DIAGRAM 6

04. SOLAR PANEL 7

05.TEMPERATURE SENSOR 7

06. LIGHT DEPENDENT RESISTOR 8

07. ARDUINO MICROCONTROLLER 9

08. ARDUINO (SOFTWARE) 9

09. LIQUID CRYSTAL DISPLAY 10

10. ADVANTAGES AND CONCLUSION 11

11. REFERENCES 12

Page | 3
PROJECT REPORT

THE INTRODUCTION
The objective is to convert parameters of analog form to
digital form and to display output on LCD display.
This is a solar energy based project. We see many power
stations for maintaining and monitoring parameters related to
solar panel.
Parameters like temperature, light intensity, voltage, current
are important in households too. Data acquisition is the process
of sampling signals that measure real world physical conditions
and converting the resulting samples into digital numeric values
that can be manipulated by a computer. Data acquisition
systems, abbreviated by the acronyms DAS or DAQ, typically
convert analog waveforms into digital values for processing. The
components of data acquisition systems include:

 Sensors, to convert physical parameters to electrical signals.


 Signal conditioning circuitry, to convert sensor signals into a
form that can be converted to digital values.
 Analog-to-digital converters, to convert conditioned sensor
signals to digital values.
 LCD display to print or display the value of converted values.
Data acquisition applications are usually controlled by
software programs developed using various general
purpose programming languages such
as Assembly, BASIC, C, C++, C#, Fortran, Java, LabVIEW, Lisp, Pasc
Page | 4
PROJECT REPORT

al, etc. Stand-alone data acquisition systems are often


called data loggers.

COMPONENTS TO BE USED
• Solar panel – 4V
• Arduino uno microcontroller
• Temperature sensor
• Light dependent resistor (ldr)
• 16x2 lcd display
• Connecting wires and jumpers (mm, mf, ff)
• Breadboard/ printed circuit board
• Minor components like resistors, leds, preset, etc.

The overall cost for the project was about Rs. 1300 for
which the main components like Arduino microcontroller
costs Rs.350, Voltage sensor costs Rs.300, Temperature
sensor costs Rs.60, LCD as Rs.100 and the remaining
expenses for the jumper wires, PCB, LCD mounting
boards,etc.

Page | 5
PROJECT REPORT

PRIMARY BLOCK DIAGRAM

SOLAR PANEL

VOLTAGE TEMPERATURE
SENSOR SENSOR

ARDUINO

16X2 LCD DISPLAY


Page | 6
PROJECT REPORT

SOLAR PANEL
• A 12v solar panel
• To catch and absorb the solar
energy
• Use the solar energy as raw
input

TEMPERATURE SENSOR
• Lm35 series
• Precision integrated circuit
devices
• Output voltage linearly
proportional to centigrade
temperature
• Rated for full (-55oc to 150oc)

Page | 7
PROJECT REPORT

CONNECTION DIAGRAM

VOLTAGE SENSOR
 Voltage input range: DC0-25V.
 Voltage detection range:
DC0.02445V-25V.
 Voltage Analog Resolution:
0.00489V.
 Operating voltage output: 3.3V –
5V MAX
 Input connector: Terminal cathode connected to VCC, GND
negative pole.
CONNECTION DIAGRAM

Page | 8
PROJECT REPORT

ARDUINO MICROCONTROLLER
• Open source, single board
microcontroller
• Provided with usb interface
• 6+ analog i/p pins
• 14+ digital i/o pins to
connect sensors
• Classified according to ports

ARDUINO (SOFTWARE)
• Used to program arduino
microcontroller
• Integrated development
environment (ide)
• Includes code editor, compiler,
up loader, etc.
• Programs are called as sketches
• Similar to c and c++ languages

Page | 9
PROJECT REPORT

LIQUID CRYSTAL DISPLAY


• 16x2 lcd
• Display processed data from sensors
• 16 pins
• Each pin designated for specific purpose
• Pins 7 to 14 are data pins.

CONNECTION DIAGRAM

Page | 10
PROJECT REPORT

ADVANTAGES:
This system can be used in household monitoring of
solar energy parameters. One can connect light dependent
resistor, a current sensor for further enhancement in the
system.
Since this system is partially Solar based, the electric
supply being given to Arduino, it can help measure energy
parameters with great energy efficiency.
The LCD does give its output from the Arduino. Since,
Arduino can be programmed as we want, many calculations
over the input of the sensors can be made through the
software and displayed on the LCD.

CONCLUSION
• We have presented work on design and development of
solar panel parameter reading using arduino for
environmental monitoring, the node is enough to provide
information about environment parameters such as
temperature and light intensity.
• Parameters like voltage and current can also be monitored
by this method.

Page | 11
PROJECT REPORT

REFERENCES
1. “Arduino- introduction”.arduino.cc
2. “blink tutorial”.arduino.cc
3. “Exploring arduino” the book – Jeremy Blum
4. Wikipedia
5. Edgefx

Page | 12

You might also like