SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 296
A NOVEL APPROACH TO EXTEND STANDBY BATTERY LIFE FOR
MOBILE DEVICES
Tejas H1
, B S Renuka2
, Vikas Mishra3
1
Industrial Electronics, SJCE, Mysore
2
Department of Electronics and Communication, SJCE, Mysore
3
Mobile Communication Group, Intel Technology India Ltd, Bangalore
Abstract
Mobile devices are an essential need for most of us in this modern world. Current generation of mobile devices, such as
smartphones and tablets are equipped with high speed multi core processors with advanced features to uplift the user experience.
However, advances in battery technology continue to lag with the advancement of mobile technology, especially for the compact
form-factor devices. Cutting down energy consumption is one of the most crucial design factors for a mobile device.
This paper will emphasize on a new power optimization technique and focus on the expected power saving by theoretical
calculations. Analysis of the actual power saving by experimenting on a reference tablet platform and highlight the results of
power saving achieved by optimization on the reference tablet.
Keywords: Standby, battery life, tablets, phones, power delivery
-------------------------------------------------------------------***-------------------------------------------------------------------
1. INTRODUCTION
Mobile devices have become a popular platform for both
personal and commercial applications. The increased use of
these devices has in turn emphasized the demand for
maximizing their battery lifetime, making power efficiency a
critical design goal. Indeed, in order to enable these devices
for end users, it is often necessary to employ software
techniques in addition to hardware optimizations to achieve
the battery lifetimes required by end users.
Despite of operating system’s ability for power saving by
switching to low-power states [1], it is analyzed that there is a
scope for power optimization in standby state of mobile
devices. As the handheld devices has greater residency in
standby state [2], optimizing power consumption in this state
will have a significant impact on the battery life. This paper
concentrates on optimizing power in standby state by reducing
the voltage or turning off partially functioning/ not
functioning components in standby to save power.
Currently ‘Dynamic voltage scaling’ (DVS) technique [3] is
used in mobile device to optimize the power. DVS scales the
operating voltage of the component depending on the system
requirement. This is possible because of static CMOS logic
that is used in the vast majority of microprocessors. Today
processors have a frequency-dependent maximum operating
voltage. When used at a reduced frequency, the processor can
operate at a lower supply voltage. Since the energy dissipated
per cycle with CMOS circuitry scales down by four folds to
the supply voltage. DVS has potentially provided a very large
net energy savings through voltage scaling (Dynamic voltage
scaling) and by transitioning components into low-power
states (dynamic power management).
2. STANDBY POWER OPTIMIZATION
OPPORTUNITY
Battery backup of the mobile device depends on the power
consumption of all the components on the platform. To
increase the battery backup the power consumption of the
platform should be reduced. Currently there are various
method’s used to bring down the power consumption [4] [5].
This paper draws attention about a new approach to reduce
the power consumption on the mobile platform.
Figure1 explains how battery supplies power to various
components on the reference platform.
Figure 1: Indicative power supply tree
From Figure1 we observe that various voltage regulators
(VR) draw power from the battery and supply to various
rails/components on the reference device. The total power
consumption by the device or the total power drawn from the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 297
battery would be the sum of power consumed by individual
VR’s that is
PPlatform=PVR1+PVR2+PVR3+PVRn (1)
Where, PPlatform = power consumed by platform and PVR1,
PVR2, PVR3, PVRn= power consumed by respective VR’s
Now, let’s look at one of the rail to understand the power
consumption by individual rail/component in the platform,
Figure 2 illustrates Battery supplying power to a rail that is
regulated by a Buck converter and in turn supply to the load.
Figure 2: Example of battery supplying the load through a
VR
Power consumption by the rail considered is given by
PVR = V-Input * I-Input (2)
Where, V-Input = battery voltage and I-Input = current
consumed by the VR.
Now, battery backup can be increased by reducing PVR. As
the input voltage is fixed (battery voltage) the only way to
reduce PVR is by reducing I-Input.
But, I-Input depends on the power consumed by the load
component
So,
POut = V-Output * I-Output (3)
Where, V-Output = voltage at the load and I-Output = current
consumed by the load component.
During standby state when the modules are switched to low
power sleep mode, the current to the component is decreased
to minimum value. So, I-Out during standby state is already
reduced to minimum value by the operating system. This can
be inferred as Pout totally depends on V-Output during
standby.
Pout α V-Output (4)
Hence, during standby I-Input can be reduced by reducing V-
Output in order to save power (reduce PVR). As leakage
current reduces with reduction in voltage [6], reducing V-Out
would further reduce the current (I-Output) proportionally.
This further adds to the platform power saving PPlatform.
So far only one rail was considered. The proposed method of
reducing V-Output can be applied to all other rails that are
‘ON’ during standby state to achieve more power saving.
The Operating System dynamically reduces the rail voltage
during standby and restores back the voltage to default value
on standby exit. Figure 3 explains the flow of the proposed
optimization at a system level.
Figure 3: Flow chart of system flow to standby state
3. EXPECTATION ON A REFERENCE
PLATFORM
Before reducing the rail voltage and identifying the rails to be
optimized .A good understanding of the components on the
rail and their behavior in various power states is required.
LoadV-Output
I-Output
Battery
C
L
D
Q
I-Input
V-Input
+
-
+
-
+
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 298
Here, we try to identify few rails in standby mode and
optimize the power consumption.
Firstly, let’s understand the power map of a reference tablet
during standby mode. Figure 4 is an indicative power map of
a tablet during standby state [7].
Figure 4: Reference Tablet Power Map in Standby State
From the above power map it is observed that, there is better
scope in optimizing the power consumed by 1.2V_VDDQ,
1.8V_A, 3.3V_A rails in standby state. For experiment let’s
take up these rails to optimize the power consumption.
Let’s discuss the percentage of voltage that can be reduced
and the expected power saving on each of the above
mentioned rail.
3.1 Optimizing 1.2V_VDDQ Power Rail
Major component on 1.2V_VDDQ rail is LPDDR3 (RAM),
with rail voltage of 1.2V. In order to save power in standby
state, the voltage of this rail is reduced to the Vmin allowable
by the RAM, i.e. 10% lower. Hence, during standby mode the
voltage can be reduced by 10% that is 1.08V.
Default power consumption by 1.2V_VDDQ rail before
optimization is given by
P1.2V_VDDQ = V1.2V_VDDQ * I1.2V_VDDQ (5)
Where V1.2V_VDDQ = Default operating voltage I1.2V_VDDQ =
current in this rail at Default voltage.
Expected Power Saving
Operating voltage of this rail is 1.26V and reducing this
voltage to 1.080V would be 14.28% reduction in the voltage,
this would reduce the current proportionally.
So Power consumption by 1.2V_VDDQ rail operating at
1.080V assuming current is reduced by 10% is
P1.2V_VDDQ @1.080V = V85.7% * I90%. (6)
Figure 5 shows the trend of power consumption with various
voltages.
Figure 5: Expected power consumption trend of 1.2V
Power saving expected is Psaving = P1.2V_VDDQ - P1.2V_VDDQ
@1.080V ≈ 24% of P1.2V_VDDQ.
3.2 Optimizing 1.8V_A Power Rail
This rail is the source of self-refresh voltage to Emmc (flash
memory) with default voltage of 1.80V. To save power in
standby mode, this rail voltage can be reduced by 10%. As per
the flash memory self-refresh, the tolerable minimum voltage
is 1.620V.
Default Power consumption by 1.8V_A rail before
optimization is given by
P1.8V_A = V1.8V_A * I1.8V_A (7)
Where V1.8V_A = Default voltage, I1.8V_A = Current in this rail
at default voltage.
Battery
3.3V_A
2.85V_S
1.8V_A
1.8V Buck
1.2V_VDDQ
1.0V_A
LOAD
L5 C5
D5
Q5
3.3V Buck-Boost
L4 C4
D4
Q4
2.85V Buck-Boost
Q3
D3 C3
L3
Q2
D2 C2
L2
1.2V Buck
1.0V Buck
Q1
C1D1
L1
+
+
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 299
Expected Power Saving
Operating voltage of this rail is 1.86V and reducing this
voltage to 1.620V would be 14.28% reduction in the voltage.
This would reduce the current proportionally.
So Power consumption by 1.2V_VDDQ rail operating at
1.080V, assuming current is reduced by 10% is
P1.8V_A @1.620V = V85.7% * I90%. (8)
Figure 6 shows the trend of power consumption with various
voltages.
Figure 6: Expected power consumption trend of 1.8V rail
Power saving expected is Psaving = P1.8V_A - P1.8V_A @1.620V ≈
24% of P1.8V_A.
3.3 Optimizing 3.3V_A Power Rail
This rail supplies various modules in the platform and it has a
default voltage of 3.3V. Many sub rails are derived from
3.3V_A; various modules on this rail can tolerate ±5. Hence,
to save power during standby the voltage can be reduced by
5% (Vmin) that is 3.135V.
Default Power consumption by 3.3V_A rail before
optimization is given by
P3.3V_A=V3.3V_A * I3.3V_A (9)
Where V3.3V_A = Default voltage, I3.3V_A = Current in this rail
at Default voltage.
Expected Power Saving
Operating voltage of this rail is 3.33V and reducing this
voltage to 3.135V would be 6% reduction in the voltage. This
would reduce the current proportionally.
So Power consumption by 1.2V_VDDQ rail operating at
1.080V assuming current reduced by 5%
P3.3V_A @3.315V = V94% * I95%. (10)
Figure 7 shows the trend of power consumption with various
voltages.
Figure 7: Expected power consumption trend of 3.3V rail
Power saving expected is Psaving = P3.3V_A – P3.3V_A @1.620V ≈
11% of P3.3V_A
3.4 Impact on VR Efficiency
The operating system dynamically modulates the rail voltage
by controlling the voltage regulator; this may impact the
efficiency of the voltage regulator. The impact on the VR
efficiency [8] due to optimization is monitored during actual
experiment on the reference platform.
4. RESULTS AND ANALYSIS
To know the actual reduction in power consumption by the
proposed method of optimization, the above mentioned rails
was subjected to optimization on a reference platform by
modifying the voltage regulator control settings to modulate
the voltage during stand by state. Following section will
summarize the comparison between the expected power
saving and actual power saving achieved.
4.1 1.2V_VDDQ Power Rail
Figure 8 gives a comparison between the theoretical expected
power saving with the actual power saving on a reference
platform for 1.2V_VDDQ rail
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 300
Figure 8: power consumption trend of 1.2V rail
From figure 8 we can observe that expected reduction in
power consumption was around 24% but due to the VR
efficiency and increase in the leakage losses the actual power
saving observed is around 22% by reducing the voltage to
Vmin.
4.2 1.8V_A Power Rail
Figure 9 gives a comparison between the theoretical expected
power saving and the actual power saving on a reference
platform for 1.8V_A rail
Figure 9: Actual and Expected power consumption trend of
1.8V rail
From figure 9 we can observe that expected reduction in
power consumption was around 24% but due to the VR
efficiency and increase in the leakage losses the actual power
saving observed is around 20% by reducing the voltage to
Vmin.
4.3 3.3V_A Power Rail
Figure 10 gives a comparison between the theoretical
expected power saving and the actual power saving on a
reference platform for 3.3V_A rail
Figure 10: Actual and Expected power consumption trend of
1.2V rail
From figure 10 we can observe that expected reduction in
power consumption was 11%, due to increase in the efficiency
of FET switch supplying the sub rail 3.3V_S. the actual power
saving observed is around 15% by reducing the voltage to
Vmin.
4.4 Impact on Platform Power Consumption
Due to Dynamic modulation of voltage the impact on VR
efficiency in turn impacts on the platform power
consumption. So VR efficiency is monitored before and after
optimization, table 1 will summarize the VR efficiency due to
optimization.
Table 1: Impact on efficiency by optimization
Rail Name
Before
optimization
After
optimization
1.2V_VDDQ 80% 80%
1.8V_A 79% 78.6%
3.3V_A 54% 56%
Figure 11: Impact of optimization on VR efficiency
The power saving achieved by optimization of individual rail
and the impact of VR efficiency will sum up to reduce the
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 301
overall platform power consumption. The overall platform
power saving achieved can be presented as:
PTotal_saving = PDefault - POptimized (11)
Where, PDefault = Total platform power consumption before
optimization and POptimized = Total platform power
consumption after optimization
It is observed that total power saving contributed by
optimizing 1.2V_VDDQ, 1.8V_A and 3.3V_A rails to the
overall platform (battery terminal) power consumption is
around 11.5%
5. CONCULSIONS
In order to extend the standby battery life of mobile device,
this paper has put forward a new method for optimizing
power by reducing the voltage of the platform components
during standby state. Later expected power saving has been
calculated for a reference tablet platform and new power
optimization method is experimented to analyze actual power
savings achieved.
Based on theoretical calculations and the actual power
measurements on the reference device, we can conclude that
the proposed method has a significant impact on power
saving during stand by state. The reference tablet considered
in this paper exhibited around 11.5% of reduction in total
platform power consumption during standby state.
REFERENCES
[1] Hewlett-Packard Corporation, Intel, Microsoft
Corporation, Phoenix Technologies Ltd., Toshiba
Corporation, "Advanced Configuration and Power
Interface Specification," November 13, 2013.
[2] Aaron Carroll and . G. Heiser, "An Analysis of Power
Consumption in a Smartphone," NICTA and
University of New South Wales, South Wales.
[3] T. Simunic, L. Benini, A. Acquaviva, P. Glynn and G.
D. Micheli, "Dynamic Voltage Scaling and Power
Management for Portable Systems," in Design
Automation Conference, Las Vegas, Nevada, USA,
June 2001.
[4] A. W. Min, R. Wang, J. Tsai, M. A. Ergin and T.-Y.
C. Tai, "Improving Energy Efficiency for Mobile
Platforms by Exploiting Low-power Sleep States," in
ACM International Conference on Computing
Frontiers (CF'12, Cagliari, Italy, May 15-17, 2012.
[5] ARM, "Low power optimization for arm based
mobile," in ARM developers conference 2008.
[6] A parveen, A. Shreevastava and M. Kushwah, "Stack
Keeper Approach: A Novel Technique To Reduce
Leakage Power In Cmos Vlsi Design," International
Journal of Engineering Research & Technology
(IJERT), vol. 2 , no. 3, March - 2013.
[7] Intel Technology, "Atom processor fact sheet," June
2010. [Online]. Available: [5]
http://www.intel.in/content/www/in/en/processors/ato
m/atom-processor-platform-fact-sheet.html .
[Accessed June 2014].
[8] B. Huffman, "Efficiency and power characteristics of
switching regulator circuit," Linear technology, 1991.
[9] N. Kim, T. Austin, D. Baauw and T. Mudge,
"Leakage current: Moore's law meets static power,"
IEEE, vol. 36, no. 12, December 2003.
[10] Intel Technology, "Sleep states and consumers," July
2010.

Contenu connexe

Tendances

Optimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moOptimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moIAEME Publication
 
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...IRJET Journal
 
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...IJPEDS-IAES
 
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...IJPEDS-IAES
 
Optimal placement of dstatcom in an indian power system for load and
Optimal placement of dstatcom in an indian power system for load andOptimal placement of dstatcom in an indian power system for load and
Optimal placement of dstatcom in an indian power system for load andIAEME Publication
 
Redundant power supply architecture for self healing substation using ultraca...
Redundant power supply architecture for self healing substation using ultraca...Redundant power supply architecture for self healing substation using ultraca...
Redundant power supply architecture for self healing substation using ultraca...eSAT Publishing House
 
IRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET Journal
 
Development of an integrated power converter for fast charging and efficiency...
Development of an integrated power converter for fast charging and efficiency...Development of an integrated power converter for fast charging and efficiency...
Development of an integrated power converter for fast charging and efficiency...IAEME Publication
 
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...IJERA Editor
 
Energy Management System in Electric Vehicle with PV Fed SRM System
Energy Management System in Electric Vehicle with PV Fed SRM SystemEnergy Management System in Electric Vehicle with PV Fed SRM System
Energy Management System in Electric Vehicle with PV Fed SRM SystemIJMTST Journal
 
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
 
Ieee 07066001
Ieee 07066001Ieee 07066001
Ieee 07066001yoluyglt
 
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...IJMTST Journal
 
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...IRJET Journal
 
Prospective Electromechanical Control Systems of Industrial Manipulator Efforts
Prospective Electromechanical Control Systems of Industrial Manipulator EffortsProspective Electromechanical Control Systems of Industrial Manipulator Efforts
Prospective Electromechanical Control Systems of Industrial Manipulator EffortsIJPEDS-IAES
 

Tendances (19)

Driving cycle based battery rating selection and range analysis in EV applica...
Driving cycle based battery rating selection and range analysis in EV applica...Driving cycle based battery rating selection and range analysis in EV applica...
Driving cycle based battery rating selection and range analysis in EV applica...
 
Optimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction moOptimization of controlling of performance characteristics of induction mo
Optimization of controlling of performance characteristics of induction mo
 
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...
IRJET- Optimal Performance of Mechanical Load Factor for the Solar Photovolta...
 
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...
Low cost Real Time Centralized Speed Control of DC Motor Using Lab View -NI U...
 
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...
Enhanced Torque Control and Reduced Switching Frequency in Direct Torque Cont...
 
Optimal placement of dstatcom in an indian power system for load and
Optimal placement of dstatcom in an indian power system for load andOptimal placement of dstatcom in an indian power system for load and
Optimal placement of dstatcom in an indian power system for load and
 
Redundant power supply architecture for self healing substation using ultraca...
Redundant power supply architecture for self healing substation using ultraca...Redundant power supply architecture for self healing substation using ultraca...
Redundant power supply architecture for self healing substation using ultraca...
 
IRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric Vehicles
 
N0447376
N0447376N0447376
N0447376
 
Development of an integrated power converter for fast charging and efficiency...
Development of an integrated power converter for fast charging and efficiency...Development of an integrated power converter for fast charging and efficiency...
Development of an integrated power converter for fast charging and efficiency...
 
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...
Implementation of RTOS on STM32F4 Microcontroller to Control Parallel Boost f...
 
Fundamental elements of constant volt/hertz induction motor drives based on d...
Fundamental elements of constant volt/hertz induction motor drives based on d...Fundamental elements of constant volt/hertz induction motor drives based on d...
Fundamental elements of constant volt/hertz induction motor drives based on d...
 
Development of a position tracking drive system for controlling PMSM motor us...
Development of a position tracking drive system for controlling PMSM motor us...Development of a position tracking drive system for controlling PMSM motor us...
Development of a position tracking drive system for controlling PMSM motor us...
 
Energy Management System in Electric Vehicle with PV Fed SRM System
Energy Management System in Electric Vehicle with PV Fed SRM SystemEnergy Management System in Electric Vehicle with PV Fed SRM System
Energy Management System in Electric Vehicle with PV Fed SRM System
 
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...
 
Ieee 07066001
Ieee 07066001Ieee 07066001
Ieee 07066001
 
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...
Simulation Approach to Speed Control of PMBLDC Motor using Various Control Te...
 
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
A Multilevel Inverter with MPPT Control for Drifting Analysis and Improved Po...
 
Prospective Electromechanical Control Systems of Industrial Manipulator Efforts
Prospective Electromechanical Control Systems of Industrial Manipulator EffortsProspective Electromechanical Control Systems of Industrial Manipulator Efforts
Prospective Electromechanical Control Systems of Industrial Manipulator Efforts
 

En vedette

Computer integrated
Computer integratedComputer integrated
Computer integratednirmal304
 
Dft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of imagesDft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of imageseSAT Publishing House
 
Content writing by goigi
Content writing by goigiContent writing by goigi
Content writing by goigigoiginivedita
 
Credit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin AmericaCredit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin AmericaPinakyPaliwal
 
Image resolution enhancement using blind technique
Image resolution enhancement using blind techniqueImage resolution enhancement using blind technique
Image resolution enhancement using blind techniqueeSAT Publishing House
 
The Economic Impact of Hockey in Canada
The Economic Impact of Hockey in CanadaThe Economic Impact of Hockey in Canada
The Economic Impact of Hockey in CanadaAbel Sports Management
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabseSAT Publishing House
 
Englishbom 140304073700-phpapp01 (1)
Englishbom 140304073700-phpapp01 (1)Englishbom 140304073700-phpapp01 (1)
Englishbom 140304073700-phpapp01 (1)Kimberly Abrams
 
Easybib Tutorial
Easybib Tutorial Easybib Tutorial
Easybib Tutorial 18arche
 
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...eSAT Publishing House
 
SNSasikumar-Present R&R
SNSasikumar-Present R&RSNSasikumar-Present R&R
SNSasikumar-Present R&RSASIKUMAR SN
 
Blog writing by goigi
Blog writing by goigiBlog writing by goigi
Blog writing by goigigoiginivedita
 
VC와 사회문제
VC와 사회문제VC와 사회문제
VC와 사회문제ejw1346
 
Massmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialMassmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialeSAT Publishing House
 
Anomaly detection in the services provided by multi cloud architectures a survey
Anomaly detection in the services provided by multi cloud architectures a surveyAnomaly detection in the services provided by multi cloud architectures a survey
Anomaly detection in the services provided by multi cloud architectures a surveyeSAT Publishing House
 
Transport layer protocol for urgent data
Transport layer protocol for urgent dataTransport layer protocol for urgent data
Transport layer protocol for urgent dataeSAT Publishing House
 
Novatti voucher management brochure
Novatti voucher management brochureNovatti voucher management brochure
Novatti voucher management brochureselnekave
 
How do i get divorced
How do i get divorcedHow do i get divorced
How do i get divorcedaschfords law
 

En vedette (20)

Computer integrated
Computer integratedComputer integrated
Computer integrated
 
USA in Bible Prophecy
USA in Bible ProphecyUSA in Bible Prophecy
USA in Bible Prophecy
 
Dft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of imagesDft based individual extraction of steganographic compression of images
Dft based individual extraction of steganographic compression of images
 
Content writing by goigi
Content writing by goigiContent writing by goigi
Content writing by goigi
 
Credit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin AmericaCredit Profile and Rating Migration of Banks in Latin America
Credit Profile and Rating Migration of Banks in Latin America
 
Image resolution enhancement using blind technique
Image resolution enhancement using blind techniqueImage resolution enhancement using blind technique
Image resolution enhancement using blind technique
 
The Economic Impact of Hockey in Canada
The Economic Impact of Hockey in CanadaThe Economic Impact of Hockey in Canada
The Economic Impact of Hockey in Canada
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Application
ApplicationApplication
Application
 
Englishbom 140304073700-phpapp01 (1)
Englishbom 140304073700-phpapp01 (1)Englishbom 140304073700-phpapp01 (1)
Englishbom 140304073700-phpapp01 (1)
 
Easybib Tutorial
Easybib Tutorial Easybib Tutorial
Easybib Tutorial
 
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...Potential of corn husk leaves for the co removal of phenol and cyanide from w...
Potential of corn husk leaves for the co removal of phenol and cyanide from w...
 
SNSasikumar-Present R&R
SNSasikumar-Present R&RSNSasikumar-Present R&R
SNSasikumar-Present R&R
 
Blog writing by goigi
Blog writing by goigiBlog writing by goigi
Blog writing by goigi
 
VC와 사회문제
VC와 사회문제VC와 사회문제
VC와 사회문제
 
Massmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerialMassmomentsof inertia of joined wing unmanned aerial
Massmomentsof inertia of joined wing unmanned aerial
 
Anomaly detection in the services provided by multi cloud architectures a survey
Anomaly detection in the services provided by multi cloud architectures a surveyAnomaly detection in the services provided by multi cloud architectures a survey
Anomaly detection in the services provided by multi cloud architectures a survey
 
Transport layer protocol for urgent data
Transport layer protocol for urgent dataTransport layer protocol for urgent data
Transport layer protocol for urgent data
 
Novatti voucher management brochure
Novatti voucher management brochureNovatti voucher management brochure
Novatti voucher management brochure
 
How do i get divorced
How do i get divorcedHow do i get divorced
How do i get divorced
 

Similaire à Novel approach to extend standby battery life for mobile devices

Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...eSAT Publishing House
 
Active power and current control for a modular multilevel converter (mmc) bas...
Active power and current control for a modular multilevel converter (mmc) bas...Active power and current control for a modular multilevel converter (mmc) bas...
Active power and current control for a modular multilevel converter (mmc) bas...eSAT Publishing House
 
Solar power fed adjustuable speed drive system
Solar power fed adjustuable speed drive systemSolar power fed adjustuable speed drive system
Solar power fed adjustuable speed drive systemeSAT Publishing House
 
Mitigation of power quality problem due to starting of induction motor
Mitigation of power quality problem due to starting of induction motorMitigation of power quality problem due to starting of induction motor
Mitigation of power quality problem due to starting of induction motoreSAT Journals
 
Comparative study and implementation of incremental conductance method and pe...
Comparative study and implementation of incremental conductance method and pe...Comparative study and implementation of incremental conductance method and pe...
Comparative study and implementation of incremental conductance method and pe...eSAT Journals
 
Comparative study and implementation of
Comparative study and implementation ofComparative study and implementation of
Comparative study and implementation ofeSAT Publishing House
 
Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...eSAT Publishing House
 
Solar power plant at peak load by smart dsiatribution system
Solar power plant at peak load by smart dsiatribution systemSolar power plant at peak load by smart dsiatribution system
Solar power plant at peak load by smart dsiatribution systemeSAT Publishing House
 
Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...eSAT Journals
 
Speed control of three phase im by vf open and close loop method
Speed control of three phase im by vf open and close loop methodSpeed control of three phase im by vf open and close loop method
Speed control of three phase im by vf open and close loop methodeSAT Journals
 
IRJET- Power Generation using GYM Equipment (Lat Pull Down)
IRJET- Power Generation using GYM Equipment (Lat Pull Down)IRJET- Power Generation using GYM Equipment (Lat Pull Down)
IRJET- Power Generation using GYM Equipment (Lat Pull Down)IRJET Journal
 
Study and implementation of dc drive using pic16 f877a microcontroller
Study and implementation of dc drive using pic16 f877a microcontrollerStudy and implementation of dc drive using pic16 f877a microcontroller
Study and implementation of dc drive using pic16 f877a microcontrollereSAT Publishing House
 
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
 
Design of three phase inverter fed induction motor
Design of three phase inverter fed induction motorDesign of three phase inverter fed induction motor
Design of three phase inverter fed induction motoreSAT Publishing House
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...eSAT Journals
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andeSAT Publishing House
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Journals
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationeSAT Publishing House
 
Multilevel inverter fed induction motor drives
Multilevel inverter fed induction motor drivesMultilevel inverter fed induction motor drives
Multilevel inverter fed induction motor driveseSAT Journals
 
Multi input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sourcesMulti input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sourceseSAT Publishing House
 

Similaire à Novel approach to extend standby battery life for mobile devices (20)

Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
Power factor correction of 6.6 kv distribution line in lc11 rmhs department, ...
 
Active power and current control for a modular multilevel converter (mmc) bas...
Active power and current control for a modular multilevel converter (mmc) bas...Active power and current control for a modular multilevel converter (mmc) bas...
Active power and current control for a modular multilevel converter (mmc) bas...
 
Solar power fed adjustuable speed drive system
Solar power fed adjustuable speed drive systemSolar power fed adjustuable speed drive system
Solar power fed adjustuable speed drive system
 
Mitigation of power quality problem due to starting of induction motor
Mitigation of power quality problem due to starting of induction motorMitigation of power quality problem due to starting of induction motor
Mitigation of power quality problem due to starting of induction motor
 
Comparative study and implementation of incremental conductance method and pe...
Comparative study and implementation of incremental conductance method and pe...Comparative study and implementation of incremental conductance method and pe...
Comparative study and implementation of incremental conductance method and pe...
 
Comparative study and implementation of
Comparative study and implementation ofComparative study and implementation of
Comparative study and implementation of
 
Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...Optimum allocation of distributed generation by load flow analysis method a c...
Optimum allocation of distributed generation by load flow analysis method a c...
 
Solar power plant at peak load by smart dsiatribution system
Solar power plant at peak load by smart dsiatribution systemSolar power plant at peak load by smart dsiatribution system
Solar power plant at peak load by smart dsiatribution system
 
Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...Modeling control of automatic voltage regulator with proportional integral de...
Modeling control of automatic voltage regulator with proportional integral de...
 
Speed control of three phase im by vf open and close loop method
Speed control of three phase im by vf open and close loop methodSpeed control of three phase im by vf open and close loop method
Speed control of three phase im by vf open and close loop method
 
IRJET- Power Generation using GYM Equipment (Lat Pull Down)
IRJET- Power Generation using GYM Equipment (Lat Pull Down)IRJET- Power Generation using GYM Equipment (Lat Pull Down)
IRJET- Power Generation using GYM Equipment (Lat Pull Down)
 
Study and implementation of dc drive using pic16 f877a microcontroller
Study and implementation of dc drive using pic16 f877a microcontrollerStudy and implementation of dc drive using pic16 f877a microcontroller
Study and implementation of dc drive using pic16 f877a microcontroller
 
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
 
Design of three phase inverter fed induction motor
Design of three phase inverter fed induction motorDesign of three phase inverter fed induction motor
Design of three phase inverter fed induction motor
 
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
Design of power and delay efficient 32 bit x 32 bit multi precision multiplie...
 
Generalized fryze control strategy for shunt and
Generalized fryze control strategy for shunt andGeneralized fryze control strategy for shunt and
Generalized fryze control strategy for shunt and
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Dc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# applicationDc motor speed control with feedback monitor based on c# application
Dc motor speed control with feedback monitor based on c# application
 
Multilevel inverter fed induction motor drives
Multilevel inverter fed induction motor drivesMultilevel inverter fed induction motor drives
Multilevel inverter fed induction motor drives
 
Multi input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sourcesMulti input dc-dc converter for renewable energy sources
Multi input dc-dc converter for renewable energy sources
 

Plus de eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

Plus de eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Dernier

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationBhangaleSonal
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfRagavanV2
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086anil_gaur
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringmulugeta48
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf203318pmpc
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Arindam Chakraborty, Ph.D., P.E. (CA, TX)
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTbhaskargani46
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...tanu pandey
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756dollysharma2066
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlysanyuktamishra911
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 

Dernier (20)

DC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equationDC MACHINE-Motoring and generation, Armature circuit equation
DC MACHINE-Motoring and generation, Armature circuit equation
 
Unit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdfUnit 2- Effective stress & Permeability.pdf
Unit 2- Effective stress & Permeability.pdf
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086Minimum and Maximum Modes of microprocessor 8086
Minimum and Maximum Modes of microprocessor 8086
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Netaji Nagar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf22-prompt engineering noted slide shown.pdf
22-prompt engineering noted slide shown.pdf
 
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced LoadsFEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
FEA Based Level 3 Assessment of Deformed Tanks with Fluid Induced Loads
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
Navigating Complexity: The Role of Trusted Partners and VIAS3D in Dassault Sy...
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Generative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPTGenerative AI or GenAI technology based PPT
Generative AI or GenAI technology based PPT
 
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...Bhosari ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For ...
Bhosari ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For ...
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 

Novel approach to extend standby battery life for mobile devices

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 296 A NOVEL APPROACH TO EXTEND STANDBY BATTERY LIFE FOR MOBILE DEVICES Tejas H1 , B S Renuka2 , Vikas Mishra3 1 Industrial Electronics, SJCE, Mysore 2 Department of Electronics and Communication, SJCE, Mysore 3 Mobile Communication Group, Intel Technology India Ltd, Bangalore Abstract Mobile devices are an essential need for most of us in this modern world. Current generation of mobile devices, such as smartphones and tablets are equipped with high speed multi core processors with advanced features to uplift the user experience. However, advances in battery technology continue to lag with the advancement of mobile technology, especially for the compact form-factor devices. Cutting down energy consumption is one of the most crucial design factors for a mobile device. This paper will emphasize on a new power optimization technique and focus on the expected power saving by theoretical calculations. Analysis of the actual power saving by experimenting on a reference tablet platform and highlight the results of power saving achieved by optimization on the reference tablet. Keywords: Standby, battery life, tablets, phones, power delivery -------------------------------------------------------------------***------------------------------------------------------------------- 1. INTRODUCTION Mobile devices have become a popular platform for both personal and commercial applications. The increased use of these devices has in turn emphasized the demand for maximizing their battery lifetime, making power efficiency a critical design goal. Indeed, in order to enable these devices for end users, it is often necessary to employ software techniques in addition to hardware optimizations to achieve the battery lifetimes required by end users. Despite of operating system’s ability for power saving by switching to low-power states [1], it is analyzed that there is a scope for power optimization in standby state of mobile devices. As the handheld devices has greater residency in standby state [2], optimizing power consumption in this state will have a significant impact on the battery life. This paper concentrates on optimizing power in standby state by reducing the voltage or turning off partially functioning/ not functioning components in standby to save power. Currently ‘Dynamic voltage scaling’ (DVS) technique [3] is used in mobile device to optimize the power. DVS scales the operating voltage of the component depending on the system requirement. This is possible because of static CMOS logic that is used in the vast majority of microprocessors. Today processors have a frequency-dependent maximum operating voltage. When used at a reduced frequency, the processor can operate at a lower supply voltage. Since the energy dissipated per cycle with CMOS circuitry scales down by four folds to the supply voltage. DVS has potentially provided a very large net energy savings through voltage scaling (Dynamic voltage scaling) and by transitioning components into low-power states (dynamic power management). 2. STANDBY POWER OPTIMIZATION OPPORTUNITY Battery backup of the mobile device depends on the power consumption of all the components on the platform. To increase the battery backup the power consumption of the platform should be reduced. Currently there are various method’s used to bring down the power consumption [4] [5]. This paper draws attention about a new approach to reduce the power consumption on the mobile platform. Figure1 explains how battery supplies power to various components on the reference platform. Figure 1: Indicative power supply tree From Figure1 we observe that various voltage regulators (VR) draw power from the battery and supply to various rails/components on the reference device. The total power consumption by the device or the total power drawn from the
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 297 battery would be the sum of power consumed by individual VR’s that is PPlatform=PVR1+PVR2+PVR3+PVRn (1) Where, PPlatform = power consumed by platform and PVR1, PVR2, PVR3, PVRn= power consumed by respective VR’s Now, let’s look at one of the rail to understand the power consumption by individual rail/component in the platform, Figure 2 illustrates Battery supplying power to a rail that is regulated by a Buck converter and in turn supply to the load. Figure 2: Example of battery supplying the load through a VR Power consumption by the rail considered is given by PVR = V-Input * I-Input (2) Where, V-Input = battery voltage and I-Input = current consumed by the VR. Now, battery backup can be increased by reducing PVR. As the input voltage is fixed (battery voltage) the only way to reduce PVR is by reducing I-Input. But, I-Input depends on the power consumed by the load component So, POut = V-Output * I-Output (3) Where, V-Output = voltage at the load and I-Output = current consumed by the load component. During standby state when the modules are switched to low power sleep mode, the current to the component is decreased to minimum value. So, I-Out during standby state is already reduced to minimum value by the operating system. This can be inferred as Pout totally depends on V-Output during standby. Pout α V-Output (4) Hence, during standby I-Input can be reduced by reducing V- Output in order to save power (reduce PVR). As leakage current reduces with reduction in voltage [6], reducing V-Out would further reduce the current (I-Output) proportionally. This further adds to the platform power saving PPlatform. So far only one rail was considered. The proposed method of reducing V-Output can be applied to all other rails that are ‘ON’ during standby state to achieve more power saving. The Operating System dynamically reduces the rail voltage during standby and restores back the voltage to default value on standby exit. Figure 3 explains the flow of the proposed optimization at a system level. Figure 3: Flow chart of system flow to standby state 3. EXPECTATION ON A REFERENCE PLATFORM Before reducing the rail voltage and identifying the rails to be optimized .A good understanding of the components on the rail and their behavior in various power states is required. LoadV-Output I-Output Battery C L D Q I-Input V-Input + - + - +
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 298 Here, we try to identify few rails in standby mode and optimize the power consumption. Firstly, let’s understand the power map of a reference tablet during standby mode. Figure 4 is an indicative power map of a tablet during standby state [7]. Figure 4: Reference Tablet Power Map in Standby State From the above power map it is observed that, there is better scope in optimizing the power consumed by 1.2V_VDDQ, 1.8V_A, 3.3V_A rails in standby state. For experiment let’s take up these rails to optimize the power consumption. Let’s discuss the percentage of voltage that can be reduced and the expected power saving on each of the above mentioned rail. 3.1 Optimizing 1.2V_VDDQ Power Rail Major component on 1.2V_VDDQ rail is LPDDR3 (RAM), with rail voltage of 1.2V. In order to save power in standby state, the voltage of this rail is reduced to the Vmin allowable by the RAM, i.e. 10% lower. Hence, during standby mode the voltage can be reduced by 10% that is 1.08V. Default power consumption by 1.2V_VDDQ rail before optimization is given by P1.2V_VDDQ = V1.2V_VDDQ * I1.2V_VDDQ (5) Where V1.2V_VDDQ = Default operating voltage I1.2V_VDDQ = current in this rail at Default voltage. Expected Power Saving Operating voltage of this rail is 1.26V and reducing this voltage to 1.080V would be 14.28% reduction in the voltage, this would reduce the current proportionally. So Power consumption by 1.2V_VDDQ rail operating at 1.080V assuming current is reduced by 10% is P1.2V_VDDQ @1.080V = V85.7% * I90%. (6) Figure 5 shows the trend of power consumption with various voltages. Figure 5: Expected power consumption trend of 1.2V Power saving expected is Psaving = P1.2V_VDDQ - P1.2V_VDDQ @1.080V ≈ 24% of P1.2V_VDDQ. 3.2 Optimizing 1.8V_A Power Rail This rail is the source of self-refresh voltage to Emmc (flash memory) with default voltage of 1.80V. To save power in standby mode, this rail voltage can be reduced by 10%. As per the flash memory self-refresh, the tolerable minimum voltage is 1.620V. Default Power consumption by 1.8V_A rail before optimization is given by P1.8V_A = V1.8V_A * I1.8V_A (7) Where V1.8V_A = Default voltage, I1.8V_A = Current in this rail at default voltage. Battery 3.3V_A 2.85V_S 1.8V_A 1.8V Buck 1.2V_VDDQ 1.0V_A LOAD L5 C5 D5 Q5 3.3V Buck-Boost L4 C4 D4 Q4 2.85V Buck-Boost Q3 D3 C3 L3 Q2 D2 C2 L2 1.2V Buck 1.0V Buck Q1 C1D1 L1 + +
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 299 Expected Power Saving Operating voltage of this rail is 1.86V and reducing this voltage to 1.620V would be 14.28% reduction in the voltage. This would reduce the current proportionally. So Power consumption by 1.2V_VDDQ rail operating at 1.080V, assuming current is reduced by 10% is P1.8V_A @1.620V = V85.7% * I90%. (8) Figure 6 shows the trend of power consumption with various voltages. Figure 6: Expected power consumption trend of 1.8V rail Power saving expected is Psaving = P1.8V_A - P1.8V_A @1.620V ≈ 24% of P1.8V_A. 3.3 Optimizing 3.3V_A Power Rail This rail supplies various modules in the platform and it has a default voltage of 3.3V. Many sub rails are derived from 3.3V_A; various modules on this rail can tolerate ±5. Hence, to save power during standby the voltage can be reduced by 5% (Vmin) that is 3.135V. Default Power consumption by 3.3V_A rail before optimization is given by P3.3V_A=V3.3V_A * I3.3V_A (9) Where V3.3V_A = Default voltage, I3.3V_A = Current in this rail at Default voltage. Expected Power Saving Operating voltage of this rail is 3.33V and reducing this voltage to 3.135V would be 6% reduction in the voltage. This would reduce the current proportionally. So Power consumption by 1.2V_VDDQ rail operating at 1.080V assuming current reduced by 5% P3.3V_A @3.315V = V94% * I95%. (10) Figure 7 shows the trend of power consumption with various voltages. Figure 7: Expected power consumption trend of 3.3V rail Power saving expected is Psaving = P3.3V_A – P3.3V_A @1.620V ≈ 11% of P3.3V_A 3.4 Impact on VR Efficiency The operating system dynamically modulates the rail voltage by controlling the voltage regulator; this may impact the efficiency of the voltage regulator. The impact on the VR efficiency [8] due to optimization is monitored during actual experiment on the reference platform. 4. RESULTS AND ANALYSIS To know the actual reduction in power consumption by the proposed method of optimization, the above mentioned rails was subjected to optimization on a reference platform by modifying the voltage regulator control settings to modulate the voltage during stand by state. Following section will summarize the comparison between the expected power saving and actual power saving achieved. 4.1 1.2V_VDDQ Power Rail Figure 8 gives a comparison between the theoretical expected power saving with the actual power saving on a reference platform for 1.2V_VDDQ rail
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 300 Figure 8: power consumption trend of 1.2V rail From figure 8 we can observe that expected reduction in power consumption was around 24% but due to the VR efficiency and increase in the leakage losses the actual power saving observed is around 22% by reducing the voltage to Vmin. 4.2 1.8V_A Power Rail Figure 9 gives a comparison between the theoretical expected power saving and the actual power saving on a reference platform for 1.8V_A rail Figure 9: Actual and Expected power consumption trend of 1.8V rail From figure 9 we can observe that expected reduction in power consumption was around 24% but due to the VR efficiency and increase in the leakage losses the actual power saving observed is around 20% by reducing the voltage to Vmin. 4.3 3.3V_A Power Rail Figure 10 gives a comparison between the theoretical expected power saving and the actual power saving on a reference platform for 3.3V_A rail Figure 10: Actual and Expected power consumption trend of 1.2V rail From figure 10 we can observe that expected reduction in power consumption was 11%, due to increase in the efficiency of FET switch supplying the sub rail 3.3V_S. the actual power saving observed is around 15% by reducing the voltage to Vmin. 4.4 Impact on Platform Power Consumption Due to Dynamic modulation of voltage the impact on VR efficiency in turn impacts on the platform power consumption. So VR efficiency is monitored before and after optimization, table 1 will summarize the VR efficiency due to optimization. Table 1: Impact on efficiency by optimization Rail Name Before optimization After optimization 1.2V_VDDQ 80% 80% 1.8V_A 79% 78.6% 3.3V_A 54% 56% Figure 11: Impact of optimization on VR efficiency The power saving achieved by optimization of individual rail and the impact of VR efficiency will sum up to reduce the
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Issue: 06 | Jun-2014, Available @ http://www.ijret.org 301 overall platform power consumption. The overall platform power saving achieved can be presented as: PTotal_saving = PDefault - POptimized (11) Where, PDefault = Total platform power consumption before optimization and POptimized = Total platform power consumption after optimization It is observed that total power saving contributed by optimizing 1.2V_VDDQ, 1.8V_A and 3.3V_A rails to the overall platform (battery terminal) power consumption is around 11.5% 5. CONCULSIONS In order to extend the standby battery life of mobile device, this paper has put forward a new method for optimizing power by reducing the voltage of the platform components during standby state. Later expected power saving has been calculated for a reference tablet platform and new power optimization method is experimented to analyze actual power savings achieved. Based on theoretical calculations and the actual power measurements on the reference device, we can conclude that the proposed method has a significant impact on power saving during stand by state. The reference tablet considered in this paper exhibited around 11.5% of reduction in total platform power consumption during standby state. REFERENCES [1] Hewlett-Packard Corporation, Intel, Microsoft Corporation, Phoenix Technologies Ltd., Toshiba Corporation, "Advanced Configuration and Power Interface Specification," November 13, 2013. [2] Aaron Carroll and . G. Heiser, "An Analysis of Power Consumption in a Smartphone," NICTA and University of New South Wales, South Wales. [3] T. Simunic, L. Benini, A. Acquaviva, P. Glynn and G. D. Micheli, "Dynamic Voltage Scaling and Power Management for Portable Systems," in Design Automation Conference, Las Vegas, Nevada, USA, June 2001. [4] A. W. Min, R. Wang, J. Tsai, M. A. Ergin and T.-Y. C. Tai, "Improving Energy Efficiency for Mobile Platforms by Exploiting Low-power Sleep States," in ACM International Conference on Computing Frontiers (CF'12, Cagliari, Italy, May 15-17, 2012. [5] ARM, "Low power optimization for arm based mobile," in ARM developers conference 2008. [6] A parveen, A. Shreevastava and M. Kushwah, "Stack Keeper Approach: A Novel Technique To Reduce Leakage Power In Cmos Vlsi Design," International Journal of Engineering Research & Technology (IJERT), vol. 2 , no. 3, March - 2013. [7] Intel Technology, "Atom processor fact sheet," June 2010. [Online]. Available: [5] http://www.intel.in/content/www/in/en/processors/ato m/atom-processor-platform-fact-sheet.html . [Accessed June 2014]. [8] B. Huffman, "Efficiency and power characteristics of switching regulator circuit," Linear technology, 1991. [9] N. Kim, T. Austin, D. Baauw and T. Mudge, "Leakage current: Moore's law meets static power," IEEE, vol. 36, no. 12, December 2003. [10] Intel Technology, "Sleep states and consumers," July 2010.