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 Challenge: DC Motor Control

Objective:  A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.  B. Comment on the armature current shoot-up from the scope results.  C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge model.…

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 Raviteja karituri (37)

Week 4 Session 5

Objective:

DC-DC Converter DC-DC converter is an electronic circuit that converts DC voltage from one voltage level to another. It can be step up or step down of voltage. This type of converter is also known as chopper. The electric components inside the vehicle vary in their voltage requirements, with most running on much lower…

calendar

25 Jul 2023 09:23 AM IST

    Read more

    Final Project: Design of an Electric Vehicle

    Objective:

    Aim :-  Create a MATLAB model of electric car which uses lithium ion battery and induction motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives:         1. System level configurations        2. Model parameters        3. Results        4. Conclusion…

    calendar

    21 Jun 2023 11:24 AM IST

    • MATLAB
    • POWER CONVERTER
    Read more

    Project 2

    Objective:

    Aim: Build an object-oriented library which can be used to track automobile maintenance. There can be different car types such as petrol, diesel, gas, electric etc., This library should be able to support at least three of the car types.  The code is: #include #include using namespace std; class Vehicle{ protected:…

    calendar

    21 Jun 2023 10:38 AM IST

      Read more

      Final Project: Electric Rickshaw modelling

      Objective:

      AIM :  Design of an Electric Rickshaw using MATLAB Simulink.   ABSTRACT : In this project, we going to build the MATLAB model of the ELECTRIC RICKHAEW by using a PM brushed type DC motor and a suitable Lithium-Ion battery for the motor. Before that, we will know about what is Electric RICKHAEW, how it's works and the benefits…

      calendar

      10 May 2023 09:53 AM IST

      Read more

      Project-1: Modelling an electric Car with Li-ion battery

      Objective:

      Objective: Create a MATLAB model of electric car which uses lithium-ion battery and suitable motor. Choose suitable blocks from Simscape or Powertrain block set. Implement the vehicle speed control using PI controller and generate brake and accelerator commands. Avoid using readymade driver block for speed control.…

      calendar

      03 May 2023 09:51 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:

      Overview of the Project:  In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping).…

      calendar

      21 Apr 2023 09:41 AM IST

        Read more

        Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

        Objective:

        Aim: Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. Goals:…

        calendar

        21 Apr 2023 09:40 AM IST

          Read more

          Project 2 Thermal modeling of battery pack

          Objective:

          Q) 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.   ans -   objective - For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various…

          calendar

          20 Apr 2023 09:18 AM IST

          Read more

          Project 1 Mechanical design of battery pack

          Objective:

          AIM: Prepare a detailed battery pack of Cell: ANR26650M1-B, drawing along with its enclosure, and Battery pack capacity is 18kWh. State your assumptions.   ABSTRACT: In this project, we are going to calculate the all parameters which are required for the build EV battery pack. We are going to use the Cell: ANR26650M1-B…

          calendar

          20 Apr 2023 09:17 AM IST

          Read more

          Project 1

          Objective:

          #include #include #include #include // `M × N` matrix for storing data #define M 5 #define N 3 using namespace std; int main() { string* A = new string[M * N]; // dynamically allocate memory of size `M × N` // declarations int Laptop[3], Mouse[3], Headset[3], Laptop_Bag[3], Adapter[3]; int s; int vendor1_total,…

          calendar

          19 Apr 2023 06:19 AM IST

            Read more

            Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

            Objective:

            Aim: Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. Goals:…

            calendar

            11 Apr 2023 11:55 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:

              Overview of the Project:  In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping).…

              calendar

              11 Apr 2023 11:55 AM IST

                Read more

                Week 7 State of charge estimation

                Objective:

                Aims: Simulate the 3 test cases from harness dashboard and write a detailed report on the results. What is coulomb counting? Refer to the above model and explain how BMS implements coulomb counting for SOC estimation?   Theory: Matlab model to simulate the 3 test conditions from harness dashboard and to explain how…

                calendar

                07 Mar 2023 09:53 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:

                  Overview of the Project:  In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping).…

                  calendar

                  06 Mar 2023 10:44 AM IST

                    Read more

                    Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

                    Objective:

                    Aim: Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. Goals:…

                    calendar

                    06 Mar 2023 10:43 AM IST

                      Read more

                      Final Project: Design of an Electric Vehicle

                      Objective:

                      Aim :-  Create a MATLAB model of electric car which uses lithium ion battery and induction motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives:         1. System level configurations        2. Model parameters        3. Results        4. Conclusion…

                      calendar

                      01 Mar 2023 10:59 AM IST

                      Read more

                      Week 1 Understanding Different Battery Chemistry

                      Objective:

                      Li-ion Batteries A lithium-ion battery or Li-ion battery is a type of rechargeable battery. Lithium-ion batteries are commonly used for portable electronics and electric vehicles and are growing in popularity for military and aerospace applications. Similar to the lead- and nickel-based architecture, lithium-ion uses a…

                      calendar

                      27 Jan 2023 07:29 AM IST

                        Read more

                        Final Project: Design of an Electric Vehicle

                        Objective:

                        Aim :-  Create a MATLAB model of electric car which uses lithium ion battery and induction motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following: Objectives:         1. System level configurations        2. Model…

                        calendar

                        10 Jan 2023 09:00 AM IST

                        Read more

                        Project-1: Powertrain for aircraft in runways

                        Objective:

                        Aim :  1.Search and list out the total weight of various types of aircrafts.  2.Differeniate between ground speed and air speed. 3.Find out why  it is not  recommended to use aircraft engine power to move it on the ground at Airport 4.Learn about take off power, tyre design, rolling resistance,…

                        calendar

                        10 Jan 2023 06:20 AM IST

                          Read more

                          Week-11 Challenge: Braking

                          Objective:

                            1. For a defined driving cycle, calculate the energy required for braking. Here have taken the drive cycle data from a website the link is attached below. We have used NEW YORK CITY DRIVE CYCLE for our calculation. This Excel file is also attached below for better reference. And with this data…

                          calendar

                          10 Jan 2023 05:44 AM IST

                          Read more

                          Week-7 Challenge: DC Motor Control

                          Objective:

                          Objective:  A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.  B. Comment on the armature current shoot-up from the scope results.  C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare it with the H-bridge model.…

                          calendar

                          03 Jan 2023 10:56 AM IST

                          Read more

                          Week-6 Challenge: EV Drivetrain

                          Objective:

                          Objective:  To carry out the following studies: 1.   Which types of power converter circuits are employed in electric and hybrid electric vehicle?    2.  An Electric Vehicle's powertrain with 72V battery pack in shown in the diagram below. The duty ratio for acceleration operation…

                          calendar

                          03 Jan 2023 10:54 AM IST

                          Read more

                          Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

                          Objective:

                          Aim: Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message…

                          calendar

                          03 Jan 2023 10:37 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:

                            Overview of the Project:  In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance…

                            calendar

                            03 Jan 2023 10:36 AM IST

                              Read more

                              Project 1 - V&V SW Analysis - I

                              Objective:

                              AIM: Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements.(The product is still under development stage and is yet to be UA (User Acceptance ) tested…

                              calendar

                              05 Dec 2022 11:27 AM IST

                                Read more

                                Project 2 - V&V SW Analysis II

                                Objective:

                                Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.   step 1: start LDRA TBrun. step 2: From the LDRA page select source->single file->LDRA_workarea->examples->C_Testbed_examples->Testrain->Testrain.c->open.(in…

                                calendar

                                05 Dec 2022 11:26 AM IST

                                  Read more

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

                                  Objective:

                                  Steps of Programming ATmega16 microcontroller needs to transmit at least 10 us trigger pulse to the HC-SR04 Trig Pin. After getting a trigger pulse, HC-SR04 automatically sends eight 40 kHz sound waves and the microcontroller waits for rising edge output at the Echo pin. When the rising edge capture occurs at the Echo…

                                  calendar

                                  30 Nov 2022 11:59 AM IST

                                    Read more

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

                                    Objective:

                                    Configuring Timer0 for PWM generation It is simple to configure PWM mode in Timer. We just need to set some bits in the TCCR0 register. TCCR0: Timer Counter Control Register 0   Bit 7- FOC0: Force compare match Write only bit, which can be used while generating a wave. Writing 1 to this bit will force the wave…

                                    calendar

                                    30 Nov 2022 11:43 AM IST

                                      Read more

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

                                      Objective:

                                      Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical processing model. Actually an airplane has 3 gears for landing: Nose gear, Left gear, Right gear. There is…

                                      calendar

                                      22 Nov 2022 09:51 AM IST

                                        Read more

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

                                        Objective:

                                        Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical processing model. Actually an airplane has 3 gears for landing: Nose gear, Left gear, Right gear. There…

                                        calendar

                                        19 Nov 2022 06:50 AM IST

                                          Read more

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

                                          Objective:

                                          Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical processing model. Actually an airplane has 3 gears for landing: Nose gear, Left gear, Right gear. There…

                                          calendar

                                          17 Nov 2022 11:53 AM 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:

                                            Overview of the project: Here the main objective of the project is to do the mathematical set operation. The set operation has many operations here they are told to do the union and intersection of the list crerated  as a linked lisr. so here we are creating a structure it has a collecion different dara. Here is the…

                                            calendar

                                            17 Nov 2022 11:52 AM IST

                                              Read more

                                              Week-4 Challenge WOT Condition Part-2

                                              Objective:

                                              Question no 1 Mapped and Dynamic subsystem of Electric Motor/Generator   Mapped Model:  The mapped model is one type where the data points are pre_assigned in lookup tables.  The engine or motor torque required is sensed and the motor or engine block generates the necessary torque output just as simply needed…

                                              calendar

                                              04 Sep 2022 01:27 PM IST

                                              Read more

                                              Week-3 Challenge: ADVISOR Tool

                                              Objective:

                                              Question no 1: Advisory tool menu in Matlab Open the advisor tool and set the load file to EV_defaults_in Components to motor controller the above table before giving the mass of 500kg  the below  advisory tool  after giving  mass 500kg Loading file EV_ defaults_in in the ADVISOR Tool and the cargo…

                                              calendar

                                              19 Aug 2022 06:21 PM IST

                                                Read more

                                                Project

                                                Objective:

                                                 AIM: To perform the Simulink Model on the Baja ATV vehicle model by changing the parameter like a break, and throttle and observing the variations. Description: the components  we are using in the above model are continuously variable transmission, vehicle body, generic engine, some fundamental components The…

                                                calendar

                                                25 May 2022 12:56 PM IST

                                                  Read more

                                                  Week - 4

                                                  Objective:

                                                   A washing machine by spinning at 800-1600 rpm helps soap and dirt with it to leave the surface of the cloth via centrifugal force and into outlet pies hence utilizing centrifugation to both clean and partially dry the clothes loaded  in it. thus the process are electrically controlled, such as the drum valves…

                                                  calendar

                                                  21 May 2022 01:43 PM IST

                                                    Read more

                                                    Week -2

                                                    Objective:

                                                        The diagram will represent the doorbell using various electrical and mechanical systems   The above block diagram is the Simulink model of the doorbell using a solenoid valve circuit  Explanation of the model The pulse generator is used to give the signal input where amplitude=1, period=4sec, pulse…

                                                    calendar

                                                    09 May 2022 01:50 PM IST

                                                      Read more
                                                      Showing 1 of 37 projects