Utilization of Solar Energy to make RF Based Remote Control Chair for Handicapped

Size: px
Start display at page:

Download "Utilization of Solar Energy to make RF Based Remote Control Chair for Handicapped"

Transcription

1 Utilization of Solar Energy to make RF Based Remote Control Chair for Handicapped Sibasis Bandyopadhyay 1, Subha Ram 2, Soumya Dutta 3, Arindam Mardanya 4 1 Lecturer, Technique Polytechnic Institute, West Bengal 2 Project Fellow, Technique Polytechnic Institute, West Bengal 3 Project Fellow, Technique Polytechnic Institute, West Bengal 4 Project Fellow, Technique Polytechnic Institute, West Bengal ABSTRACT In the years to come the need for energy will increase manifold while the reserve of conventional energy will deplete in rapid pace. To meet the growing demand of energy harnessing of non-conventional / renewable energy is the necessity. Among all the available non-conventional sources, solar energy is the most abundant and uniformly distributed. In cities of India one of the major medium of transportation is auto rickshaws, which is producing a huge amount of air pollution as well as greenhouse gases like CO2. Fuel, which is used, is a non-renewable source and also which costs high as a result of that transportation charges increases. It would also affect the economy. Thus they should go for a reliable source as know that current trend of using the reliable source like solar which is available in plenty in country like India. This car using the solar panel, controller and DC motor setup to convert the light energy as an electrical energy which is fed to the DC motor to obtain mechanical motion. The system is the improved system to provide higher efficiency for lower cost. Solar powered car is the system with the efficient utilization of solar energy designs a general purpose vehicle by charging battery using solar energy and especially designed for physically challenged. The existing system receives maximum sun energy only from 11 am to 2 pm, because always the solar collector kept at 30 degrees and charges a small battery. A new method is developed, where sun light is tracked from morning 6 am to 6 pm by moving the solar collector along with the movement of the sun using stepper motor. Keywords: Photovoltaic cells, Encoder, Motor, Decoder. 1. INTRODUCTION If Environmental concerns keep growing, and restrictive guidelines constrain the use of the pollutant sources, wind and solar Photovoltaic (PV) power can be considered as viable option for future transportation. Besides being emission-free, the energy coming from the sunrays is available at no cost. As the awareness of environmental protection and energy saving continues to rise, only the electric vehicle can realize real zero oil consumption and zero pollution. The gasoline engine and the diesel engine (no matter how much their efficiency is improved) as well as hybrid vehicles all consume fossil fuel, so there is still some way to go in realizing real zero emissions. Therefore, the electric vehicle with zero emission will undoubtedly become the mainstream means of private transportation in the future. The governments of each country and their societies have outlined large scale plans to promote battery-powered electric vehicles for considerable opportunities to change the nature of private vehicles. This paper discusses about the solar powered battery operated EV as an option for fuel vehicle. We make the solar car and above the car we placed a plastic chair which can able to carry a person. We specially made it only for handicap people who are unable to move from one place to another. Figure 1: System block diagram Volume 4, Issue 4, April 2016 Page 6

2 2. SYSTEM CONFIGURATION AND OVERVIEW The flowchart helps us to understand the working logic of the car and chair. First we will go over the basic idea of the car and the working logic that is involved in the car. There are two blocks, the Transmitter (remote control) and the Receiver (car). On the transmitter side, we have the switches to give the digital inputs to the encoder IC. The encoder then encodes this data and sends it to the RF Transmitter module. On the receiver side, we will have the RF Receiver which receives the encoded data and passes it on to the decoder. The decoder decodes the data and sends it to the motor driver IC to drive the motors. Figure 2: Transmitter and Receiver block 1. HARDWARE DESCRIPTION 1.1. Solar Charger and Battery unit Figure: 3show the solar charger circuit that is used to charge Lead Acid or Ni-Cd batteries using the solar energy power. The circuit harvests solar energy to charge a 6 volt 4.5 Ah rechargeable battery for this application. The charger has voltage and current regulation and over voltage cut-off facilities. The circuit uses a 12 volt solar panel and a variable voltage regulator IC LM 317. The solar panel consists of solar cells each rated at 1.2 volts. 12 volt DC is available from the panel to charge the battery. Charging current passes through D1 to the voltage regulator IC LM 317. By adjusting its Adjust pin, output voltage and current can be regulated. VR is placed between the adjust pin and ground to provide an output voltage of 9 volts to the battery. Resistor R3 Restrict the charging current and diode D2 prevents discharge of current from the battery. Transistor T1 and Zener diode ZD act as a cut off switch when the battery is full. Normally T1 is off and battery gets charging current. When the terminal voltage of the battery rises above 6.8 volts, Zener conducts and provides base current to T1. It then turns on grounding the output of LM317 to stop charging. This solar unit is placed in the car or chair to make the supply of receiver unit. That means to drive the motor. Figure 3: Solar Charger circuit Volume 4, Issue 4, April 2016 Page 7

3 3.2 RF Transmitter and Receiver Module In the RF transmitter and receiver modules the frequency in which they communicate should not be a problem as long as both the receiver and the transmitter are of the same frequency. All modules are Pin and Pad compatible. But there are some modules that have inverted numbering, like first pin will be last pin and second pin will be second from last and so on RF Transmitter (Remote Control) In Figure:4 shows the transmitter circuit, we have in mind that this is our remote. So we try to make it as handy as possible. Make a good closure for this circuit. The HT12E encoder is 12 bit encoders that are they have 8 address bits and 4 data bits. The address bits can left open or pulled low. In the circuit below, it will see that each of the address pins (A0 to A7) are connected to a switch. So if the switched is ON then that line is connected to GND (Vss) otherwise the pin is left floating. The TE (transmit enable) is a active low input to the IC. This enables the transmission. So when the switch connected to pin 14 is pressed, the 8 address bits along with the 4 data bits (AD8 to AD11) are serially encoded and sent out at the DOUT pin. For our application (RC robot car) we will connect TE directly to GND as we have to keep sending the data as and when they arrive to the car. Unlike the receiver circuit, this does not need to have a beefy battery. We can power this circuit with a 9V battery. Figure 4: Transmitter Section (Remote Control)& RF Transmitter Module RF Receiver circuit with motor driver In figure:3 shows the circuit diagram of the receiver. It handles the RF reception as well as the motor drive. The address pin in the decoder (HT12D) behaves just like that of the encoder. The data is received at the DIN pin from the RF receiver circuit and then this data is checked 3 times (according to the datasheet the data is transmitted 3 times and received 3 times and only if all 3 times the data is same it is decoded) and then decoded and IC checks if the address pin connection of the encoder is same as that of the decoder. If the address configuration of the decoder matches that in the received data (from encoder) the data is decoded and latched on to the data pins (D8 to D11).This decoded data is then send as control signals to the motor driver IC. L293D a dual H-bridge motor driver to be short. It is used to drive the motor in both forward and back ward direction. The VT (valid transmit) pin is used to indicate if there is a valid transmission between the encoder and decoder. This pin can be left open or like in the circuit below, an LED with series resistance can be used to give a visual indication. Volume 4, Issue 4, April 2016 Page 8

