SlideShare a Scribd company logo
1 of 7
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6105
Design and Fabrication of a Self Balancing Mono Wheel Vehicle
Abhishek kaushal
B.E Student, Department of Mechanical Engineering, RGTU University, Bhopal, Madhya Pradesh, India
--------------------------------------------------------------------***--------------------------------------------------------------------
ABSTRACT: The ‘Single Wheel Hover-board’ is a personal electric vehicle running on a single wheel. The vehicle is powered by a
battery source. The motor (DC 24V, 250W, High Torque) is in skew with the shaft of the wheel with the help of a chain drive, whose
speed will be controlled by a custom designed ‘Speed control’ circuit, capable for currents about 50A. The control of the motor
direction is the posture of the persons driving it. Intelligent sensors like IMU, which houses accelerometer and gyroscope is used to
monitor the posture of the person and accordingly the processor signals the speed controller circuit. Additional features for the
Hover-board includes the regenerative braking, inbuilt battery charging capability, battery level indicator.
KEYWORD: Hoverboard, Chopper drive, Electric Vehicle, PID controller
II. LITERATURE SURVEY
The project required survey and learning exposure to some related projects. The following projects were referred.
A. Two-Wheeled Balancing Robot Controller Designed Using PID [2]
In this paper, the use of PID Controller with IMU Sensor for an elevated wheeled-platform was justified. The paper deals with
counteracting with effect of gravity on the platform. The PID Controller was deployed to sense the inclination of the platform
against the ground level, and compute control variables for counteract the fall with providing sufficient counter-torque, so that
the platform stays parallel with respect to ground.
B. Speed Control Of D.C. Motor Using Chopper [11]
The use of chopper drive was observed in the paper. The performance of the four-quadrant chopper drive is observed, which
concludes the effectiveness of the driver for closed loop operation.
C. DESIGN AND DEVELOPMENT OF A PROTOTYPE SUPER-CAPACITOR POWERED ELECTRIC BICYCLE [8]
The use of PMDC motor for traction purpose, instead of the traditional BLDC motor is justified in this paper. The paper deals of
equipping a bicycle with a PMDC Motor and Super-Capacitors for long-distance commute. The motor driver exhibits
regenerative braking, which is a significant feature of our project.
I. INTRODUCTION
With the alarming rate of depreciation of fossil fuel level and the increasing carbon footprint per person, the advent to more
sustainable means of transportation is crucial for the longevity of the present resources. The world has two important reasons
to switch our transportation options for the sake of longevity of the world we know.
The first reason has apparently surfaced up recently after a long time. According to a Morgan Stanley report, the efficiency of a
General Electric gas turbine at a thermal electric power plant achieves ~66% efficiency. On the other hand, Internal
Combustion engine on an average (2 stroke and 4 stroke) scores about 27% efficiency [10]. With same source fuel, the data
collected from them is a stark contrast. The reason is Combustion engine operates in fixed constraint boundary, ranging from
weight, cylinder arrangement etc. Whereas, a power plant can be afforded to have additional components, like secondary
generator that makes use of the flue steam, and thus adds up to the efficiency.
The “Single Wheel Hover-board” is a personal electric vehicle, suited for casual and short commutation. It’s a vehicle that
balances on a single wheel, and operates according to the direction of inclination of the driver (forward and backward).
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6106
D. SELF BALANCING SCOOTER [9]
This final year project is important from the standpoint of our project. The project gives a clear picture of the physics, coding
and electronics required to make a self-balancing Macro-entity. The project deals with the use of higher traction DC motors,
critical operation of the motor driver and its safety, and complexity of the coding to implement self-balancing operation.
III. PROPOSED DESIGN
The block diagram below represents the components and function flow between each of them.
Fig.1. Functional Block Diagram
The description of the components is as follows:-
A. Motor
The motor used is a PMDC motor, which offers a good speed-torque characteristics and costing low. [1] The specifications of the
motor are as follows :-
Rated Power 250W
Rated Voltage 24V DC
Rated Speed 2650 RPM
No Load Speed 3000 RPM
Full Load Current ≤13.7A
Rated Torque 0.80 N.m (80 Kg.cm)
Stall Torque 0.50 N.m (50 Kg.cm)
No load current ≤2.2A
Efficiency ≥78%
Table 1. Motor Specifications
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6107
Fig 2. 250W DC Motor
B. Motor Driver
The motor driver is a four-quadrant chopper. This enables the board to perform forward motoring and regenerative modes,
and reverse motoring and regenerative modes. [5] [6] [11]
Features :-
Bi-directional control for 1 brushed DC motor.
Motor Voltage: 5V - 30V.
Maximum Current: 80A peak (1 second), 30A continuously.
Reverse polarity protection.
3.3V and 5V logic level input.
Fully NMOS H-Bridge for better efficiency and no heat sink is required.
C. IMU Sensor
The inclination of the driver is sensed by a component called Inertial Measurement Unit (IMU) MPU6050. It houses 3-DOF
Accelerometer and 3-DOF Gyroscope.
The MPU 6050 is a 6 DOF which means that it gives six values as output.This chip uses I2C (Inter Integrated Circuit) protocol
for communication. The module has on board Digital Motion Processor (DMP) capable of processing complex 9-axis Motion-
Fusion algorithms.
Fig.3. IMU Connection to Arduino
1. Inverted Pendulum Test Case
The computation of control variables is sampled by a mathematical model of a classical physics test-case called “Inverted
Pendulum”. [7]
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6108
Fig.4. Inverted Pendulum diagram
Those accelerations are integrated to compute the linear velocities, and angular velocities, which are then integrated to
compute the linear position and angle of the balance bot.
2. Smoothening of IMU outputs
The telemetry of the IMU sensor was disturbed by the mechanical vibrations, which led the IMU to produce noisier responses
to the microcontroller. The IMU was padded with absorptive materials, like sponge and rubber pads. These IMU was fixed onto
the sponge padding and fixed on the frame to absorb vibrations. The response of the IMU improved.
Fig 5.Sponge padding of IMU
D. PID Controller
The control algorithm that is used to maintain its balance position on the self-balancing two wheel robot was the PID
controller. The proportional, integral and derivative (PID) controller is well known as a three term controller. The
Proportional Integral Derivative (PID) controller is a control loop feedback mechanism that is widely used in the industry. The
controller attempts to adjust and correct the error between the measured process and the desired process and output
corrective measures to adjust the process accordingly. [2]
Response Rise Time Overshoot Settling Steady State
Time Error
Kp Decrease Increase Small Decrease
Variation
Ki Decrease Increase Increase Eliminated
Kd Small Decrease Decrease No change
Change
Table 4.1:- Effect of PID Constants
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6109
1. PID Algorithm
The PID algorithm accepts the real time values from the IMU sensor, namely the acceleration and gyro-rates, and computes the
steady state error with reference to a set point, in our case 180o. The PID controller then applies its control on the PWM values
to the motor in order to correct the error and hence balance the platform.
Fig 7. Balance Algorithm
The response of the PID controller is all dependent on the weightage we assert on certain computing variables. The
weightages are called as PID constants, namely Kp, Kd and Ki. The Fig 8 shows a simple representation of the concept of self-
balance.
Fig 8.Pictorial representation of Balancing platform
The basic algorithm of PID controller is as follows:-
Error = Current Reading – Setpoint
Error = Setpoint – Current Reading
Below are the equations involved in calculating the output PID:
Output Proportional Term = Kp*Error
Output Integral Term = KpKi * Summation of Error * T = KpKiT* (Summation of Error)
Output Differential Term = Kp*Kd*(Error – Previous Error)/T = (Kp*Kd/T)*(Error – Previous Error) The simplification of
the formula is as below.
Output Proportional Term = Kp*Error
Output Integral Term = Ki* (Summation of Error)
Output Differential Term = Kd*(Error – Previous Error)
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6110
Overall, the output PID controller for balancing control system will be:
Output PID controller = Output Proportional Term + Output Integral Term + Output Differential Term [9]
2. PD Tuning
The tuning of the PID controller is required to optimize the balance algorithm. The initial PID constants of the
algorithm were fixed at lowly values. In-order to change the values of the constants Kp and Kd on the go, we devised a
circuit which consists of two potentiometers, each meant for the two constants. [2]
Kp Kd
Fig 9.Circuit to manipulate PD constants
The potentiometers, as in Fig 9, were turned on the go by observing the behavior of the board. The microcontroller read the
analog values from the potentiometers, and accordingly updated the values of the PD constants. Each constant affects the
system in different ways:-
Increasing Kp improves rise time, while worsening settling time.
Increasing Kd improves rise time, overshoot, and settling time (to a point).
Increasing Ki improves steady-state error, but can have undesirable effects on the controller.
The Integral constant was decided to kept constant. While it improves the steady state error, slight mismatch leads to its
dominance over other constants, which makes the system to react rather erratically to input values. The following steps were
taken to tweak the PD constants:-
Set Kp = Kd = 0.
Adjust Kp until the system remains in balance, but rapidly oscillates around equilibrium.
IV. OBSERVATIONS
The Single wheel hoverboard responds well to the user inclination. The Fig 13 shows the fully assembled vehicle. The
response of the PID algorithm requires little more tuning driving at high speeds. At low speeds, the hoverboard gives sufficient
inclinatory response, which suffices the user into an aerodynamic posture.
Fig 13.Lateral View of the Hoverboard
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6111
V. CONCLUSION AND FUTURE WORK
The hardware is performing the balancing function in a hassle free manner with the user standing on it. The PID algorithm’s
response is just perfect and is intuitive enough for any new user to perceive the how-to for this hardware. The skateboard
posture provides more aerodynamic and grip advantage over the current two-wheel-hoverboards available in the market. The
inbuilt battery level indicator displays accurate readings of the charge remaining in the battery.
REFERENCES
1. Kavita Burse, Siddharth Shukla, Vikas Jain,“ Study of Energy Saving Through Regenerative Braking In DC Drive”, IJAIR
ISSN: 2278-7844 , 2012
2. Karthik, Ashraf, Asif Mustafa Baig And Akshay Rao, “Self Balancing Personal Transpoter” 4th Student Conference on
Research and Development, pp. 180-183, June. 2006.
3. M. Ehsani, K. M. Rahman, and H. A. Toliyat, "Propulsion system design of electric and hybrid vehicles," IEEE
Transactions on Industrial Electronics, vol. 44, pp. 19-27, 1997.
4. F. Salmasi, “Control strategies for hybrid electric vehicles: Evolution, classification, comparison, and future trends,”
IEEE Trans. Veh. Technol., vol. 56, no. 5, pp. 2393–2404, 2007.
5. Krunal Shah, Vidhi Shah, Deepak Mistry, “ Chopper Based Speed Control of DC Motor” International Journal of
Electrical and Electronics Research, Vol. 3, Issue 1, pp: 254-259, 2015.
6. Chinnaiyan V. Kumar, Jerome Joritha, Karpagam, J. S.Sheikh Mohammed, “Design and Implementation of High Power
DC-DC converter and speed control of dc motor using TMS 320F240DSP”, Proceedings of India International
Conference on Power Electronics, 2006.
7. C. Huang, "The Development of Self-Balancing Controller for One-Wheeled Vehicles," Engineering, Vol. 2 No. 4, 2010,
pp. 212-219.
8. Keagan Malan, Michael Coutlakis, James Braid, “Design and Development of a Prototype Super-Capacitor Powered
Electric Bicycle”, IEEE International Energy Conference (ENERGYCON), Cavtat, pp. 1434-1439, 2014
9. Mrs.Lekhsmy.S , Aleesha George , Athira C.V, “Self Balancing Robot”, International Journal of Computer Engineering In
Research Trend, Volume2, Issue 12, pp.1091-1095, December-2015
10. Lindsay G, Macmillan A, Woodward A, “Moving urban trips from cars to bicycles: impact on health and emissions”,
Australian and New Zealand Journal of Public Health, Volume 35, Issue 1, pages 54–60, February 2011
11. Varun Rohit Vadapalli, Hemanth Kumar Kella, T.Ravi Sekhar, Y.David Samson, N.Avinash, “Speed Control of D.C.
MOTOR Using Chopper”, International Journal of Electrical and Electronics Research, Vol. 3, Issue 1, pp: (289-295),
Month: January - March 2015
BIOGRAPHY
Ms.A.Geetha is an Assistant Professor in the Electrical and Electronics Department, SRM University. She is pursuing her PhD
in Diagnosis in Automotive Systems. She is a life time member of ISTE. She has received her Master’s in ‘Power Electronics and
Drives’. Her research interests are Automotive Electrical Systems, Plug in Hybrid Electric Vehicle, AI and Energy Storage
Systems.
Vishwanath Kannan is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in
2017. His research interests include Automotive Electronics, Robotics and Power Electronics. He has won first prize in the
department for this project.
Akhil Sai Vontimitta is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in
2017. His research interests include Power Systems, Machines and Power Electronics. He has won first prize in the
department for this project.
Patha Indraneel is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in
2017. He is a member of IEEE Student chapter at SRM University. His research interests include Power Systems and Machines.
He has won first prize in the department for this project.

