Mega Project Book Kunal
Mega Project Book Kunal
(2023 – 2024)
Submitted by
1) Nishikant Parwate 4) Vaishnav Baraskar
GUIDE
PROF. A . A. Ali SIR
Certificate
This is certify
Name of student Enrollment Number
ENGINEERING)
Project report on
CANDIDATE’S DECLARATION
We hereby certify that the work which is being presented in the project report
entitled Solar Tracker Using Arduino with DC to AC Inverter 240v by me/us in
partial fulfilment of requirements for the award of diploma in (Electronic and
telecommunication Engineering) submitted in the Department of (Electronics and
Telecommunication Engineering) is record of our own work carried out during
ODD/EVEN (2023-2024) guided by (Prof. Prof.A.A.Ali sir ).
1) Nishikant Parwate
2) Anil Nandeshwar
3) Kunal Patle
4) Vaishnav Baraskar
5) Mitali Bhure
6) Shubhodhani Nagdewe
GOVERNMENT POLYTECHNIC, SAKOLI
ACKNOWLEDGEMENT
We would like to place on record my deep sense of gratitude to our Guide ,Prof . A. A. Ali sir
, Dept. of Electronics and telecommunication for his generous guidance, help and useful
suggestions
It is just impossible to mention everybody name but we are sincerely thankful for
classmates and family members who contribute their direct and indirect co-operation and
support for successful completion of project work.
1) Nishikant Parwate
2) Anil Nandeshwar
3) Kunal Patle
4) Vaishnav Baraskar
5) Mitali Bhure
6) Shubhodhani Nagdewe
GOVERNMENT POLYTECHNIC, SAKOLI
EXAMINAR'S CERTIFICATE
This is certified that the project entitled as Solar Tracker Using Arduino
with DC to AC Inverter 240v has been successfully completed by
Guided by
Prof. A. A. Ali
CHAPTER NAMES
CHAPTER - 1 ………………....
Introduction
CHAPTER - 2 ………………....
2.1 Working
CHAPTER - 3 ………………....
3.1 Component Specification and Information
CHAPTER - 4 ………………....
CHAPTER - 5 ………………....
5.5 Observation
CHAPTER - 6 ………………....
6.3 Application
CHAPTER - 7 ………………....
Conclusion
CHAPTER – 1 ……………………
INTRODUCTION
Solar Tracker Using Arduino with DC to AC Inverter (240v)
INTRODUCTION
Working Principle
1. When the power turn on the system will shows the current and
voltage of the battery on the display.
In the absence of an ac input signal, the rectifier will be in a temporarily disconnected state, in such a condition, the
stored power within the battery is provided to the inverter. And from this point, the inverter starts operating like
the previously discussed condition i.e., taking the dc input and converting it into ac output and providing it to the
load via normally on static switch. However, the supply from the battery backup must not add any delay or
interruption to the operation. The battery backup is utilized either till the time of restoration of the ac supply or
until the battery power gets drained off, which ever condition occurs first.There is have another option of battery
getting charged in the absence of AC supply with 12v\12 solar panel. Solar panels cells converts the light energy to
electrical energy.
Solar panel generate 20volt dc power supply but for the charging the battery needs
of only 12- volt supply that’s why a voltage controller converts the 20 volts into 12 volts .
Solar powered UPS system provide a continuous, reliable power solution that's easily
deployed, cost-effective and requires little maintenance. Solar UPS Power Systems are
complete, fully integrated solar power supplies designed for site loads requiring between
20 volts to 23-volt DC. Each Solar UPS system provides safe and reliable power generation
without the need and expense of installing utility power.
In this Ups system have a solar panel of 12v\12w it provides the electrical energy
(DC) to the battery. But the solar panel produces 21 to 23 volts at daylight .So, battery can
get easily damaged. To protect\avoid the battery from over voltage we add some voltage
controllers (it converts 22 volts to
13.5 volts). The battery getting on charging and it uses as the load is connected at the
output. It improves the capacity of battery. In Ups there is have an Arduino uno so, it
requires 5 volts we add another voltage controller for the output of 12 v to 5 volts
Solar ups contain converter, inverter and charge controller in the integrated power
system unit. These intelligent components operate solar ups in right way and establish the
assurance for realistic power production. Solar ups never make dangerous hazards and
unbelievable mistakes while running the system. The reason is solar ups completely
designed by using the electronic and electrical components so there is moving and
mechanical parts inside the UPS unit. Without the moving parts having one system never
makes noise sounds and heat waves for that reason solar ups becomes a maintenance free
device in your life time.
Condition IV: Why does an UPS gets off
Not enough sunlight & Electricity grid is off
The inverter is connected to the solar panels that only generate electricity by daylight. In
case of sunset, clouds or when there is snow laying on the solar panels, the system will not
generate electricity because there is no light. As soon as there is enough light to generate power,
the inverter will start automatically. This is a situation that can appear in the winter, during dark
and cloudy days.
When both of the charging sources is not available due to no sunlight and certain
problems with the main grid line. Then battery does not have sufficient charging due to this
battery is not produce the voltage that’s reason the Ups can get turn off.
This is due to the following: the electricity generated by the solar panels is temporarily
stored in the inverter. The inverter is constantly measuring the frequency and the voltage from
the grid and adjusts the generated power to this. At the right moment, the right phase, the inverter
will inject the electricity into the grid. Whenever there is a power outage, the inverter
automatically shuts down. This is legally bound and written down in several standards that the
inverters should meet.
Does the inverter shut down (several times) during the day? This is mostly due to the level
of voltage from the outlet of the inverter. When the voltage is too high, the inverter shuts down
automatically for safety reasons.
2.2 COMPONENT REQUREMENT
Components Use
1 Microcontroller Atmega328
2 Crystal Oscillator 16MHZ
3 Operating Voltage 5V
4 Input voltage 5-12v
5 Digital I/O Pin 14 (D0 to D13 )
6 Analog I/O Pin 6 (A0 to A5 )
7 PWM Pin Pin #
8 Power Pin
9 Communication Uart
10 Flash Memory
11 SRAM
12 EEPROM
13 ICSP Header
14 Power Source
PINOUT
1. POWER: -
a. The Arduino Nano can be powered via the Mini-B USB connection, 6-
20V unregulated external power supply (pin 30), or 5V regulated
external power supply (pin 27). The power source is automatically
selected to the highest voltage source.
b. The FTDI FT232RL chip on the Nano is only powered if the board is
being powered over USB. As a result, when running on external (non-
USB) power, the 3.3V output (which is supplied by the FTDI chip) is
not available and the RX and TX LEDs will flicker if digital pins 0 or 1
are high.
2. MEMORY: -
a. The ATmega168 has 16 KB of flash memory for storing code (of which
2 KB is used for the bootloader); theATmega328 has 32 KB, (also with
2 KB used for the bootloader). ii. The ATmega168 has 1 KB of SRAM
and512 bytes of EEPROM (which can be read and written with the
EEPROM library); the ATmega328 has 2 KB of SRAM and 1 KB of
EEPROM
3. Input & Output: -
a. Used to receive (RX) and transmit (TX) TTL serial data. These pins are
connected to the corresponding pins of the FTDI USB-to-TTL Serial
chip.
5. External Interrupts: 2 and 3: -
a. There is a built-in LED connected to digital pin 13. When the pin is
HIGH value, the LED is on, when the pin is LOW, it's off.
The Nano has 8 analog inputs, each of which provide 10 bits of
resolution (i.e., 1024 different values). By default, they measure from
ground to 5 volts, though is it possible to change the upper end of their
range using the analog Reference ( ) function. Additionally, some pins
have specialized functionality.
2 Servo Motor
As our technology advances, the use of robots and other autonomous applications in our daily lives increases
as well. While cheaper robots use stepper or brushed DC motors, more advanced robotics require the use of
servo motors. But what is a servo motor and why are they used in most industrial applications? A servo
motor is a self-contained electrical device that moves parts of a machine with high efficiency and great
precision. In simpler terms, a servo motor is a BLDC motor with a sensor for positional feedback. This
allows the output shaft to be moved to a particular angle, position, and velocity that a regular motor cannot
do. However, a servo motor is only one part of a closed-loop motion control system. A complete motion
system includes an amplifier, control circuit, drive gears, potentiometer, shaft, and either an encoder or
resolver as well as the servo motor