4 4.DIFFERENTIAL DRIVE ALGORITHM Figure 5: Receiver Section& RF receiver Module There are a lot of different types of drive algorithms for driving cars. One such method is the differential drive method. We will be using only one pair of motors to drive the car. We have one castor wheel asides from the two motors and it will be used to give mechanical stability to the car. Now the obvious question is how the car will change direction if it has only two wheels. That is when the differential drive algorithm comes in the picture. The direction control is achieved by rotating one of the wheels in one direction and the other in another direction. The following table: 1givesus a better understanding the movement. The car will go front or back if both the pair of motors operates in one direction and left or right if they operate in different directions. Table 1: Motor Operation to control the movement Left Motor Right Motor Direction Front Front Front Front Back Right Back Front Left Back Back Back 5.PCB WORK We make PCB layout for the above two circuits. We make it by using eagle software and printable PCB art works done in our college PCB Laboratory. Volume 4, Issue 4, April 2016 Page 9

5 Figure 6: Transmitter section PCB Figure 7: Receiver Section PCB 6.CONCLUSIONS Thus, to collect the greatest amount of energy from the sun, solar panels must be aligned orthogonally to the sun. In future this type of car has lot of marketing value because it will be used nonrenewable resource and renewable energy. This type of car does not create any pollution so it is also having a lot of positive point toward nature. Only the manufacturing cost is high but maintenance cost is almost zero. Hence this car is economic and environmental friendly. Future work is planned to increase the capability and the efficiency of car by creating a user friendly Graphical User Interface (GUI).Finally, we are able to design an Eco-friendly, no emission vehicle which is very useful even for physically challenged and senior citizens. 7.ACKNOWLEDGEMENT We sincerely thank to Smt. Madhurima Santra IN-Charge-DETC, TPI, Mr S.N. Basu Executive Director,TPI, and the Staff members of DETC Dept., TPI, family members, friends, one and all who helped us to make this project and paper successful. Appendix: Photos of experimental Car Unit with chair and solar cell Reference [1]. Arsie I.,Rizzo G., Sorrentino M.; A Model for the Optimal Design of a Hybrid Solar Vehicle, Review of Automotive Engineering, Society of Automotive Engineers of Japan (JSAE), 2008, ISSN : [2]. Andrea Vezzini, Hari sharan and Loganathan umanand, (2005) Low-pollution three- wheeler auto rickshaw with power-assist series hybrid and novel variable DC-link voltage system Journal of Indian institute of science pp.1-14 [3]. Preitl Z., Bauer P., Kulcsar B., Rizzo G., Bokor,J.,Control Solutions for Hybrid Solar Vehicle Fuel Consumption Minimization In: Proceedings of the 2007 IEEE Intelligent Vehicles Symposium, Istanbul, Turkey, June 13-15, [4]. Srdjan Lukic M., Mulhall P., Choi G., Naviwala M., Nimmagadda S., and Emadi, A., Usage Pattern Development for Three-Wheel Auto Rickshaw Taxis in India,pp ( ) in 2007 IEEE [5]. Arsie I, Rizzo G, Sorrentino M, Effect of engine thermal transients on the management of series Hybrid solar vehicles, International journal of control engineering practice, (2010) pp [6]. C. Lozoya, P. Marti, M. Velasco and J.M. Fuertes, Effective Real- Time Wireless Control of an Autonomous Guided Vehicle, Proceedings of the IEEE, pp , [7]. Immanuel Alphonse, Dr. S. Hosimin Thilagar, F. Bright Singh; Design of Solar Powered BLDC Motor Driven Electric Vehicle ;International journal of renewable energy research Immanuel Alphonse et al.,vol.2, No.3, 2012 [8]. Vimal Vas J., Nair, V. G.; Control scheme For Electric Drive Of Solar Powered Vehicles, Indian conference of INDICON (2008) pp75-80 Annual IEEE Volume 4, Issue 4, April 2016 Page 10

6 [9]. Vimal Vas J., Nair V. G., ;Control scheme For Electric Drive Of Solar Powered Vehicles, Indian conference of INDICON(2008) pp75-80 Annual IEEE [10]. Wale J. D. and Pollock, Hybrid C., stepping motors and drives, Power Engineering Journal, vol. 15, pp [11]. Zhang X.., Yang J., Bo Sun, Jia Wang; Study on the Policy of New Energy Vehicles In China (2009) IEEE [12]. Shimizu Y., Kamatsu Y., Torii M., Takamuro M.; Solar car Cruising strategy and its supporting system, journal Society of Automobile Engineering Review (1998) pp [13]. Wamborikar Y.S., Sinha A., ;Solar Powered Vehicle, Proceedings of the World Congress on Engineering and Computer Science 2010 Vol. II WCECS 2010, October 20-22, 2010, San Francisco, USA AUTHOR Sibasis Bandyopadhyay received the B. Tech. Degrees in Electronics And communication Engineering from Techno India, Salt Lake in 2011.He was worked in Cable TV Industry from 2011 and now working in Technique polytechnic Institute as a lecturer since Subha Ram is the final year students of Technique polytechnic Institute in Electronic and Tele communication. His Interested areas are Communications, Embedded systems and Electronics. Soumya Dutta is the final year students of Technique polytechnic Institute in Electronic and Tele communication. His Interested areas are Communications and Electronics. Arindam Mardanya is the final year students of Technique polytechnic Institute in Electronic and Tele communication. His Interested areas are Communications and Electronics. Volume 4, Issue 4, April 2016 Page 11