More Related Content

What's hot

Hybrid two wheeler2
Hybrid two wheeler2Hybrid two wheeler2
Hybrid two wheeler2Rajesh Sl
 
Electric and Hybrid vehicles
Electric and Hybrid vehiclesElectric and Hybrid vehicles
Electric and Hybrid vehiclesK C KARTHIK
 
A hybrid vehicle configuration with zero emission
A hybrid vehicle configuration with zero emissionA hybrid vehicle configuration with zero emission
A hybrid vehicle configuration with zero emissionKichu Joy
 
Microgrids and energy storage system: An overview and control aspects
Microgrids and energy storage system: An overview and control aspectsMicrogrids and energy storage system: An overview and control aspects
Microgrids and energy storage system: An overview and control aspectsKrishnakumar R. Vasudevan
 
electric car presentation
electric car presentationelectric car presentation
electric car presentationVishal Verma
 
IRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET Journal
 
electric car hybridization and inovation
electric car hybridization and inovationelectric car hybridization and inovation
electric car hybridization and inovationsuvrta singh
 
Regenerative braking system
Regenerative braking systemRegenerative braking system
Regenerative braking systemRohit Nair
 
Hybrid Electric Vehicles (HEV)
Hybrid Electric Vehicles (HEV)Hybrid Electric Vehicles (HEV)
Hybrid Electric Vehicles (HEV)Kali Nuska
 
