dual axis solar tracker using arduino

16
DUAL AXIS SOLAR TRACKER USING ARDUINO Submitted to: - Submitted by: - Mr. Vaibhav Sharma Mr. Swetansh M. Shrivastava ELECTRONICS & COMMUNICATION RAJ KUMAR GOEL INSTITUTE OF TECHNOLOGY

Upload: swetanshmani-shrivastava

Post on 01-Sep-2014

6.710 views

Category:

Education


9 download

DESCRIPTION

I have made a project Dual Axis Solar Tracker using Arduino to align the solar panel towards the higher density of Sun light. I have used a ATMEGA168 controller IC for programming, and two servo motor for movement of solar panel. It was now also available on EngineersGarage having the link- http://www.engineersgarage.com/contribution/how-to-make-a-solar-tracker. Check this out as well.

TRANSCRIPT

Page 1: DUAL AXIS SOLAR TRACKER USING ARDUINO

DUAL AXIS SOLAR TRACKER USING ARDUINO

Submitted to: - Submitted by: -Mr. Vaibhav Sharma Mr. Swetansh M.

Shrivastava

ELECTRONICS & COMMUNICATIONRAJ KUMAR GOEL INSTITUTE OF TECHNOLOGY

Page 2: DUAL AXIS SOLAR TRACKER USING ARDUINO

CONTENTS: Introduction Component description AVR IC – ATMEGA168 Sensors Tracking mechanism

Page 3: DUAL AXIS SOLAR TRACKER USING ARDUINO

INTRODUCTIONSolar energy is a very large, inexaustable source of energy.

The power from the sun intercepted by the earth is approximatel 1.8*1011 MW.

Solar energy could supply all the present and future energyb needs of the world on a continuing basis. This makes it one of the most promising of the unconventional energy sources.

Page 4: DUAL AXIS SOLAR TRACKER USING ARDUINO

PROBLEM WITH SOLAR Problem associated with the use of solar

energy is that its availability varies widely with time. The variation in availability occurs daily because of the day night cycle and also seasonally because of the earth’s orbit around the sun.

To rectify these above problems the solar panel should be such that it always receive maximum intensity of light.

Page 5: DUAL AXIS SOLAR TRACKER USING ARDUINO

INTRODUCTIONSolar Tracker: - Solar trackers are devices used to orient photovoltaic

panels, reflectors, lenses or other optical devices toward the sun.

Since the sun’s position in the sky changes with the seasons and the time of day, trackers are used to align the collection system to maximize energy production.

Page 6: DUAL AXIS SOLAR TRACKER USING ARDUINO

Dual Axis Tracker: Dual axis trackers have two degrees of freedom that act as

axes of rotation. These axes are typically normal to one another.

Dual axis trackers allow for optimum solar energy levels due to their ability to follow the sun vertically and horizontally.

Here we have divide sun position into five areas and those are EAST, WEST, NORTH, SOUTH, CENTER.

Page 7: DUAL AXIS SOLAR TRACKER USING ARDUINO

Arduino Severino Board Arduino is a development platform for the purpose of

programing AVR microcontrollers. Arduino Severino board is used to program 28 pin DIP

ATMEGA168 IC. Here we are using 16MHz crystal for operating frequency.

Page 8: DUAL AXIS SOLAR TRACKER USING ARDUINO

ARDUINO SEVERINO BOARD:

Page 9: DUAL AXIS SOLAR TRACKER USING ARDUINO

ATMEGA168: The ATMEGA168 is a modified Harvard architecture 8-bit

RISC single chip microcontroller which was developed by Atmel in 1996.

Features: - Flash : 16KB EEPROM : 1024B SRAM : 512B Clock freq. : upto 20MHz Supply voltage : 2.8-5.5V Ext. Interrupt : 24 PWM : 6

Page 10: DUAL AXIS SOLAR TRACKER USING ARDUINO
Page 11: DUAL AXIS SOLAR TRACKER USING ARDUINO

Sensor: We are using LDR’s as a sensor to track the position of sunor density of sun light. Here we have made potentialdivider with LDR and register. Output voltage (Vo)is proportionalto light incident on LDR which isfurther processed to move solarpanel. Here we are using five sensors toTrack Sun position.

Page 12: DUAL AXIS SOLAR TRACKER USING ARDUINO

Servo Motor: Servo motors has three wires. Among those 3 wires, 2 wires provide power supply to the

motor and one is used to send PWM signals {50Hz (analog servos) or 400-500Hz (digital servos)} to the motor for required shaft positions.

Servo shaft is rotated by an angle depending on the ON-Time and OFF-time of the pulse.

Here we are using two servo motors- One for Horizontal movement and another for Vertical movement.

Page 13: DUAL AXIS SOLAR TRACKER USING ARDUINO

Servo motor

Page 14: DUAL AXIS SOLAR TRACKER USING ARDUINO

Tracking Mechanism:EAST- West movement

North – South movement

Page 15: DUAL AXIS SOLAR TRACKER USING ARDUINO
Page 16: DUAL AXIS SOLAR TRACKER USING ARDUINO

Thanks for Watching…

EXPLOREDEVELOPIMAGINE

SWETANSH