MATLAB model of the electric car which uses a battery and a DC motor Objectives: 1. System-level configurations 2. Model parameters …
Aman Bankar
updated on 08 Jun 2022
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Aman Bankar (22)
Project - Position control of mass spring damper system
Differential equations represent the dynamic behaviour of the physical systems. Newton's Second Law states that "an applied force is proportional to the rate of change of momentum. Mathematically: `F alpha d/dt(m*v) or F = m*d/dt(v) or F=m*a` where: 'F' is the applied force 'm' is the mass and…
21 Jun 2023 04:24 PM IST
Project 1 Mechanical design of battery pack
The ANR26650M1-B is a high Power Lithium Ion Cell. The description of the cell is as shown in the table-below. Part ANR26650M1-B Description High Power LithiumIon Cell Feature Nanophosphate® High Power Lithium Ion C ell ANR26650M1-B A123’s high-performa nce Nanophosphate® lithium iron phosphate…
09 Feb 2023 04:47 PM IST
Week 7 State of charge estimation
The Battery model: In this model, the input is taken from the Input port named "from_BMS".It is then fed to three block sets simultaneously. The three Blocks are Battery pack, PreChragerCircuit, Charge Load. To set the configuration click on set plant configuration and choose one from…
15 Jan 2023 10:11 AM IST
Project - Data Handling and Interpolation
In the mathematical field of numerical analysis, interpolation is a type of estimation, a method of constructing (finding) new data points based on the range of a discrete set of known data points. In engineering and science, one often has a number of data points, obtained by sampling or…
16 Nov 2022 06:07 AM IST
Week 1 Understanding Different Battery Chemistry
Table which includes materials & chemical reactions occurring at the anode and cathode of LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells The following table has 6 types of lithium ion cells: Lithium Cobalt Oxide (LCO) Lithium Manganese Oxide (LMO) Lithium Nickel Cobalt Aluminium (NCA) Lithium…
23 Oct 2022 01:47 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Aim: To implement a distance measuring system with atmega32 and ultrasonic sensor HC_SR04 with the use of bare metal programming. In this project the object detection alongwith its distance measurement obtained is printed on the 16*2 LCD display. A potentiometer is used here to introduce a variable resistance which…
13 Oct 2022 06:56 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
a system on simulator for Controlling the DC motor using L293 motor driver. The code for the program is as follows: #include <avr/io.h> #define F_CPU 16000000L #include <util/delay.h> #define rs_high() PORTD |=(1<<0);//PD0 #define rs_low() PORTD &= ~(1<<0);…
12 Oct 2022 10:24 AM IST
Project 2 - V&V SW Analysis II
Static Code Review Analysis : Step1: Click on Select file option in the Source menu. If asked for testbed analysis click YES. step2: Click on RUN STATIC ANALYSIS in the Source option in the menu bar. Step 4: Click on the test manager report under results option in the…
17 Sep 2022 07:26 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Project2:Code for controlling the retraction and extension of Airplane’s landing gear In an aeroplane a Landing gear is provided for ensuring a safe landing and takeoff of the aircrat. Landing gear is one of the critical subsystems of the aircraft. The need to design a landing gear with minimum…
15 Sep 2022 07:26 AM IST
Final Project: Electric Rickshaw modelling
Aim: To create a detailed MATLAB model of an electric rickshaw. Objectives: Rear wheels driven by PM brushed type motor. For any three standard driving cycles show energy consumption. For any three standard driving cycles show the temperature rise of the motor and controller for 100 km constant speed driving…
08 Sep 2022 09:30 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Project2:Code for controlling the retraction and extension of Airplane’s landing gear In an aeroplane a Landing gear is provided for ensuring a safe landing and takeoff of the aircrat. Landing gear is one of the critical subsystems of the aircraft. The need to design a landing gear with minimum…
07 Sep 2022 04:42 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List A linked list is a linear data structure containing a collection of daa elements called nodes. each data element contains two parts,that is , payload or data,or real world information.…
01 Sep 2022 09:31 AM IST
Project 1 - V&V SW Analysis - I
US-1:As a Product owner,when long pressed the power button of the phone shall switch on with a company logo at the center of the screen. if(long pressed the power button of the phone){print..company logo at the center of the screen.}Else{print..Long…
28 Aug 2022 07:41 PM IST
Project-1: Powertrain for aircraft in runways
*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*Part-A*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# 1. There are 6 categories based on weights as per the FAA of USA. Category Criterion Example 1-Heavy Any aircraft weighing more than 255,000Ibs Boeing 747, Airbus A340 2-B-757 Boeing 757 all series Boeing Boeing 757 all series …
02 Jun 2022 11:57 AM IST
Week-3 Challenge: ADVISOR Tool
%%%%%%%ADVISOR TOOL INTRODUCTION%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Advisor tool - also known as Advanced vehicle simulator was created by National Laboratory for Renewable Energy(NREL) and the Department Of Energy of USA. Was in its development phase from 1994 to 2004. It gives a rapid analysis of the performance…
28 May 2022 06:24 AM IST
Week-11 Challenge: Braking
Q:1: Braking energy for a drive cycle In general the energy required to stop the vehicle would be equivalent to the inertia of the vehicle. Since the vehicle is moving with some speed, it has some kinetic energy so the braking force required for braking would be 1/2 mV^2 where mass is in…
24 May 2022 06:20 PM IST
Week-7 Challenge: DC Motor Control
Q:1a>: Speed control of a DC motor using BJT H-Bridge: this example aims to implement a Speed control mechanism using a chopped voltage using BJT H-bridge. The bipolar junction transistor (BJT) when used for power switching applications, operates as an IGBT. When it is conducting (BJT operating in saturation…
17 Apr 2022 12:35 PM IST
Week-6 Challenge: EV Drivetrain
Q:1:There are 4 types of converters present in existence. They are i]Chopper[dc-dc converters]; 2]rectifiers[ac-dc converters] 3]Inverters[DC-AC converters]; 4]Synchronisers[AC-AC converters]; In most cases synchronisers are rare rest all circuits are identical in case of their orientation and connections in powertrain.…
05 Apr 2022 02:11 AM IST
Week-4 Challenge WOT Condition Part-2
Q:1; In simple words mapped vs dynamic models of motor , generator , engine are the real time patterns,values or outputs and training datasets. Typically in case of mapped model of any component of EV the drive cycles are recorded and provided as an input. The output is then compared with input via closed loop system.…
22 Feb 2022 10:02 PM IST
Week - 4
Implementation of control logic of a washing machine using simulink chart In the chart block we can implement the control logic of any finite state machine As per the given conditions in the question the washing…
01 Feb 2022 11:51 AM IST
Week -2
simulation of a doorbell using solenoid Aim:To implement a simulink block circuit using solenoid and provide on and off timer respectively as per needed. Blocks used: Solenoid buzzer Single Pole Single Throw(SPST)switch translational…
11 Jan 2022 03:15 AM IST