IRJET- Study, Development & Modifications of Series Hybrid Electro-Petrol...
IRJET-  	  Study, Development & Modifications of Series Hybrid Electro-Petrol...IRJET-  	  Study, Development & Modifications of Series Hybrid Electro-Petrol...
IRJET- Study, Development & Modifications of Series Hybrid Electro-Petrol...IRJET Journal
 
Seminar report format (1)
Seminar report format (1)Seminar report format (1)
Seminar report format (1)Abhinavbh1
 
Regenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsRegenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsANSHUMAN SETU
 
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET Journal
 
IRJET- Design and Manufacturing of Hybrid Bicycle
IRJET-  	  Design and Manufacturing of Hybrid BicycleIRJET-  	  Design and Manufacturing of Hybrid Bicycle
IRJET- Design and Manufacturing of Hybrid BicycleIRJET Journal
 

What's hot (20)

Hybrid two wheeler2
Hybrid two wheeler2Hybrid two wheeler2
Hybrid two wheeler2
 
Hybrid Electric Vehicle
Hybrid Electric VehicleHybrid Electric Vehicle
Hybrid Electric Vehicle
 
Electric and Hybrid vehicles
Electric and Hybrid vehiclesElectric and Hybrid vehicles
Electric and Hybrid vehicles
 