Novel Design and Implementation of Portable Charger through Low- Power PV Energy System Yousif I. Al-Mashhadany 1, a, Hussain A.

Novel Design and Implementation of Portable Charger through Low- Power PV Energy System Yousif I. Al-Mashhadany 1, a, Hussain A. Novel Design and Implementation of Portable Charger through Low- Power PV Energy System Yousif I. Al-Mashhadany 1, a, Hussain A. Attia 2,b 1 Electrical Engineering Dept., College of Engineering, University

More information

Solar Based Wireless Grass Cutter

Solar Based Wireless Grass Cutter IJSTE - International Journal of Science Technology & Volume 2 Issue 11 May 2016 ISSN (online): 2349-784X Solar Based Wireless Grass Cutter Vicky Jain Prashant Bagane Sagar Patil Prof.Mrs.S.S.Patil Abstract

More information

various energy sources. Auto rickshaws are three-wheeled vehicles which are commonly used as taxis for people and

various energy sources. Auto rickshaws are three-wheeled vehicles which are commonly used as taxis for people and ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com ANALYSIS OF ELECTRIC TRACTION FOR SOLAR POWERED HYBRID AUTO RICKSHAW Chaitanya Kumar. B, Monisuthan.S.K Student,

More information

GRID CONNECTED SOLAR WIND HYBRID POWER BASED ON IOT

GRID CONNECTED SOLAR WIND HYBRID POWER BASED ON IOT GRID CONNECTED SOLAR WIND HYBRID POWER BASED ON IOT Shweta Dhage 1, Mohini Pranjale 2, Sachin Jambhulkar 3, Nisha Warambhe 4 1 Student, Electronics & Telecommunication, Priyadarshini J L College of Engineering,

More information

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b

Intelligent Power Management of Electric Vehicle with Li-Ion Battery Sheng Chen 1,a, Chih-Chen Chen 2,b Applied Mechanics and Materials Vols. 300-301 (2013) pp 1558-1561 Online available since 2013/Feb/13 at www.scientific.net (2013) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.300-301.1558

More information

BIDIRECTIONAL DC-DC CONVERTER FOR INTEGRATION OF BATTERY ENERGY STORAGE SYSTEM WITH DC GRID

BIDIRECTIONAL DC-DC CONVERTER FOR INTEGRATION OF BATTERY ENERGY STORAGE SYSTEM WITH DC GRID BIDIRECTIONAL DC-DC CONVERTER FOR INTEGRATION OF BATTERY ENERGY STORAGE SYSTEM WITH DC GRID 1 SUNNY KUMAR, 2 MAHESWARAPU SYDULU Department of electrical engineering National institute of technology Warangal,

More information

HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar,

HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar, 1 HOMER OPTIMIZATION BASED SOLAR WIND HYBRID SYSTEM 1 Supriya A. Barge, 2 Prof. D.B. Pawar, 1,2 E&TC Dept. TSSM s Bhivrabai Sawant College of Engg. & Research, Pune, Maharashtra, India. 1 priyaabarge1711@gmail.com,

More information

International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD),

International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD), IJEEERD International Journal of of Electrical and and Electronics Engineering Engineering Research and Development (IJEEERD), ISSN Research 2248 and 9282(Print), Development ISSN (IJEEERD), 2248 9290(Online),Volume

More information

Development of Auxiliary Automobile Air Conditioning System by Solar Energy

Development of Auxiliary Automobile Air Conditioning System by Solar Energy Development of Auxiliary Automobile Air Conditioning System by Solar Energy Y.Lethwala 1, P.Garg 2 12UG Student, Automobile Engineering, BMCET, Surat, India ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Pedal Power Generation

Pedal Power Generation International Journal of Electrical Engineering. ISSN 0974-2158 Volume 3, Number 3 (2010), pp. 169--174 International Research Publication House http://www.irphouse.com Pedal Power Generation H.N. Siddarameshwara,

More information

Soft Start for 3-Phase-Induction Motor

Soft Start for 3-Phase-Induction Motor Soft Start for 3-Phase-Induction Motor Prof. Vinit V Patel 1, Saurabh S. Kulkarni 2, Rahul V. Shirsath 3, Kiran S. Patil 4 1 Assistant Professor, Department of Electrical Engineering, R.C.Patel Institute

More information

A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor

A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor A Transient Free Novel Control Technique for Reactive Power Compensation using Thyristor Switched Capacitor 1 Chaudhari Krunal R, 2 Prof. Rajesh Prasad 1 PG Student, 2 Assistant Professor, Electrical Engineering

More information

Design of Intelligent Charger for Electric Vehicles

Design of Intelligent Charger for Electric Vehicles Design of Intelligent Charger for Electric Vehicles Rahul A. Jagtap 1, Dr. P.M. Daigavane 2, Dr.S.G. Tarnekar 3 1 4thSem student, M.tech (PED), Dept. of Electrical Engg GHRCE, Nagpur(India). 2 Head of

