SlideShare a Scribd company logo
1 of 21
Simulation for Optimal Battery Charging in
Solar-Powered Vehicle
Team Members:
R.Balaji
V.Praveen Kumar
C.Purushothaman
A.Stephen Raj

100107144003
100107144031
110407144019
110407144027

Guided by,
Prof .A.Vidhyasekar M.E., AP/ECE

1
Outline
•
•
•
•
•
•
•
•
•
•

Objective
Introduction
Literature survey
Existing method
Our new proposal
Simulation results
Flowchart
Coding
Applications
Schedule
2
Objective
• The design and construction of an charging system for lead acid batteries
by means of tracking solar panel.
• Our proposal makes a twofold significant contribution.
• It presents the construction of a solar tracking mechanism aimed at
increasing the rover’s power regardless of its mobility.
•

It proposes an alternative design of power system performance based on
a pack of two batteries.

• The aim is completing the process of charging a battery independently
while the other battery provides all the energy consumed by the vehicle.

3
Introduction

• What is Solar Panel?
• How does solar panel works?
• What is the purpose of battery?
• How did it works effectively here?

4
Literature survey
TITLE

PUBLICATION

YEAR MERITS

DEMERITS

Smart Host Microcontroller
for Optimal Battery Charging
in a Solar-Powered Robotic
Vehicle.

IEEE

2013

Efficiency,
durability.

High Cost, more
Power
Consumption.

Battery Management System:
An Overview of Its
Application in the Smart Grid
and Electric Vehicles.

IEEE

2013

Highly reliable, low
cost.

Low accuracy,
needs more power.

Two Ways of Rotating
Freedom Solar Tracker by
Using ADC of
Microcontroller

Global Journal
US.

2012

Low of cost,
improved electrical
power.

Not suitable for all
the climatic
conditions.

A maximum power point
tracking system with parallel
connection for PV stand-alone
applications

IEEE

2008

MPPT technology,
reduces the
negative influence
of power converter
losses.

Battery usage is
limited.

Development of a
microcontroller-based,
photovoltaic maximum
power point tracking control
system

IEEE

2001

MPPT technology,
low of cost.

Minimum battery
usage.

5
Existing method

6
Our New Proposal

Solar Panel
with
Actuator

Signal
Conditionin
g

RF
Receiver

Decoder

Battery 1
Battery Selection
Logic

LCD

Microcontroller

Battery 2
Motor
Driver

Left Motor

Right Motor

Block Diagram of optimal battery charging solar device
7
Simulation Block Interfacing Stepper Motor

8
Flow Chart for Solar Panel Tilting
START

GET LEFT, CENTER, RIGHT
VOLTAGES

CENTER
>
RIGHT

LEFT
<
CENTER

NO

LEFT
>
RIGHT

YES

MOTOR ROTATES
TO LEFT POSITION

YES

NO

MOTOR ROTATES
TO CENTER

MOTOR ROTATES
TO RIGHT POSITION

END

9
Working Methodology
• Each module is rated by its DC output power under standard test
conditions (STC), and typically ranges from 100 to 320 watts.

• The efficiency of a module determines the area of a module given the
same rated output an 8% efficient 230 watt module will have twice the
area of a 16% efficient 230 watt module.

• This robot is equipped with 2 batteries. The robot switches to the battery
which has more charge. In this time the other battery starts charging via
solar panel. This intelligence can be achieved by the use of a
microcontroller.

10
Efficiency calculation

Where Voc is the open-circuit voltage;
where Isc is the short-circuit current; and
where FF is the fill factor
where η is the efficiency.

11
Continue…

12
Atmel Coding For Solar Tracking Mechanism
#define F_CPU 16000000UL
#include<avr/io.h>
#include"avr_lcd.h"
#include "avr_adc.h"
int main()
{
DDRC=0b00000011;
PORTC=0b00000000;
int x,y,z;
lcd_init();
adc_init();
lcd_putsxy(2,"OPTIMUM SOLAR");
lcd_putsxy(64,"CHARGING VEHICLE");
_delay_ms(100);
x=adc_read(0);
y=adc_read(1);
z=adc_read(2);

13
Continue…
if((x>y) && (x>z))
{
lcd_clear();
lcd_putsxy(0,"Left");
PORTC=0b00000010;
}
else if((y>x) && (y>z))
{
lcd_clear();
lcd_putsxy(0,"Center");
}
else
{
lcd_clear();
lcd_putsxy(0,"Right");
PORTC=0b00000001;
}
}