A hybrid vehicle configuration with zero emission
A hybrid vehicle configuration with zero emissionA hybrid vehicle configuration with zero emission
A hybrid vehicle configuration with zero emission
 
Microgrids and energy storage system: An overview and control aspects
Microgrids and energy storage system: An overview and control aspectsMicrogrids and energy storage system: An overview and control aspects
Microgrids and energy storage system: An overview and control aspects
 
electric car presentation
electric car presentationelectric car presentation
electric car presentation
 
Hybrid Motorcycle
Hybrid MotorcycleHybrid Motorcycle
Hybrid Motorcycle
 
IRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric VehiclesIRJET - Design Modularity in Electric Vehicles
IRJET - Design Modularity in Electric Vehicles
 
electric car hybridization and inovation
electric car hybridization and inovationelectric car hybridization and inovation
electric car hybridization and inovation
 
Regenerative braking system
Regenerative braking systemRegenerative braking system
Regenerative braking system
 
Hybrid Electric Vehicles (HEV)
Hybrid Electric Vehicles (HEV)Hybrid Electric Vehicles (HEV)
Hybrid Electric Vehicles (HEV)
 
IRJET- Study, Development & Modifications of Series Hybrid Electro-Petrol...
IRJET-  	  Study, Development & Modifications of Series Hybrid Electro-Petrol...IRJET-  	  Study, Development & Modifications of Series Hybrid Electro-Petrol...
IRJET- Study, Development & Modifications of Series Hybrid Electro-Petrol...
 
Seminar report format (1)
Seminar report format (1)Seminar report format (1)
Seminar report format (1)
 
Electric car
Electric carElectric car
Electric car
 
Presentation
PresentationPresentation
Presentation
 
Regenerative Braking of BLDC Motors
Regenerative Braking of BLDC MotorsRegenerative Braking of BLDC Motors
Regenerative Braking of BLDC Motors
 
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
 
Hybrid Motorcycle
Hybrid MotorcycleHybrid Motorcycle
Hybrid Motorcycle
 
Hybrid Electric Vehicle
Hybrid Electric VehicleHybrid Electric Vehicle
Hybrid Electric Vehicle
 
IRJET- Design and Manufacturing of Hybrid Bicycle
IRJET-  	  Design and Manufacturing of Hybrid BicycleIRJET-  	  Design and Manufacturing of Hybrid Bicycle
IRJET- Design and Manufacturing of Hybrid Bicycle
 

Similar to Self-balancing mono wheel vehicle

A journal on “Refurbishment of Internal combustion engine to an electric vehi...
A journal on “Refurbishment of Internal combustion engine to an electric vehi...A journal on “Refurbishment of Internal combustion engine to an electric vehi...
A journal on “Refurbishment of Internal combustion engine to an electric vehi...IRJET Journal
 
Design and Fabrication of Regenerative Braking System
Design and Fabrication of Regenerative Braking SystemDesign and Fabrication of Regenerative Braking System
Design and Fabrication of Regenerative Braking SystemIRJET Journal
 
IRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control TechniqueIRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control TechniqueIRJET Journal
 
IRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET Journal
 
IRJET- Solar Operated Four-Way Hacksaw Machine
IRJET-  	  Solar Operated Four-Way Hacksaw MachineIRJET-  	  Solar Operated Four-Way Hacksaw Machine
IRJET- Solar Operated Four-Way Hacksaw MachineIRJET Journal
 
IRJET- Fabrication of Cruise Controller in E Bike
IRJET- Fabrication of Cruise Controller in E BikeIRJET- Fabrication of Cruise Controller in E Bike
IRJET- Fabrication of Cruise Controller in E BikeIRJET Journal
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing RobotIRJET Journal
 
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...IRJET Journal
 