More information

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 1, January- February (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

More information

PLC Based ON-Grid System for Home Appliances

PLC Based ON-Grid System for Home Appliances Vol 2 Issue 2 Spring Edition DOI : February 2014 Pp 120-124 ISSN 2279 0381 PLC Based ON-Grid System for Home Appliances G.Madhan * a, S.Muruganand b, N.Sureshkumar c a Research scholar, Department of Electronics

More information

HySolarKit: Convert conventional cars into hybrid solar vehicles

HySolarKit: Convert conventional cars into hybrid solar vehicles Green Tech Innovators Club HySolarKit: Convert conventional cars into hybrid solar vehicles Gianfranco Rizzo eproinn University of Salerno, Italy Salerno University of Salerno About 38.000 students Gaining

More information

Implementation of Bidirectional DC/AC and DC/DC Converters for Automotive Applications

Implementation of Bidirectional DC/AC and DC/DC Converters for Automotive Applications I J C T A, 9(37) 2016, pp. 923-930 International Science Press Implementation of Bidirectional DC/AC and DC/DC Converters for Automotive Applications T.M. Thamizh Thentral *, A. Geetha *, C. Subramani

More information

ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers

ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers Michigan State University Electrical Engineering Department ECE 480 Design Team 3: Designing Low Voltage, Low Current Battery Chargers Application Note Created by: James McCormick 11/8/2015 Abstract: The

More information

Mechatronical Seed Sowing Machine

Mechatronical Seed Sowing Machine GRD Journals- Global Research and Development Journal for Volume 2 Issue 5 April 2017 ISSN: 2455-5703 Mechatronical Seed Sowing Machine Mr. Akshay Divate Miss. Drakshayini Muchandi Department of Electronics

More information

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power

International Journal of Advance Engineering and Research Development. Demand Response Program considering availability of solar power Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 e-issn (O): 2348-4470 p-issn (P): 2348-6406 Demand

More information

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16

Lithium-ion Battery Charging System using Constant-Current Method with Fuzzy Logic based ATmega16 International Journal of Power Electronics and Drive System (IJPEDS) Vol. 5, No. 2, October 2014, pp. 166~175 ISSN: 2088-8694 166 Lithium-ion Battery Charging System using Constant-Current Method with

More information

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In

Battery to supply nonstop energy to load at the same time contingent upon the accessibility of the vitality sources. In ISSN: 0975-766X CODEN: IJPTFI Available Online through Research Article www.ijptonline.com MONITORING AND CONTROL OF HYBRID ENERGY SOURCE SCHEME FOR GREEN ENVIRONMENT IN CHEMICAL AND PHARMACEUTICAL INDUSTRIES

More information

A Novel Solar Tracking System using AT89C51 Microcontroller and LDR

A Novel Solar Tracking System using AT89C51 Microcontroller and LDR A Novel Solar Tracking System using AT89C51 Microcontroller and LDR R.Guru Babu 1 & Koteswarao.M. 2 1.M.Tech student,amara Institute of Engineering&Technology,JNTUK,NRT,AP. 2. Assistant professor,amara

More information

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT

REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT REMOTE MONITORING, DUST DETECTING AND CONTROLLING OF SOLAR PHOTOVOLTAIC USING IOT K.Divya 1, M.Aarthi 2, J.Fousiya Sirin 3, R.Haritha 4,J.Iswarya 5 1 AssistantProfessor, Department of EEE, M.Kumarasamy

More information

Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition

Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition RESEARCH ARTICLE OPEN ACCESS Dynamic Modelling of Hybrid System for Efficient Power Transfer under Different Condition Kiran Kumar Nagda, Prof. R. R. Joshi (Electrical Engineering department, Collage of

More information

Design and Simulation of a Sun Tracking Solar Power System

Design and Simulation of a Sun Tracking Solar Power System Paper ID #7854 Design and Simulation of a Sun Tracking Solar Power System Dr. Liping Guo, Northern Illiis University Dr. Liping Guo received his B.E. in Automatic Control from the Beijing Institute of

More information

A STUDY ON A SUPPLY-DEMAND SIMULATION MODEL FOR THE STAND-ALONE HYBRID POWER SUPPLY CONSISTING OF FUEL CELL AND ENERGY CAPACITOR SYSTEMS

A STUDY ON A SUPPLY-DEMAND SIMULATION MODEL FOR THE STAND-ALONE HYBRID POWER SUPPLY CONSISTING OF FUEL CELL AND ENERGY CAPACITOR SYSTEMS 01-088 A STUDY ON A SUPPLY-DEMAND SIMULATION MODEL FOR THE STAND-ALONE HYBRID POWER SUPPLY CONSISTING OF FUEL CELL AND ENERGY CAPACITOR SYSTEMS Katsuji Mitsui 1 Masahiko Shimizu1 Kazuaki Bogaki Dr.2 1

More information

A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas

A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas A Portable Photovoltaic Powerplant for Emergency Electrical Power Supply in Disaster Affected Areas Indra Riyanto, Suparmoko Pusat Studi Lingkungan Universitas Budi Luhur Jakarta, Indonesia indra.riyanto@budiluhur.ac.id

More information

Hardware Implementation of Power Generation using Attic Type Internally Braced Air Exhauster for Industrial Application

Hardware Implementation of Power Generation using Attic Type Internally Braced Air Exhauster for Industrial Application 2016 IJSRSET Volume 2 Issue 2 Print ISSN : 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Hardware Implementation of Power Generation using Attic Type Internally Braced Air

More information

Performance Evaluation of Electric Vehicles in Macau

Performance Evaluation of Electric Vehicles in Macau Journal of Asian Electric Vehicles, Volume 12, Number 1, June 2014 Performance Evaluation of Electric Vehicles in Macau Tze Wood Ching 1, Wenlong Li 2, Tao Xu 3, and Shaojia Huang 4 1 Department of Electromechanical

More information

Design of Active and Reactive Power Control of Grid Tied Photovoltaics

Design of Active and Reactive Power Control of Grid Tied Photovoltaics IJCTA, 9(39), 2016, pp. 187-195 International Science Press Closed Loop Control of Soft Switched Forward Converter Using Intelligent Controller 187 Design of Active and Reactive Power Control of Grid Tied

More information

Combination control for photovoltaic-battery-diesel hybrid micro grid system

Combination control for photovoltaic-battery-diesel hybrid micro grid system , pp.93-99 http://dx.doi.org/10.14257/astl.2015.82.18 Combination control for photovoltaic-battery-diesel hybrid micro grid system Yuanzhuo Du 1, Jinsong Liu 2 1 Shenyang Institute of Engineering, Shenyang,

More information

Development of Power System for a Small Size Solar Car

Development of Power System for a Small Size Solar Car Proceedings of the International Conference of Recent Trends in Environmental Science and Engineering (RTESE'17) Toronto, Canada August 23 25, 2017 Paper No. 102 DOI: 10.11159/rtese17.102 Development of

More information

Research on PV and battery control system with energy management technology in stand-alone DC micro grid

Research on PV and battery control system with energy management technology in stand-alone DC micro grid International Industrial Informatics and Computer Engineering Conference (IIICEC 25) Research on PV and battery control system with energy management technology in stand-alone DC micro grid Chunxue Wen,a,

More information

JJS EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP

JJS EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP JJS 002-2013 EMBEDDED BASED AUTOMATIC SOLAR RADIATION TRACKER FOR FARMERS PUMP S.Kanimozhi 1, Dr. K.Gopalakrishnan 2, Asst. Prof, Dept of Electronics, S.N.R. Sons College, Coimbatore, 641006. snrkanimozhi@gmail.com

More information

Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor

Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor Numerical Analysis of Speed Optimization of a Hybrid Vehicle (Toyota Prius) By Using an Alternative Low-Torque DC Motor ABSTRACT Umer Akram*, M. Tayyab Aamir**, & Daud Ali*** Department of Mechanical Engineering,

More information

Design Modeling and Simulation of Supervisor Control for Hybrid Power System

Design Modeling and Simulation of Supervisor Control for Hybrid Power System 2013 First International Conference on Artificial Intelligence, Modelling & Simulation Design Modeling and Simulation of Supervisor Control for Hybrid Power System Vivek Venkobarao Bangalore Karnataka

More information

Performance Analysis of 40 KW Solar Photovoltaic System at DTU

Performance Analysis of 40 KW Solar Photovoltaic System at DTU International Journal of Research and Scientific Innovation (IJRSI) Volume III, Issue VI, June 216 ISSN 2321 275 Performance Analysis of 4 KW Solar Photovoltaic System at DTU Dr. R. S. Mishra 1, Dr. J.

More information

Design and Installation of A 20.1 kwp Photovoltaic-Wind Power System

Design and Installation of A 20.1 kwp Photovoltaic-Wind Power System Mindanao Journal of Science and Technology Vol. 13 (2015) 228-237 Design and Installation of A 20.1 kwp Photovoltaic-Wind Power System Ambrosio B. Cultura II * and Maricel C. Dalde College of Engineering

More information

SOLAR (PV) - GRID/DG GREEN POWER SUPPLY FOR RURAL INDIA

SOLAR (PV) - GRID/DG GREEN POWER SUPPLY FOR RURAL INDIA SOLAR (PV) - GRID/DG GREEN POWER SUPPLY FOR RURAL INDIA Shiva Nand SINGH 1, Arun Kumar SINGH 2 Department of Electronics Engineering 1, Department of Electrical Engineering 2 National Institute of Technology,

More information

Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle Application

Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle Application IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 9 February 2015 ISSN (online): 2349-6010 Performance Analysis of Bidirectional DC-DC Converter for Electric Vehicle

More information

Validation and Control Strategy to Reduce Fuel Consumption for RE-EV

Validation and Control Strategy to Reduce Fuel Consumption for RE-EV Validation and Control Strategy to Reduce Fuel Consumption for RE-EV Wonbin Lee, Wonseok Choi, Hyunjong Ha, Jiho Yoo, Junbeom Wi, Jaewon Jung and Hyunsoo Kim School of Mechanical Engineering, Sungkyunkwan

More information

Renewable Energy based Land Ploughing Tractor with Wireless Control

Renewable Energy based Land Ploughing Tractor with Wireless Control IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 9 February 2018 ISSN (online): 2349-6010 Renewable Energy based Land Ploughing Tractor with Wireless Control

More information

Name: S P CHINHARA ID: K-Bank

Name: S P CHINHARA  ID: K-Bank HYBRID SOLAR CHARGER CUM AUTOMATIC LIGHTING SYSTEM Date: 13.04.2018 Name: S P CHINHARA Email ID: spchinhara@rediffmail.com K-Bank NINL Internal Page 1 Confidentiality Statement The information in the document

More information

Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things

Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things Power Management Scheme of a Photovoltaic System for Self-Powered Internet of Things Renan Emanuelli Rotunno, Petros Spachos and Stefano Gregori School of Engineering, University of Guelph, Guelph, Ontario,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 5.71 e-issn (O): 2348-4470 p-issn (P): 2348-6406 International Journal of Advance Engineering and Research Development Volume 5, Issue 05, May -2018 SPEED SYNCHRONIZATION

More information

BI-DIRECTIONAL DC-DC CONVERTER FOR ENERGY STORAGE IN SOLAR PV SYSTEM

BI-DIRECTIONAL DC-DC CONVERTER FOR ENERGY STORAGE IN SOLAR PV SYSTEM Volume 120 No. 6 2018, 1101-1111 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ BI-DIRECTIONAL DC-DC CONVERTER FOR ENERGY STORAGE IN SOLAR PV SYSTEM M.Sairam

More information

IJSER AIR HYBRID TRICYCLE ABSTRACT

IJSER AIR HYBRID TRICYCLE ABSTRACT AIR HYBRID TRICYCLE Abhishek Gaikwad1, RajatChavan2, OmkarShinde3, Tushar Padalkar4, Prashant Ingle5. B.E. Students, Department of Automobile Engineering, Saraswati College of engineering, Kharghar, Navi

More information

Modelling of PV Array with MPP Tracking & Boost DC-DC Converter

Modelling of PV Array with MPP Tracking & Boost DC-DC Converter IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 10, Issue 1 Ver. IV (Jan Feb. 2015), PP 07-13 www.iosrjournals.org Modelling of PV Array with

More information

A Study of Suitable Bi-Directional DC-DC Converter Topology Essential For Battery Charge Regulation In Photovoltaic Applications

A Study of Suitable Bi-Directional DC-DC Converter Topology Essential For Battery Charge Regulation In Photovoltaic Applications IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 92-96 www.iosrjournals.org A Study of Suitable Bi-Directional

More information

Design & Development of Regenerative Braking System at Rear Axle

Design & Development of Regenerative Braking System at Rear Axle International Journal of Advanced Mechanical Engineering. ISSN 2250-3234 Volume 8, Number 2 (2018), pp. 165-172 Research India Publications http://www.ripublication.com Design & Development of Regenerative

More information

International Journal of Advance Research in Engineering, Science & Technology

International Journal of Advance Research in Engineering, Science & Technology Impact Factor (SJIF): 3.632 International Journal of Advance Research in Engineering, Science & Technology e-issn: 2393-9877, p-issn: 2394-2444 (Special Issue for ITECE 2016) Improvisation Of Elecric Car

More information

Automatic railroad level crossing systems using AGM technologies

Automatic railroad level crossing systems using AGM technologies Automatic railroad level crossing systems using AGM technologies M.Babylatha* babylatha.m@bvrit.ac.in K.Pranitha P.Jhansidevi T.Shilpa Abstract Indian Railway system is a long network. It covers many rural

More information

A Review on Grid Connected 100 kw Roof Top Solar Plant

A Review on Grid Connected 100 kw Roof Top Solar Plant International Journal of Recent Research and Review, Vol. X, Issue 3, September 2017 ISSN 2277 8322 A Review on Grid Connected 100 kw Roof Top Solar Plant Himanshu Bhardwaj, Tanuj Manglani, Neeraj Kumawat

More information

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors

Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal Back EMF using Six Hall Sensors Journal of Magnetics 21(2), 173-178 (2016) ISSN (Print) 1226-1750 ISSN (Online) 2233-6656 http://dx.doi.org/10.4283/jmag.2016.21.2.173 Rotor Position Detection of CPPM Belt Starter Generator with Trapezoidal

More information

Intelligent Control Algorithm for Distributed Battery Energy Storage Systems

Intelligent Control Algorithm for Distributed Battery Energy Storage Systems International Journal of Engineering Works ISSN-p: 2521-2419 ISSN-e: 2409-2770 Vol. 5, Issue 12, PP. 252-259, December 2018 https:/// Intelligent Control Algorithm for Distributed Battery Energy Storage

More information

Technology from the New Product SANUPS K for a Smart Grid Society

Technology from the New Product SANUPS K for a Smart Grid Society Features: Technology Contributing to Effective Use of Power Technology from the New Product SANUPS K for a Smart Grid Society Yoshiaki Okui 1. Introduction After the Tohoku Earthquake, there is a movement

More information

NOVEL MODULAR MULTIPLE-INPUT BIDIRECTIONAL DC DC POWER CONVERTER (MIPC) FOR HEV/FCV APPLICATION

NOVEL MODULAR MULTIPLE-INPUT BIDIRECTIONAL DC DC POWER CONVERTER (MIPC) FOR HEV/FCV APPLICATION NOVEL MODULAR MULTIPLE-INPUT BIDIRECTIONAL DC DC POWER CONVERTER (MIPC) FOR HEV/FCV APPLICATION 1 Anitha Mary J P, 2 Arul Prakash. A, 1 PG Scholar, Dept of Power Electronics Egg, Kuppam Engg College, 2

More information

Design of Power System Control in Hybrid Electric. Vehicle

Design of Power System Control in Hybrid Electric. Vehicle Page000049 EVS-25 Shenzhen, China, Nov 5-9, 2010 Design of Power System Control in Hybrid Electric Vehicle Van Tsai Liu Department of Electrical Engineering, National Formosa University, Huwei 632, Taiwan

More information

COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD)

COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD) http:// COMPARISON OF SOLAR TRACKING WITH FIXED PANEL POWER GENERATION (WITHOUT LOAD) Navalgund Akkamahadevi 1, Dr. P. P Revenkar 2, Sanath Kumar T.P 3 1,2 Department of Energy System Engineering, BVBCET

More information

Analysis of Grid Connected Solar Farm in ETAP Software

Analysis of Grid Connected Solar Farm in ETAP Software ABSTRACT 2017 IJSRSET Volume 3 Issue 3 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section: Engineering and Technology Analysis of Grid Connected Solar Farm in ETAP Software Komal B. Patil, Prof.

More information

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application

Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology

More information

Maximum Demand Control using Microcontroller AT89c51

Maximum Demand Control using Microcontroller AT89c51 IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, PP 18-23 www.iosrjournals.org Maximum Demand Control using Microcontroller AT89c51 Apurva A. Bhagwat

More information

i-eloop Regenerative Braking System

i-eloop Regenerative Braking System i-eloop Regenerative Braking System Abstract Dibya Narayan Behera, Subham Chattopadhyay, Sanjib Banerjee, Soumya Swaroop Swain 1 Asst Professor, 2, 3, 4 B.Tech Mechanical Students. USubham9470@gmail.comU31T

More information

DESIGN AND IMPLEMENTATION OF HYBRID REGENARATIVE SMART BLDC MOTOR DRIVE ELECTRIC VEHICLE

DESIGN AND IMPLEMENTATION OF HYBRID REGENARATIVE SMART BLDC MOTOR DRIVE ELECTRIC VEHICLE DESIGN AND IMPLEMENTATION OF HYBRID REGENARATIVE SMART BLDC MOTOR DRIVE ELECTRIC VEHICLE Afroz pasha 1, Akshay R.V 2, Rajath S 3, Jerome Edward 4, Sudakaran P 5 1 Afroz Pasha, Assistant Professor, Dept.

More information

Design of Integrated Power Module for Electric Scooter

Design of Integrated Power Module for Electric Scooter EVS27 Barcelona, Spain, November 17-20, 2013 Design of Integrated Power Module for Electric Scooter Shin-Hung Chang 1, Jian-Feng Tsai, Bo-Tseng Sung, Chun-Chen Lin 1 Mechanical and Systems Research Laboratories,

More information

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications

A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications A Novel DC-DC Converter Based Integration of Renewable Energy Sources for Residential Micro Grid Applications Madasamy P 1, Ramadas K 2 Assistant Professor, Department of Electrical and Electronics Engineering,

More information

International Conference on Advances in Energy and Environmental Science (ICAEES 2015)

International Conference on Advances in Energy and Environmental Science (ICAEES 2015) International Conference on Advances in Energy and Environmental Science (ICAEES 2015) Design and Simulation of EV Charging Device Based on Constant Voltage-Constant Current PFC Double Closed-Loop Controller

More information

SolarPowerChargeController. Solar Power Charge Controller. By Tarang Thakur Maharaja Agrasen Institute of Technology

SolarPowerChargeController. Solar Power Charge Controller. By Tarang Thakur Maharaja Agrasen Institute of Technology Global Journal of Researches in Engineering: Electrical and Electronics Engineering Volume 16 Issue 8 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals

More information

Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink

Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink Design of Three Input Buck-Boost DC-DC Converter with Constant input voltage and Variable duty ratio using MATLAB/Simulink A.Thiyagarajan, B.Gokulavasan Abstract Nowadays DC-DC converter is mostly used

More information

Dual power flow Interface for EV, HEV, and PHEV Applications

Dual power flow Interface for EV, HEV, and PHEV Applications International Journal of Engineering Inventions e-issn: 2278-7461, p-issn: 2319-6491 Volume 4, Issue 4 [Sep. 2014] PP: 20-24 Dual power flow Interface for EV, HEV, and PHEV Applications J Ranga 1 Madhavilatha

More information

Analysis and Design of Improved Isolated Bidirectional Fullbridge DC-DC Converter for Hybrid Electric Vehicle

Analysis and Design of Improved Isolated Bidirectional Fullbridge DC-DC Converter for Hybrid Electric Vehicle Analysis and Design of Improved Isolated Bidirectional Fullbridge DC-DC Converter for Hybrid Electric Vehicle Divya K. Nair 1 Asst. Professor, Dept. of EEE, Mar Athanasius College Of Engineering, Kothamangalam,

More information

TRANSNATIONAL ACCESS USER PROJECT FACT SHEET

TRANSNATIONAL ACCESS USER PROJECT FACT SHEET TRANSNATIONAL ACCESS USER PROJECT FACT SHEET USER PROJECT Acronym REPRMs Title ERIGrid Reference 01.006-2016 TA Call No. 01 Reliability Enhancement in PV Rich Microgrids with Plug-in-Hybrid Electric Vehicles

More information

Design of Remote Monitoring and Evaluation System for UPS Battery Performance

Design of Remote Monitoring and Evaluation System for UPS Battery Performance , pp.291-298 http://dx.doi.org/10.14257/ijunesst.2016.9.5.26 Design of Remote Monitoring and Evaluation System for UPS Battery Performance Chunjie Hou, Jiabin Wang and Chun Gao Daqing Oil Field Chemical

More information

DESIGN, DEVELOPMENT AND PERFORMANCE EVALUATION OF SOLAR POWER ASSISTED TRICYCLE

DESIGN, DEVELOPMENT AND PERFORMANCE EVALUATION OF SOLAR POWER ASSISTED TRICYCLE DESIGN, DEVELOPMENT AND PERFORMANCE EVALUATION OF SOLAR POWER ASSISTED TRICYCLE Rajendra Beedu 1 1 Professor, Mechanical & Mfg Engineering, Manipal Institute of Technology, Manipal, India Abstract Solar

More information

Intensity Based Dual Axis Solar Tracking System

Intensity Based Dual Axis Solar Tracking System International Journal of Applied Engineering Research ISSN 0973-4562 Volume 10, Number 8 (2015) pp. 19457-19465 Research India Publications http://www.ripublication.com Intensity Based Dual Axis Solar

More information

Study of Performance and Emission Characteristics of a Two Stroke Si Engine Operated with Gasoline Manifold Injectionand Carburetion

Study of Performance and Emission Characteristics of a Two Stroke Si Engine Operated with Gasoline Manifold Injectionand Carburetion Indian Journal of Science and Technology, Vol 9(37), DOI: 10.17485/ijst/2016/v9i37/101984, October 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Study of Performance and Emission Characteristics

More information

Fully Automated Solar Grass Cutter

Fully Automated Solar Grass Cutter Fully Automated Solar Grass Cutter Tushar Baingane 1, Sweta Nagrale 2, Suraksha Gumgaonkar 3, Shaila Ramteke 4 Girish Langade 5,Prof.V.M.Dhumal 6 12345 Student, Department of Electronics and Telecommunication

More information

COMPARISON OF ELECTRIC VEHICLE TO THE INTERNAL COMBUSTION ENGINE VEHICLE AND ITS FUTURE SCOPE

COMPARISON OF ELECTRIC VEHICLE TO THE INTERNAL COMBUSTION ENGINE VEHICLE AND ITS FUTURE SCOPE COMPARISON OF ELECTRIC VEHICLE TO THE INTERNAL COMBUSTION ENGINE VEHICLE AND ITS FUTURE SCOPE ABSTRACT Umang Prajapati Electrical Engineering, Pandit Deendayal Petroleum University, India Internal combustion

More information

NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM

NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM Volume 3, No. 7, July 2012 Journal of Global Research in Computer Science RESEARCH PAPER Available Online at www.jgrcs.info NOVEL VOLTAGE STABILITY ANALYSIS OF A GRID CONNECTED PHOTOVOLTIC SYSTEM C.Gnanavel*

More information

Design of Net Meter for Off Grid Microgrid

Design of Net Meter for Off Grid Microgrid Design of Net Meter for Off Grid Microgrid Vinayaka R Deskar 1, Prof. Pradeep Kumar 2 PG Scholar, Department of Electrical and Electronics Engineering, NMAMIT, Nitte, Udupi, India 1. Asst. Professor, Department

More information

Solar Smart Classrooms by Using at Mega 328 Microcontroller

Solar Smart Classrooms by Using at Mega 328 Microcontroller Solar Smart Classrooms by Using at Mega 328 Microcontroller Prof. Mr. Pravin R. Bodade 1 ; Mr. Ashish S. Balpande 2 ; Miss. Ashwini G. Kumare 3 ; Mr. Kartik R. Bhudke 4 & Miss. Pranali P. Deshmukh 5 1

More information

Stand-alone PV power supply for developing countries

Stand-alone PV power supply for developing countries Stand-alone PV power supply for developing countries Frederick M. Ishengoma Dept. of Electrical Power Eng. NTNU October 25, 2002 ENO Presentation 1 Access to Grid electricity Estimated 2 billion people

More information

Design and Implementation of Non-Isolated Three- Port DC/DC Converter for Stand-Alone Renewable Power System Applications

Design and Implementation of Non-Isolated Three- Port DC/DC Converter for Stand-Alone Renewable Power System Applications Design and Implementation of Non-Isolated Three- Port DC/DC Converter for Stand-Alone Renewable Power System Applications Archana 1, Nalina Kumari 2 1 PG Student (power Electronics), Department of EEE,

More information

K. Surendhirababu *, D. Karthikeyan *, K. Vijayakumar *, K. Selvakumar * and R. Palanisamy *

K. Surendhirababu *, D. Karthikeyan *, K. Vijayakumar *, K. Selvakumar * and R. Palanisamy * I J C T A, 9(37) 2016, pp. 827-835 International Science Press Simulation and Implementation of Hybrid Solar Inverter using Synchronous Buck MPPT Charge Controller and Bidirectional Converter for Domestic

More information

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC

SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC SPEED AND TORQUE CONTROL OF AN INDUCTION MOTOR WITH ANN BASED DTC Fatih Korkmaz Department of Electric-Electronic Engineering, Çankırı Karatekin University, Uluyazı Kampüsü, Çankırı, Turkey ABSTRACT Due

More information

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET)

INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the 2 nd International Conference on Current Trends in Engineering and Management ICCTEM -2014 ISSN 0976 6545(Print)

More information

POWER ELECTRONIC CONTROL OF INDUCTION GENERATOR USED IN SMALL HYDRO POWER SYSTEM

POWER ELECTRONIC CONTROL OF INDUCTION GENERATOR USED IN SMALL HYDRO POWER SYSTEM INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN 0976 6545(Print) ISSN 0976

More information

AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION.

AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION. AUTOMATIC PNEUMATIC BUMPER AND BREAK ACTUATION BEFORE COLLISION. Shinde Ravindra B 1, Valvi Priyanka G 2, Shelake Balasaheb T 3, Shelke Pravin A 4, Gange Manoj D 5. 1 BE student Mechanical, SND COE & RC,

More information

[Patil, 7(2) April-June 2017] ISSN: Impact Factor: 4.015

[Patil, 7(2) April-June 2017] ISSN: Impact Factor: 4.015 INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & MANAGEMENT A REVIEW PAPER BASED ON MULTI LEVEL INVERTER INTERFACING WITH SOLAR POWER GENERATION Sumit Dhanraj Patil 1, Sunil Kumar Bhatt 2 1 M.Tech. Student,

More information

PERFORMANCE ANALYSIS OF VARIOUS ULTRACAPACITOR AND ITS HYBRID WITH BATTERIES

