Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Week 7 State of charge estimation

The simulation of the 3 test cases from harness dashboard is as follows:-                                         FIG 1 : BMS SYSTEM                          …

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Mandara B (12)

    Project

    Objective:

     Carried out a system-level simulation of an all-terrain vehicle from the given model for the following characteristics: 1. Study the baja ATV model without dashboard. 2. Study the baja ATV model with dashboard. 3. Study the baja ATV model using lookup table without dashboard. 4. Study the baja ATV model using lookup table…

    calendar

    31 Mar 2023 08:42 AM IST

      Read more

      Week -2

      Objective:

        To make a Simulink Model of Door Bell using Solenoid Block. SOLENOID: A Solenoid is a type of electromagnet, the purpose of which is to generate a controlled magnetic field through a coil wound into a tightly packed helix. The coil can be arranged to produce a uniform magnetic field in a volume of space when a current…

      calendar

      15 Mar 2023 08:52 AM IST

        Read more

        Project 1 Mechanical design of battery pack

        Objective:

        Cells generate electricity and also derives chemical reactions. One or more electrochemical cells are batteries. Every cell has two terminals namely: Anode: Anode is the terminal from where the current flows in from out i.e. it provides an incoming channel for the current to enter the circuit or the…

        calendar

        15 Mar 2023 08:49 AM IST

        • HTML
        Read more

        Week 7 State of charge estimation

        Objective:

        The simulation of the 3 test cases from harness dashboard is as follows:-                                         FIG 1 : BMS SYSTEM                          …

        calendar

        04 Mar 2023 02:35 PM IST

          Read more

          Project 2 - V&V SW Analysis II

          Objective:

          1ANSWER Static analysis is a method of debugging that is done by automatically examining the source code without having to execute the program. This provides developers with an understanding of their code base and helps ensure that it is compliant, safe, and secure. Static code analysis refers to the operation performed…

          calendar

          12 Dec 2022 07:41 AM IST

            Read more

            Week 1 Understanding Different Battery Chemistry

            Objective:

            LITHIUM ION CELLS Lithium-ion is named for its active materials. The words are either written in full or shortened by their chemical symbols. Lithium-ion batteries can be designed for optimal capacity with the drawback of limited loading, slow charging and reduced longevity. An industrial battery may have a moderate Ah…

            calendar

            09 Dec 2022 11:39 AM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              TEST PLAN A test plan is a detailed document which describes software testing areas and activities.  BLACK BOX TESTING Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings.Black Box Testing mainly focuses on…

              calendar

              09 Dec 2022 07:46 AM IST

                Read more

                Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

                Objective:

                /* * PROJECT2N.c * * Created: 29-11-2022 20:03:12 * Author : MANDARA B */ #include <avr/io.h>//initializing preprocessor directives of avr for io functions#define F_CPU 16000000L//clock frequency#include <util/delay.h>//initializing the delay function#define rs_high PORTD |=(1<<0);//DEFINE BIT FOR RS_HIGH…

                calendar

                29 Nov 2022 02:56 PM IST

                  Read more

                  Project 1 - Controlling a DC motor using PWM and monitoring its Running status

                  Objective:

                  /* * project1.c * * Created: 23-11-2022 16:28:53 * Author :MANDARA B */ #include <avr/io.h> //we are using I/O registers of AVR#define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" // we are using external interrupt pin#include <util/delay.h> // delay function purpose#define sw_dir…

                  calendar

                  28 Nov 2022 09:46 AM IST

                    Read more

                    Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

                    Objective:

                    mastercode #include<Wire.h> // Header to use I2C communication int sig = 3; //Assigning pin3 as sig for readabiltyint duration, inches, cm; //Declaring as integer typestatic int avg; //Declaring avg as static int typevoid setup(){Serial.begin(9600);Wire.begin(8); //To begin I2C communication with address 8Wire.onRequest(distance);…

                    calendar

                    03 Nov 2022 11:19 AM IST

                      Read more

                      Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

                      Objective:

                      /* * airplane.c * * Created on: 30-Sep-2022 * Author: MANDARA B */ #include <stdio.h>// initializing or creating functions as requiredvoid Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown,…

                      calendar

                      30 Sep 2022 01:08 PM IST

                        Read more

                        Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List

                        Objective:

                        /* * set.c * * Created on: 24-Sep-2022 * Author: MANDARA B */ #include <stdbool.h>//library for boolean operation of boolean datatype#include <stdio.h>//standard i/o header file#include <stdlib.h>//The stdlib.h header defines four variable types,//several macros, and various functions for performing general…

                        calendar

                        27 Sep 2022 06:12 AM IST

                          Read more
                          Showing 1 of 12 projects