IRJET- Alternative Lift Mechanism using Power Screw (20ft)
IRJET- Alternative Lift Mechanism using Power Screw (20ft)IRJET- Alternative Lift Mechanism using Power Screw (20ft)
IRJET- Alternative Lift Mechanism using Power Screw (20ft)IRJET Journal
 
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...Design of Starting Resistance for AC and DC Machines using Computer Analysis ...
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...IRJET Journal
 
Modelling and Fuzzy Logic Control of the Pitch of a Wind Turbine
Modelling and Fuzzy Logic Control of the Pitch of a Wind TurbineModelling and Fuzzy Logic Control of the Pitch of a Wind Turbine
Modelling and Fuzzy Logic Control of the Pitch of a Wind TurbineIRJET Journal
 
IRJET- Performance Improvement of Single Cylinder Diesel Engine using Var...
IRJET-  	  Performance Improvement of Single Cylinder Diesel Engine using Var...IRJET-  	  Performance Improvement of Single Cylinder Diesel Engine using Var...
IRJET- Performance Improvement of Single Cylinder Diesel Engine using Var...IRJET Journal
 
IRJET - Designing and Prototype Building of Self-Balancing ‘Electric Uni-...
IRJET -  	  Designing and Prototype Building of Self-Balancing ‘Electric Uni-...IRJET -  	  Designing and Prototype Building of Self-Balancing ‘Electric Uni-...
IRJET - Designing and Prototype Building of Self-Balancing ‘Electric Uni-...IRJET Journal
 
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...IRJET Journal
 
Design and Control of the Pitch of Wind Turbine through PID
Design and Control of the Pitch of Wind Turbine through PIDDesign and Control of the Pitch of Wind Turbine through PID
Design and Control of the Pitch of Wind Turbine through PIDIRJET Journal
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...ijsrd.com
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET Journal
 
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET Journal
 
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
IRJET-  	  Speed Control of BLDC Motor using PID Tuned Fuzzy ControllerIRJET-  	  Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy ControllerIRJET Journal
 
IRJET- Design, Analysis and Fabrication of E-Bike
IRJET- Design, Analysis and Fabrication of E-BikeIRJET- Design, Analysis and Fabrication of E-Bike
IRJET- Design, Analysis and Fabrication of E-BikeIRJET Journal
 

Similar to Self-balancing mono wheel vehicle (20)

A journal on “Refurbishment of Internal combustion engine to an electric vehi...
A journal on “Refurbishment of Internal combustion engine to an electric vehi...A journal on “Refurbishment of Internal combustion engine to an electric vehi...
A journal on “Refurbishment of Internal combustion engine to an electric vehi...
 
Design and Fabrication of Regenerative Braking System
Design and Fabrication of Regenerative Braking SystemDesign and Fabrication of Regenerative Braking System
Design and Fabrication of Regenerative Braking System
 
IRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control TechniqueIRJET- Development of an Electric Vehicle using PWM Control Technique
IRJET- Development of an Electric Vehicle using PWM Control Technique
 
IRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo MotorsIRJET- Design and Fabrication of Steering System using Servo Motors
IRJET- Design and Fabrication of Steering System using Servo Motors
 
IRJET- Solar Operated Four-Way Hacksaw Machine
IRJET-  	  Solar Operated Four-Way Hacksaw MachineIRJET-  	  Solar Operated Four-Way Hacksaw Machine
IRJET- Solar Operated Four-Way Hacksaw Machine
 
IRJET- Fabrication of Cruise Controller in E Bike
IRJET- Fabrication of Cruise Controller in E BikeIRJET- Fabrication of Cruise Controller in E Bike
IRJET- Fabrication of Cruise Controller in E Bike
 
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
IRJET-  	  Design & Development of Two-Wheeled Self Balancing RobotIRJET-  	  Design & Development of Two-Wheeled Self Balancing Robot
IRJET- Design & Development of Two-Wheeled Self Balancing Robot
 
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...
Pitch Control of Wind Turbine through PID, Fuzzy and an Adaptive Fuzzy-PID Co...
 
IRJET- Alternative Lift Mechanism using Power Screw (20ft)
IRJET- Alternative Lift Mechanism using Power Screw (20ft)IRJET- Alternative Lift Mechanism using Power Screw (20ft)
IRJET- Alternative Lift Mechanism using Power Screw (20ft)
 
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...Design of Starting Resistance for AC and DC Machines using Computer Analysis ...
Design of Starting Resistance for AC and DC Machines using Computer Analysis ...
 
Modelling and Fuzzy Logic Control of the Pitch of a Wind Turbine
Modelling and Fuzzy Logic Control of the Pitch of a Wind TurbineModelling and Fuzzy Logic Control of the Pitch of a Wind Turbine
Modelling and Fuzzy Logic Control of the Pitch of a Wind Turbine
 