PERFORMANCE ANALYSIS OF VARIOUS ULTRACAPACITOR AND ITS HYBRID WITH BATTERIES PERFORMANCE ANALYSIS OF VARIOUS ULTRACAPACITOR AND ITS HYBRID WITH BATTERIES Ksh Priyalakshmi Devi 1, Priyanka Kamdar 2, Akarsh Mittal 3, Amit K. Rohit 4, S. Rangnekar 5 1 JRF, Energy Centre, MANIT Bhopal

More information

SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM

SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM SINGLE AXIS SOLAR PANEL PROTECTION SYSTEM S.Krithiga 1, S.Abdul Rasheed 2, V.Abhilash 3, G.Dhanush 4 1 Assistant Professor 2, 3,4 Student of R.M.K.Engineering College Email: rasheed8596@gmail.com ABSTRACT

More information

BIDIRECTIONAL FULL-BRIDGE DC-DC CONVERTER WITH FLYBACK SNUBBER FOR PHOTOVOLTAIC APPLICATIONS

BIDIRECTIONAL FULL-BRIDGE DC-DC CONVERTER WITH FLYBACK SNUBBER FOR PHOTOVOLTAIC APPLICATIONS INTERNATIONAL JOURNAL OF ELECTRICAL ENGINEERING & TECHNOLOGY (IJEET) Proceedings of the International Conference on Emerging Trends in Engineering and Management (ICETEM14) ISSN 0976 6545(Print) ISSN 0976