14
Advantage & Applications
• Improvement in rovers mobility.
• Used largely in unmanned vehicle in war field.
• Can be implemented in any kind of solar devices.

• Using two battery brings durability.
• Large withstanding capability.

15
Simulation Results

Simulation coding page

16
Layout Design For Battery Switching

Layout for battery switching

17
Conclusions And Future Work

•

The interest of this robotic system lies in the design concept of solar tracking and
battery switching mechanism.

•

On this basis, our proposal presents the construction of a solar tracking mechanism
aimed at increasing the rover’s power regardless of its mobility.

•

The aim is completing the process of controlling the robot in the availability of solar
power.

•

The future work concentrates in hardware design built with compact weight and with
more efficient power consumption for the rover’s continuous motion.

18
Schedule

• September 

Preparation of module’s coding.

• October

Simulation for solar tracking mechanism



• November 

Layout design for battery switching

• December 

Completion for phase 1

19
20
21

More Related Content

What's hot (19)

SOLAR CARS
SOLAR CARSSOLAR CARS
SOLAR CARS
 
Solar car orientation
Solar car orientationSolar car orientation
Solar car orientation
 
Solar Car Working Model
Solar Car Working ModelSolar Car Working Model
Solar Car Working Model
 
Solar Car Presentation
Solar Car Presentation Solar Car Presentation
Solar Car Presentation
 
Self charging solar car seminar report
Self charging solar car seminar reportSelf charging solar car seminar report
Self charging solar car seminar report
 
Solar car
Solar carSolar car
Solar car
 
Solar car
Solar carSolar car
Solar car
 
Solar car by chinna
Solar car by chinnaSolar car by chinna
Solar car by chinna
 
Solar Car
Solar CarSolar Car
Solar Car
 
Solar cars
Solar carsSolar cars
Solar cars
 
Solar energy car ppt By -Praveen Kumar Kushwaha
Solar energy car ppt By -Praveen Kumar KushwahaSolar energy car ppt By -Praveen Kumar Kushwaha
Solar energy car ppt By -Praveen Kumar Kushwaha
 
Soler Car
Soler CarSoler Car
Soler Car
 
Adding Solar Power To Hybrid Cars
Adding Solar Power To Hybrid CarsAdding Solar Power To Hybrid Cars
Adding Solar Power To Hybrid Cars
 
Solar car
Solar car Solar car
Solar car
 
Renewable energy (solar) vehicle
Renewable energy (solar) vehicle Renewable energy (solar) vehicle
Renewable energy (solar) vehicle
 
Solar energy car.ppt
Solar energy car.pptSolar energy car.ppt
Solar energy car.ppt
 
Solar cars
Solar carsSolar cars
Solar cars
 
Solar car
Solar carSolar car
Solar car
 
Solar cars-1 by vimal sharma
Solar cars-1 by vimal   sharmaSolar cars-1 by vimal   sharma
Solar cars-1 by vimal sharma
 

Viewers also liked

Solar robots
Solar robotsSolar robots
Solar robotsRamyaKaja
 
Wireless power transmission via solar power satellite 1(1)
Wireless power transmission via solar power satellite 1(1)Wireless power transmission via solar power satellite 1(1)
Wireless power transmission via solar power satellite 1(1)Kuldeep Singh
 
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOM
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOMPOWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOM
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOMpechetti surya venkata subrahmanyam
 
POWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTPOWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTUday Wankar
 
Solar Power Satellite
Solar Power SatelliteSolar Power Satellite
Solar Power SatellitePriyanka Jain
 