IRJET- Performance Improvement of Single Cylinder Diesel Engine using Var...
IRJET-  	  Performance Improvement of Single Cylinder Diesel Engine using Var...IRJET-  	  Performance Improvement of Single Cylinder Diesel Engine using Var...
IRJET- Performance Improvement of Single Cylinder Diesel Engine using Var...
 
IRJET - Designing and Prototype Building of Self-Balancing ‘Electric Uni-...
IRJET -  	  Designing and Prototype Building of Self-Balancing ‘Electric Uni-...IRJET -  	  Designing and Prototype Building of Self-Balancing ‘Electric Uni-...
IRJET - Designing and Prototype Building of Self-Balancing ‘Electric Uni-...
 
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...
IRJET- Design and Experimental Testing of a Two-Terminal Mass Device with a V...
 
Design and Control of the Pitch of Wind Turbine through PID
Design and Control of the Pitch of Wind Turbine through PIDDesign and Control of the Pitch of Wind Turbine through PID
Design and Control of the Pitch of Wind Turbine through PID
 
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
Hydrostatic Continuous Variable Power Transmission Drive for Two wheelers usi...
 
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
IRJET-Comparison between Scalar & Vector Control Technique for Induction Moto...
 
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric VehicleIRJET- Conversion of IC Engine Vehicle to Electric Vehicle
IRJET- Conversion of IC Engine Vehicle to Electric Vehicle
 
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
IRJET-  	  Speed Control of BLDC Motor using PID Tuned Fuzzy ControllerIRJET-  	  Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
IRJET- Speed Control of BLDC Motor using PID Tuned Fuzzy Controller
 
IRJET- Design, Analysis and Fabrication of E-Bike
IRJET- Design, Analysis and Fabrication of E-BikeIRJET- Design, Analysis and Fabrication of E-Bike
IRJET- Design, Analysis and Fabrication of E-Bike
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 

Recently uploaded (20)

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 