More information

Hybrid Energy Powered Water Pumping System

Hybrid Energy Powered Water Pumping System IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 2 (February. 2018), V1 PP 50-57 www.iosrjen.org Hybrid Energy Powered Water Pumping System Naveen Chandra T

More information

SRIRAM ENGINEERING COLLEGE DEPARTMENT OF AUTOMOBILE ENGINEERING

SRIRAM ENGINEERING COLLEGE DEPARTMENT OF AUTOMOBILE ENGINEERING SRIRAM ENGINEERING COLLEGE DEPARTMENT OF AUTOMOBILE ENGINEERING Name & Photo Dr. B. RAJENDRA PRASATH Designation Professor & Head Qualification UG(Specialization) Mechanical Engineering PG(Specialization)

More information

Research Interests. Power Generation Planning Toward Future Smart Electricity Systems. Social Revolution, Technology Selection and Energy Consumption

Research Interests. Power Generation Planning Toward Future Smart Electricity Systems. Social Revolution, Technology Selection and Energy Consumption Research Interests Power Generation Planning Toward Future Smart Electricity Systems Electricity demand estimation based on bottom-up technology optimization selection Multi-objective optimization of power

More information

Stand Alone PV Based Single Phase Power Generating Unit for Rural Household Application

Stand Alone PV Based Single Phase Power Generating Unit for Rural Household Application Stand Alone PV Based Single Phase Power Generating Unit for Rural Household Application Krishna Degavath, M.E Osmania University. Abstract: Access to energy is essential to reduce poverty. In Tanzania

More information

Bidirectional Intelligent Semiconductor Transformer

Bidirectional Intelligent Semiconductor Transformer Journal of Engineering and Fundamentals Vol. 2(2), pp. 9-16, December, 2015 Available online at http://www.tjef.net ISSN: 2149-0325 http://dx.doi.org/10.17530/jef.15.08.2.2 Article history Received: 24.05.2015

More information

off-grid Solutions Security of supply Basics: Off-grid energy supply

off-grid Solutions Security of supply Basics: Off-grid energy supply RENEWABLE OFF-GRID ENERGY COMPLETE off-grid POWER solutions off-grid Power with AEG Power Solutions Security of supply Getting renewable energy to two billion people living in the world s poorest countries

More information

Investigation of CO 2 emissions in usage phase due to an electric vehicle - Study of battery degradation impact on emissions -

Investigation of CO 2 emissions in usage phase due to an electric vehicle - Study of battery degradation impact on emissions - EVS27 Barcelona, Spain, November 17 -, 13 Investigation of CO 2 emissions in usage phase due to an electric vehicle - Study of battery degradation impact on emissions - Abstract Tetsuya Niikuni, Kenichiroh

More information