Creative Traction Methodology - For Early Stage Startups
Creative Traction Methodology - For Early Stage StartupsCreative Traction Methodology - For Early Stage Startups
Creative Traction Methodology - For Early Stage StartupsTommaso Di Bartolo
 

Viewers also liked (8)

Solar robots
Solar robotsSolar robots
Solar robots
 
Solar Car
Solar CarSolar Car
Solar Car
 
Wireless power transmission via solar power satellite 1(1)
Wireless power transmission via solar power satellite 1(1)Wireless power transmission via solar power satellite 1(1)
Wireless power transmission via solar power satellite 1(1)
 
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOM
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOMPOWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOM
POWER QUALITY IMPROVEMENT IN A PV DISTRIBUTION SYSTEM BY USING D-STATCOM
 
Power quality
Power qualityPower quality
Power quality
 
POWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENTPOWER QUALITY IMPROVEMENT
POWER QUALITY IMPROVEMENT
 
Solar Power Satellite
Solar Power SatelliteSolar Power Satellite
Solar Power Satellite
 
Creative Traction Methodology - For Early Stage Startups
Creative Traction Methodology - For Early Stage StartupsCreative Traction Methodology - For Early Stage Startups
Creative Traction Methodology - For Early Stage Startups
 

Similar to Solar powered rover

Dynamic solar powered robot using dc dc sepic topology
Dynamic solar powered robot using   dc dc sepic topologyDynamic solar powered robot using   dc dc sepic topology
Dynamic solar powered robot using dc dc sepic topologyeSAT Journals
 
Intelligent_Battery_Management_System[1] Automobile_IR111.pptx
Intelligent_Battery_Management_System[1] Automobile_IR111.pptxIntelligent_Battery_Management_System[1] Automobile_IR111.pptx
Intelligent_Battery_Management_System[1] Automobile_IR111.pptxRupesh48694
 
Stark project smart electrical car
Stark project smart electrical carStark project smart electrical car
Stark project smart electrical carConnecting Point
 
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...IRJET Journal
 
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLE
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLEDESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLE
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLEIRJET Journal
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...IJMREMJournal
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger IIJSRJournal
 
Smart host microcontroller for optimal battery abstract
Smart host microcontroller for optimal battery abstractSmart host microcontroller for optimal battery abstract
Smart host microcontroller for optimal battery abstractsudhakar5472
 
Super Capacitors Energy Storage System Applied in the Micro Grid
Super Capacitors Energy Storage System Applied in the Micro GridSuper Capacitors Energy Storage System Applied in the Micro Grid
Super Capacitors Energy Storage System Applied in the Micro Gridvenkata saiteja
 
Free Powered Electric Vehicle_Designed by Pranav Navathe
Free Powered Electric Vehicle_Designed by Pranav NavatheFree Powered Electric Vehicle_Designed by Pranav Navathe
Free Powered Electric Vehicle_Designed by Pranav NavathePranavNavathe
 
Design Aspect of Standalone PV system
Design Aspect of Standalone PV systemDesign Aspect of Standalone PV system
Design Aspect of Standalone PV systemMalik Sameeullah
 
Mobile cellphone battery charging circuit with explanation
Mobile cellphone battery charging circuit with explanationMobile cellphone battery charging circuit with explanation
Mobile cellphone battery charging circuit with explanationelprocus
 
Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Pawan Gupta
 
journal last update
journal last update journal last update
journal last update Sabbir Ahmed
 
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...ELELIJ
 
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...hunypink
 

Similar to Solar powered rover (20)

Dynamic solar powered robot using dc dc sepic topology
Dynamic solar powered robot using   dc dc sepic topologyDynamic solar powered robot using   dc dc sepic topology
Dynamic solar powered robot using dc dc sepic topology
 
Intelligent_Battery_Management_System[1] Automobile_IR111.pptx
Intelligent_Battery_Management_System[1] Automobile_IR111.pptxIntelligent_Battery_Management_System[1] Automobile_IR111.pptx
Intelligent_Battery_Management_System[1] Automobile_IR111.pptx
 