Self-balancing mono wheel vehicle

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6105 Design and Fabrication of a Self Balancing Mono Wheel Vehicle Abhishek kaushal B.E Student, Department of Mechanical Engineering, RGTU University, Bhopal, Madhya Pradesh, India --------------------------------------------------------------------***-------------------------------------------------------------------- ABSTRACT: The ‘Single Wheel Hover-board’ is a personal electric vehicle running on a single wheel. The vehicle is powered by a battery source. The motor (DC 24V, 250W, High Torque) is in skew with the shaft of the wheel with the help of a chain drive, whose speed will be controlled by a custom designed ‘Speed control’ circuit, capable for currents about 50A. The control of the motor direction is the posture of the persons driving it. Intelligent sensors like IMU, which houses accelerometer and gyroscope is used to monitor the posture of the person and accordingly the processor signals the speed controller circuit. Additional features for the Hover-board includes the regenerative braking, inbuilt battery charging capability, battery level indicator. KEYWORD: Hoverboard, Chopper drive, Electric Vehicle, PID controller II. LITERATURE SURVEY The project required survey and learning exposure to some related projects. The following projects were referred. A. Two-Wheeled Balancing Robot Controller Designed Using PID [2] In this paper, the use of PID Controller with IMU Sensor for an elevated wheeled-platform was justified. The paper deals with counteracting with effect of gravity on the platform. The PID Controller was deployed to sense the inclination of the platform against the ground level, and compute control variables for counteract the fall with providing sufficient counter-torque, so that the platform stays parallel with respect to ground. B. Speed Control Of D.C. Motor Using Chopper [11] The use of chopper drive was observed in the paper. The performance of the four-quadrant chopper drive is observed, which concludes the effectiveness of the driver for closed loop operation. C. DESIGN AND DEVELOPMENT OF A PROTOTYPE SUPER-CAPACITOR POWERED ELECTRIC BICYCLE [8] The use of PMDC motor for traction purpose, instead of the traditional BLDC motor is justified in this paper. The paper deals of equipping a bicycle with a PMDC Motor and Super-Capacitors for long-distance commute. The motor driver exhibits regenerative braking, which is a significant feature of our project. I. INTRODUCTION With the alarming rate of depreciation of fossil fuel level and the increasing carbon footprint per person, the advent to more sustainable means of transportation is crucial for the longevity of the present resources. The world has two important reasons to switch our transportation options for the sake of longevity of the world we know. The first reason has apparently surfaced up recently after a long time. According to a Morgan Stanley report, the efficiency of a General Electric gas turbine at a thermal electric power plant achieves ~66% efficiency. On the other hand, Internal Combustion engine on an average (2 stroke and 4 stroke) scores about 27% efficiency [10]. With same source fuel, the data collected from them is a stark contrast. The reason is Combustion engine operates in fixed constraint boundary, ranging from weight, cylinder arrangement etc. Whereas, a power plant can be afforded to have additional components, like secondary generator that makes use of the flue steam, and thus adds up to the efficiency. The “Single Wheel Hover-board” is a personal electric vehicle, suited for casual and short commutation. It’s a vehicle that balances on a single wheel, and operates according to the direction of inclination of the driver (forward and backward).
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6106 D. SELF BALANCING SCOOTER [9] This final year project is important from the standpoint of our project. The project gives a clear picture of the physics, coding and electronics required to make a self-balancing Macro-entity. The project deals with the use of higher traction DC motors, critical operation of the motor driver and its safety, and complexity of the coding to implement self-balancing operation. III. PROPOSED DESIGN The block diagram below represents the components and function flow between each of them. Fig.1. Functional Block Diagram The description of the components is as follows:- A. Motor The motor used is a PMDC motor, which offers a good speed-torque characteristics and costing low. [1] The specifications of the motor are as follows :- Rated Power 250W Rated Voltage 24V DC Rated Speed 2650 RPM No Load Speed 3000 RPM Full Load Current ≤13.7A Rated Torque 0.80 N.m (80 Kg.cm) Stall Torque 0.50 N.m (50 Kg.cm) No load current ≤2.2A Efficiency ≥78% Table 1. Motor Specifications
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6107 Fig 2. 250W DC Motor B. Motor Driver The motor driver is a four-quadrant chopper. This enables the board to perform forward motoring and regenerative modes, and reverse motoring and regenerative modes. [5] [6] [11] Features :- Bi-directional control for 1 brushed DC motor. Motor Voltage: 5V - 30V. Maximum Current: 80A peak (1 second), 30A continuously. Reverse polarity protection. 3.3V and 5V logic level input. Fully NMOS H-Bridge for better efficiency and no heat sink is required. C. IMU Sensor The inclination of the driver is sensed by a component called Inertial Measurement Unit (IMU) MPU6050. It houses 3-DOF Accelerometer and 3-DOF Gyroscope. The MPU 6050 is a 6 DOF which means that it gives six values as output.This chip uses I2C (Inter Integrated Circuit) protocol for communication. The module has on board Digital Motion Processor (DMP) capable of processing complex 9-axis Motion- Fusion algorithms. Fig.3. IMU Connection to Arduino 1. Inverted Pendulum Test Case The computation of control variables is sampled by a mathematical model of a classical physics test-case called “Inverted Pendulum”. [7]
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6108 Fig.4. Inverted Pendulum diagram Those accelerations are integrated to compute the linear velocities, and angular velocities, which are then integrated to compute the linear position and angle of the balance bot. 2. Smoothening of IMU outputs The telemetry of the IMU sensor was disturbed by the mechanical vibrations, which led the IMU to produce noisier responses to the microcontroller. The IMU was padded with absorptive materials, like sponge and rubber pads. These IMU was fixed onto the sponge padding and fixed on the frame to absorb vibrations. The response of the IMU improved. Fig 5.Sponge padding of IMU D. PID Controller The control algorithm that is used to maintain its balance position on the self-balancing two wheel robot was the PID controller. The proportional, integral and derivative (PID) controller is well known as a three term controller. The Proportional Integral Derivative (PID) controller is a control loop feedback mechanism that is widely used in the industry. The controller attempts to adjust and correct the error between the measured process and the desired process and output corrective measures to adjust the process accordingly. [2] Response Rise Time Overshoot Settling Steady State Time Error Kp Decrease Increase Small Decrease Variation Ki Decrease Increase Increase Eliminated Kd Small Decrease Decrease No change Change Table 4.1:- Effect of PID Constants
  • 5. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6109 1. PID Algorithm The PID algorithm accepts the real time values from the IMU sensor, namely the acceleration and gyro-rates, and computes the steady state error with reference to a set point, in our case 180o. The PID controller then applies its control on the PWM values to the motor in order to correct the error and hence balance the platform. Fig 7. Balance Algorithm The response of the PID controller is all dependent on the weightage we assert on certain computing variables. The weightages are called as PID constants, namely Kp, Kd and Ki. The Fig 8 shows a simple representation of the concept of self- balance. Fig 8.Pictorial representation of Balancing platform The basic algorithm of PID controller is as follows:- Error = Current Reading – Setpoint Error = Setpoint – Current Reading Below are the equations involved in calculating the output PID: Output Proportional Term = Kp*Error Output Integral Term = KpKi * Summation of Error * T = KpKiT* (Summation of Error) Output Differential Term = Kp*Kd*(Error – Previous Error)/T = (Kp*Kd/T)*(Error – Previous Error) The simplification of the formula is as below. Output Proportional Term = Kp*Error Output Integral Term = Ki* (Summation of Error) Output Differential Term = Kd*(Error – Previous Error)
  • 6. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6110 Overall, the output PID controller for balancing control system will be: Output PID controller = Output Proportional Term + Output Integral Term + Output Differential Term [9] 2. PD Tuning The tuning of the PID controller is required to optimize the balance algorithm. The initial PID constants of the algorithm were fixed at lowly values. In-order to change the values of the constants Kp and Kd on the go, we devised a circuit which consists of two potentiometers, each meant for the two constants. [2] Kp Kd Fig 9.Circuit to manipulate PD constants The potentiometers, as in Fig 9, were turned on the go by observing the behavior of the board. The microcontroller read the analog values from the potentiometers, and accordingly updated the values of the PD constants. Each constant affects the system in different ways:- Increasing Kp improves rise time, while worsening settling time. Increasing Kd improves rise time, overshoot, and settling time (to a point). Increasing Ki improves steady-state error, but can have undesirable effects on the controller. The Integral constant was decided to kept constant. While it improves the steady state error, slight mismatch leads to its dominance over other constants, which makes the system to react rather erratically to input values. The following steps were taken to tweak the PD constants:- Set Kp = Kd = 0. Adjust Kp until the system remains in balance, but rapidly oscillates around equilibrium. IV. OBSERVATIONS The Single wheel hoverboard responds well to the user inclination. The Fig 13 shows the fully assembled vehicle. The response of the PID algorithm requires little more tuning driving at high speeds. At low speeds, the hoverboard gives sufficient inclinatory response, which suffices the user into an aerodynamic posture. Fig 13.Lateral View of the Hoverboard
  • 7. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 05 | May 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 6111 V. CONCLUSION AND FUTURE WORK The hardware is performing the balancing function in a hassle free manner with the user standing on it. The PID algorithm’s response is just perfect and is intuitive enough for any new user to perceive the how-to for this hardware. The skateboard posture provides more aerodynamic and grip advantage over the current two-wheel-hoverboards available in the market. The inbuilt battery level indicator displays accurate readings of the charge remaining in the battery. REFERENCES 1. Kavita Burse, Siddharth Shukla, Vikas Jain,“ Study of Energy Saving Through Regenerative Braking In DC Drive”, IJAIR ISSN: 2278-7844 , 2012 2. Karthik, Ashraf, Asif Mustafa Baig And Akshay Rao, “Self Balancing Personal Transpoter” 4th Student Conference on Research and Development, pp. 180-183, June. 2006. 3. M. Ehsani, K. M. Rahman, and H. A. Toliyat, "Propulsion system design of electric and hybrid vehicles," IEEE Transactions on Industrial Electronics, vol. 44, pp. 19-27, 1997. 4. F. Salmasi, “Control strategies for hybrid electric vehicles: Evolution, classification, comparison, and future trends,” IEEE Trans. Veh. Technol., vol. 56, no. 5, pp. 2393–2404, 2007. 5. Krunal Shah, Vidhi Shah, Deepak Mistry, “ Chopper Based Speed Control of DC Motor” International Journal of Electrical and Electronics Research, Vol. 3, Issue 1, pp: 254-259, 2015. 6. Chinnaiyan V. Kumar, Jerome Joritha, Karpagam, J. S.Sheikh Mohammed, “Design and Implementation of High Power DC-DC converter and speed control of dc motor using TMS 320F240DSP”, Proceedings of India International Conference on Power Electronics, 2006. 7. C. Huang, "The Development of Self-Balancing Controller for One-Wheeled Vehicles," Engineering, Vol. 2 No. 4, 2010, pp. 212-219. 8. Keagan Malan, Michael Coutlakis, James Braid, “Design and Development of a Prototype Super-Capacitor Powered Electric Bicycle”, IEEE International Energy Conference (ENERGYCON), Cavtat, pp. 1434-1439, 2014 9. Mrs.Lekhsmy.S , Aleesha George , Athira C.V, “Self Balancing Robot”, International Journal of Computer Engineering In Research Trend, Volume2, Issue 12, pp.1091-1095, December-2015 10. Lindsay G, Macmillan A, Woodward A, “Moving urban trips from cars to bicycles: impact on health and emissions”, Australian and New Zealand Journal of Public Health, Volume 35, Issue 1, pages 54–60, February 2011 11. Varun Rohit Vadapalli, Hemanth Kumar Kella, T.Ravi Sekhar, Y.David Samson, N.Avinash, “Speed Control of D.C. MOTOR Using Chopper”, International Journal of Electrical and Electronics Research, Vol. 3, Issue 1, pp: (289-295), Month: January - March 2015 BIOGRAPHY Ms.A.Geetha is an Assistant Professor in the Electrical and Electronics Department, SRM University. She is pursuing her PhD in Diagnosis in Automotive Systems. She is a life time member of ISTE. She has received her Master’s in ‘Power Electronics and Drives’. Her research interests are Automotive Electrical Systems, Plug in Hybrid Electric Vehicle, AI and Energy Storage Systems. Vishwanath Kannan is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in 2017. His research interests include Automotive Electronics, Robotics and Power Electronics. He has won first prize in the department for this project. Akhil Sai Vontimitta is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in 2017. His research interests include Power Systems, Machines and Power Electronics. He has won first prize in the department for this project. Patha Indraneel is a student of SRM University, pursuing B.Tech in Electrical and Electronics Engineering, graduating in 2017. He is a member of IEEE Student chapter at SRM University. His research interests include Power Systems and Machines. He has won first prize in the department for this project.