For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. Here we are considering ANR26650M1-B as the Li-ion cell for simulation. ANR26650M1-B has the following specifications: From this data our simulation…
Vyshagh Muraleedharan
updated on 24 Jul 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 Vyshagh Muraleedharan (22)
Project 2 - V&V SW Analysis II
LIVE BATCH 14 EMBEDDED SYSTEMS [PREETHI] 1) Static code analysis Open LDRA tool and load the file Ggrocer.c through source-> single file. Select the Ggrocers.c file and click ok. Create a sequence and give a name for the sequence. Enable code coverage for the sequence and click ok. For static analysis go to source…
09 Nov 2022 03:31 PM IST
Project 1 - V&V SW Analysis - I
LIVE BATCH 14 EMBEDDED SYSTEMS [PREETHI] Test plan Test plan is a detailed documentation that provides information about all the necessary resources and activities that will be a part of SW testing. Test plans are necessary documentation used in both black box and white box testing. It contains various attributes…
08 Nov 2022 07:06 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
LIVE BATCH 14 EMBEDDED SYSTEMS
24 Oct 2022 03:23 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
LIVE BATCH 14 EMBEDDED SYSTEMS CLOCKWISE ANTI-CLOCKWISE
23 Oct 2022 01:41 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
LIVE BATCH 14 EMBEDDED SYSTEMS Program:/* * gearFSM.c * * Created on: Oct 9, 2022 * Author: Admin */ #include #include //declaring functions for each states void GearDown(); void CheckingBeforeTakeOFF(); void RisingGear(); void GearUp(); void CheckBeforeLanding(); void LoweringGear(); //creating an array of 6 states…
11 Oct 2022 04:01 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
LIVE BATCH 14 EMBEDDED SYSTEMS Program: /* * linkdlst.c * * Created on: Oct 5, 2022 * Author: Admin */ #include #include //defining a node using structure struct node { int value; struct node *next; }; struct node *head_1 = NULL; struct node *head_2 = NULL; struct node *union12 = NULL; struct node *intersec12 = NULL;…
07 Oct 2022 05:07 PM IST
Project 2 Adaptive Cruise Control
LIVE BATCH 7 IMBD AIM: To develop a simulink model of the adaptive cruise control feature for a vehicle which satidfies the given requirements. Requirement 1– Lead Vehicle: Lead Vehicle is a vehicle which is driving in the road ahead of our drive vehicle. Two input signals (Signal Name: CameraInput_LeadVehicle…
07 Sep 2022 03:13 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
LIVE BATCH 7 IMBD AIM: To develop a simulink model for vehicle direction determination that satisfies the following requirements. Requirement - 1: Steering wheel input as yaw rate (Signal name: SteeringWheel_YawDegreeInput) is the input for this system. This is compared against 3 angular values, one each for…
07 Sep 2022 07:58 AM IST
Project 2 Thermal modeling of battery pack
For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB. Here we are considering ANR26650M1-B as the Li-ion cell for simulation. ANR26650M1-B has the following specifications: From this data our simulation…
24 Jul 2022 09:07 AM IST
Project 1 Mechanical design of battery pack
Battery pack capacity: 18 kWh Cell: ANR26650M1-B Nanophosphate High Power Lithium-ion Cell: A123’s high-performance Nanophosphate lithium iron phosphate (LiFePO4) battery technology delivers high power and energy density combined with excellent safety performance and extensive life cycling in a lighter weight,…
17 Jul 2022 06:52 AM IST
Week 7 State of charge estimation
The closed loop BMS control can be downloaded from the file exchange window at matworks.com using the given link. https://in.mathworks.com/matlabcentral/fileexchange/72865-design-and-test-lithium-ion-battery-management-algorithms After extracting the zip file we can access the closed loop BMS control model through MATLAB…
17 Jun 2022 03:17 PM IST
Week 1 Understanding Different Battery Chemistry
Questions: 1) Prepare a 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. Give your detailed explanation on it. 2) Compare the differences between each type of Li+ion batteries based on their characteristics. Answers: 1)…
25 May 2022 05:56 PM IST
Project
AIM: To study the model of BAJA All terrain vehicle(ATV) and to analyze the simulation results. OBJECTIVE: To Create a technical report on BAJA All Terrain Vehicle. THEORY: ATVs are off-road vehicles that are commonly used for recreation. It is permissible in most places for older youngsters and teens to ride without a…
22 May 2022 08:47 AM IST
Week - 4
1) Our objective is to create a state flow diagram of washing machine process which satisfies the following objectives: If the power supply is available, the system gets activated. If the Water supply is not available, stop the process & indicate through LED. Soaking time should be 200s followed by Washing time of 100s.…
20 May 2022 12:44 PM IST
Week -2
1) Objective: To model an Solenoid bell using simulink such that a situation is created where the switch is closed for 2 seconds and then released. Observe the physical movement of the plunger. Simulink Model: The above simulink model has the follwing blocks: 1) Solenoid Here F1 and F2 are…
13 May 2022 01:14 PM IST
Final Project: Design of an Electric Vehicle
1) An Electric Vehicles differ from a normal combustion vehicle based on the sorce of energy. Here despite of an engine an electric motor is used. This electric motor is controlled by a controller, and the controllers are in turn powered by rechargable batteries. A Battery Electric Vehicle (BEV), sometimes known as…
04 May 2022 01:24 PM IST
Project-1: Powertrain for aircraft in runways
PART A: 1) The idea of aircraft was coined long before when people thought of flying for themselves. However, it wasn't until 1903 that the Wright Brothers, two bicycle store proprietors, achieved the first manned flight and created the first operational plane. Since then, airplane has brought the world closer…
02 May 2022 03:01 PM IST
Week-11 Challenge: Braking
1) Braking requires some energy similar to that of energy required for accelerating the vehicle. The Braking energy can be calculated by: (1) Where, Eb is the energy used for braking (J), Vf is the final velocity in m/s, Vi is the initial velocity in m/s and m is the mass of the vehicle. For a defined…
01 May 2022 04:24 PM IST
Week-7 Challenge: DC Motor Control
1) A) We can access 'Speed Control of a DC Motor Using BJT H-Bridge' model from Matlab command window by using the command 'power_Hbridge'. From the model we can see a Voltage source, PWM model, H-bridge Circuit, DC motor and a load. For a DC motor to work in both forward and reverse conditions an H-Bridge driver circuit…
10 Apr 2022 02:51 PM IST
Week-6 Challenge: EV Drivetrain
1) A power converter is an electrical or electro-mechanical device used for converting one form of electrical energy to another desired form. A power converter can do a variety of functions such as converting alternating current to direct current or vice-versa and can also change the frequency or voltage for the current.…
05 Apr 2022 12:45 PM IST
Week-4 Challenge WOT Condition Part-2
1) Powertrain blockset in MATLAB/Simulink basically provides two types of models, Mapped and Dynamic Model. Mapped model also known as Static model represents macro level behaviour based on a set of lookup tables. Dynamic model represents actual components or actual data of the engine, motor or generator. Mapped Model:…
22 Mar 2022 09:21 AM IST
Week-3 Challenge: ADVISOR Tool
From the Link provided in the FAQ section of Week 3 video Advisor Demo, we can download the advisor toolbox. After setting the path in MATLAB we can access Advisor tool through Command window. 1) After opening the Advisor tool box and changing it to metric system click on start. A GUI window will be openend with vehicle…
17 Mar 2022 12:40 PM IST