Stark project smart electrical car
Stark project smart electrical carStark project smart electrical car
Stark project smart electrical car
 
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...
IRJET- Simple and Efficient Control Method for Battery Charging in High Penet...
 
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLE
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLEDESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLE
DESIGN OF A RELIABLE AND PERFORMANCE FOCUSED ELECTRIC MOTORCYCLE
 
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
Fabrication and Performance Analysis of Solar Tracking System by Using By-Pas...
 
Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger Intelligent Microcontroller Solar 12V Battery Charger
Intelligent Microcontroller Solar 12V Battery Charger
 
WPT.pptx
WPT.pptxWPT.pptx
WPT.pptx
 
Smart host microcontroller for optimal battery abstract
Smart host microcontroller for optimal battery abstractSmart host microcontroller for optimal battery abstract
Smart host microcontroller for optimal battery abstract
 
Super Capacitors Energy Storage System Applied in the Micro Grid
Super Capacitors Energy Storage System Applied in the Micro GridSuper Capacitors Energy Storage System Applied in the Micro Grid
Super Capacitors Energy Storage System Applied in the Micro Grid
 
Free Powered Electric Vehicle_Designed by Pranav Navathe
Free Powered Electric Vehicle_Designed by Pranav NavatheFree Powered Electric Vehicle_Designed by Pranav Navathe
Free Powered Electric Vehicle_Designed by Pranav Navathe
 
Solar eee
Solar eeeSolar eee
Solar eee
 
Design Aspect of Standalone PV system
Design Aspect of Standalone PV systemDesign Aspect of Standalone PV system
Design Aspect of Standalone PV system
 
Mobile cellphone battery charging circuit with explanation
Mobile cellphone battery charging circuit with explanationMobile cellphone battery charging circuit with explanation
Mobile cellphone battery charging circuit with explanation
 
Speed control of dc motor using 89c51
Speed control of dc motor using 89c51Speed control of dc motor using 89c51
Speed control of dc motor using 89c51
 
journal last update
journal last update journal last update
journal last update
 
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...
A BATTERY CHARGING SYSTEM & APPENDED ZCS (PWM) RESONANT CONVERTER DC-DC BUCK:...
 
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...
A battery charging system & appended zcs (pwm) resonant converter dc dc buck ...
 
IEEE Final only
IEEE Final onlyIEEE Final only
IEEE Final only
 
Development of multiple plug-in electric vehicle mobile charging station usin...
Development of multiple plug-in electric vehicle mobile charging station usin...Development of multiple plug-in electric vehicle mobile charging station usin...
Development of multiple plug-in electric vehicle mobile charging station usin...
 

Recently uploaded

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demoHarshalMandlekar2
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Visualising and forecasting stocks using Dash
Visualising and forecasting stocks using DashVisualising and forecasting stocks using Dash
Visualising and forecasting stocks using Dashnarutouzumaki53779
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 

Recently uploaded (20)

Sample pptx for embedding into website for demo
Sample pptx for embedding into website for demoSample pptx for embedding into website for demo
Sample pptx for embedding into website for demo
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Visualising and forecasting stocks using Dash
Visualising and forecasting stocks using DashVisualising and forecasting stocks using Dash
Visualising and forecasting stocks using Dash
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 

Solar powered rover

  • 1. Simulation for Optimal Battery Charging in Solar-Powered Vehicle Team Members: R.Balaji V.Praveen Kumar C.Purushothaman A.Stephen Raj 100107144003 100107144031 110407144019 110407144027 Guided by, Prof .A.Vidhyasekar M.E., AP/ECE 1
  • 2. Outline • • • • • • • • • • Objective Introduction Literature survey Existing method Our new proposal Simulation results Flowchart Coding Applications Schedule 2
  • 3. Objective • The design and construction of an charging system for lead acid batteries by means of tracking solar panel. • Our proposal makes a twofold significant contribution. • It presents the construction of a solar tracking mechanism aimed at increasing the rover’s power regardless of its mobility. • It proposes an alternative design of power system performance based on a pack of two batteries. • The aim is completing the process of charging a battery independently while the other battery provides all the energy consumed by the vehicle. 3
  • 4. Introduction • What is Solar Panel? • How does solar panel works? • What is the purpose of battery? • How did it works effectively here? 4
  • 5. Literature survey TITLE PUBLICATION YEAR MERITS DEMERITS Smart Host Microcontroller for Optimal Battery Charging in a Solar-Powered Robotic Vehicle. IEEE 2013 Efficiency, durability. High Cost, more Power Consumption. Battery Management System: An Overview of Its Application in the Smart Grid and Electric Vehicles. IEEE 2013 Highly reliable, low cost. Low accuracy, needs more power. Two Ways of Rotating Freedom Solar Tracker by Using ADC of Microcontroller Global Journal US. 2012 Low of cost, improved electrical power. Not suitable for all the climatic conditions. A maximum power point tracking system with parallel connection for PV stand-alone applications IEEE 2008 MPPT technology, reduces the negative influence of power converter losses. Battery usage is limited. Development of a microcontroller-based, photovoltaic maximum power point tracking control system IEEE 2001 MPPT technology, low of cost. Minimum battery usage. 5
  • 7. Our New Proposal Solar Panel with Actuator Signal Conditionin g RF Receiver Decoder Battery 1 Battery Selection Logic LCD Microcontroller Battery 2 Motor Driver Left Motor Right Motor Block Diagram of optimal battery charging solar device 7
  • 9. Flow Chart for Solar Panel Tilting START GET LEFT, CENTER, RIGHT VOLTAGES CENTER > RIGHT LEFT < CENTER NO LEFT > RIGHT YES MOTOR ROTATES TO LEFT POSITION YES NO MOTOR ROTATES TO CENTER MOTOR ROTATES TO RIGHT POSITION END 9
  • 10. Working Methodology • Each module is rated by its DC output power under standard test conditions (STC), and typically ranges from 100 to 320 watts. • The efficiency of a module determines the area of a module given the same rated output an 8% efficient 230 watt module will have twice the area of a 16% efficient 230 watt module. • This robot is equipped with 2 batteries. The robot switches to the battery which has more charge. In this time the other battery starts charging via solar panel. This intelligence can be achieved by the use of a microcontroller. 10
  • 11. Efficiency calculation Where Voc is the open-circuit voltage; where Isc is the short-circuit current; and where FF is the fill factor where η is the efficiency. 11
  • 13. Atmel Coding For Solar Tracking Mechanism #define F_CPU 16000000UL #include<avr/io.h> #include"avr_lcd.h" #include "avr_adc.h" int main() { DDRC=0b00000011; PORTC=0b00000000; int x,y,z; lcd_init(); adc_init(); lcd_putsxy(2,"OPTIMUM SOLAR"); lcd_putsxy(64,"CHARGING VEHICLE"); _delay_ms(100); x=adc_read(0); y=adc_read(1); z=adc_read(2); 13
  • 14. Continue… if((x>y) && (x>z)) { lcd_clear(); lcd_putsxy(0,"Left"); PORTC=0b00000010; } else if((y>x) && (y>z)) { lcd_clear(); lcd_putsxy(0,"Center"); } else { lcd_clear(); lcd_putsxy(0,"Right"); PORTC=0b00000001; } } 14
  • 15. Advantage & Applications • Improvement in rovers mobility. • Used largely in unmanned vehicle in war field. • Can be implemented in any kind of solar devices. • Using two battery brings durability. • Large withstanding capability. 15
  • 17. Layout Design For Battery Switching Layout for battery switching 17
  • 18. Conclusions And Future Work • The interest of this robotic system lies in the design concept of solar tracking and battery switching mechanism. • On this basis, our proposal presents the construction of a solar tracking mechanism aimed at increasing the rover’s power regardless of its mobility. • The aim is completing the process of controlling the robot in the availability of solar power. • The future work concentrates in hardware design built with compact weight and with more efficient power consumption for the rover’s continuous motion. 18
  • 19. Schedule • September  Preparation of module’s coding. • October Simulation for solar tracking mechanism  • November  Layout design for battery switching • December  Completion for phase 1 19
  • 20. 20
  • 21. 21