Menu

Executive 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

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

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: Communication…

    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 Karthik S (44)

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

    Objective:

    Aim: The aim of this project is to measure the distance of an object using an ultrasonic sensor and apply a moving average filter to smoothen the sensor data. The moving average filter will help reduce noise and fluctuations in the distance measurements, providing a more stable and accurate result.Objective: The objective…

    calendar

    21 Jun 2024 07:59 AM IST

      Read more

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

      Objective:

      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: Communication…

      calendar

      18 Jun 2024 09:31 AM IST

        Read more

        Project 4

        Objective:

        WIFI Module The ESP8266 Wifi module is a complete Wi­Fi network where you can easily connect as a serving Wi- Fi adapter, wireless internet access interface to any microcontroller­ based design on its simple connectivity through Serial Communication or UART interface. Creating a workspace for WiFi module in altium…

        calendar

        09 May 2024 12:46 PM IST

          Read more

          Project 2 - SiC/IGBT isolated gate driver reference design with thermal diode and sensing FET

          Objective:

          1.How will you decide the layer stack up. Answer: A PCB stackup design is the arrangement and configuration of different PCB layers composed of conductive traces, insulating materials, and additional components. PCB Stackup design affects the performance, functionality, and reliability of your PCB. A PCB stackup design…

          calendar

          29 Apr 2024 01:32 PM IST

            Read more

            Project 1 - 40-V to 80-V adjustable output voltage boost reference design for LIDAR applications

            Objective:

            1.PCB layer stack-up, also called layer build-up, is the arrangement of insulating layers and conductive layers (copper layers) that make up the PCB before PCB layout design. Several insulating layers and copper layers are stacked together through the “prepreg” to generate a multiple-layered PCB. The Layer…

            calendar

            26 Apr 2024 09:09 AM IST

              Read more

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

              Objective:

                Aim:      To Create a MATLAB model of an electric car in which we uses which uses lithium ion battery and suitable motor choosing a suitable blocks from the Powertrain block set and Implement the Vehicle Speed by using PI Controller and generate the accelerator and brake commands.    Objectives:…

              calendar

              15 Apr 2024 02:09 PM IST

              • MATLAB
              Read more

              Project 3

              Objective:

              Program an attack terminal The user should be able to select from the following CAN based attacks Full Bus DoS The program should allow the user to set a duration for the attack Partial DoS The program should ask the user “what priority should I DoS at?” The program should allow the user to set a duration for…

              calendar

              18 Mar 2024 09:14 AM IST

                Read more

                Project 2

                Objective:

                Write a program that performs a binary search for any given signal (The instrument cluster can be used as a source for CAN traffic)

                calendar

                16 Dec 2023 03:13 AM IST

                  Read more

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

                  Objective:

                  In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. Objective: Here we are going to control the Airplanes landing gear. What is Finite state Machine:…

                  calendar

                  21 Apr 2023 09:46 AM IST

                  Read more

                  Project 3

                  Objective:

                  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.  Maintenance tasks include activities like oil change or replace oil filter, replace…

                  calendar

                  14 Apr 2023 07:32 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:

                    A linked list is a linear data structure containing a collection of data elements called nodes each data element contains two parts, that is payload or data,or real world information. The linked field contains the address of the adjacent node. How to Check Linked List is Linear or Not in C - Dot Net Tutorials To terminate…

                    calendar

                    03 Apr 2023 06:48 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:

                      Program /* * pro.c * * Created on: Mar 22, 2023 * Author: KARTHIK */#include <stdbool.h>#include <stdio.h>#include <stdlib.h>struct Node{int data;struct Node* next;};void push(struct Node** head_ref, int new_data);bool isPresent(struct Node* head, int data);struct Node* getUnion(struct Node* head1,struct…

                      calendar

                      22 Mar 2023 06:38 AM IST

                        Read more

                        Project 1

                        Objective:

                        What is CAN?-CAN is short for ‘controller area network’. Controller area network is an electronic communication bus defined by the ISO 11898 standards. Those standards define how communication happens, how wiring is configured and how messages are constructed, among other things. To get deeper into the details…

                        calendar

                        27 Feb 2023 06:24 AM IST

                          Read more

                          Project 2 - V&V SW Analysis II

                          Objective:

                          1,Generate Code review report compliant with MISRA: C 2012 Coding Standards Generate Code review report compliant with CERT Coding Standards. Static code analysis is a method of debugging by examining source code before a program is run. It's done by analyzing a set of code against a set (or multiple sets) of coding rules.…

                          calendar

                          09 Jan 2023 08:35 AM IST

                          Read more

                          Project 1 - V&V SW Analysis - I

                          Objective:

                          Test plan to test features of a new mobile phone if(owner long press the power button) {       open the company logo at centre; } else if(customer press the power button) {       open the apps in grid; } else if(owner power on the phone) {      …

                          calendar

                          08 Jan 2023 05:59 AM IST

                            Read more

                            Week 4 Session 5

                            Objective:

                             Types of Power Converters in Electric Vehicles Commercial electric vehicles may be broadly classified as: Battery electric vehicles (BEVs), Hybrid electric vehicles (HEVs) and Fuel cell vehicles (FCVs). BEVs are purely electric vehicles (EVs), whereas HEVs combine EVs and internal combustion engines (ICEs). FCVs…

                            calendar

                            04 Jan 2023 03:14 PM IST

                            Read more

                            Week 3 Session 7

                            Objective:

                            Various types of Electric Motors used in Electric Vehicles DC brushed motors Brushless DC Motor Permanent Magnet Synchronous Motor (PMSM) Three Phase AC Induction Motors Switched Reluctance Motors (SRM) DC brushed motors High starting torque capability of the DC Series motor makes it a suitable option for traction application.…

                            calendar

                            03 Jan 2023 03:59 PM IST

                              Read more

                              Week 2 Session 7

                              Objective:

                              The HEV's architecture has been classified into five different categories, which are mild/micro, parallel, series, power split, combined series-parallel hybrids. 1.mild/micro 2.Series HEV 3.Parallel HEV 4.Series - parallel HEV 5.power split HEV 1 MILD/MICRO HEV Advantages to a mild-hybrid car: As familiar as any conventional…

                              calendar

                              27 Dec 2022 12:07 PM IST

                              Read more

                              Project 2-Highway Assistant-Lane Changing Assistant

                              Objective:

                              Aim: Modelling a Highway Assistant feature-Lane Changing Assistant using MATLAB and Simulink in accordance with MAAB requirements, creating a Model Advisor Report, and generating code using AUTOSAR Coder. Objective: Model Development in MATLAB Simulink as per MAAB guidelines. Code Generation using Autosar Coder. Creation…

                              calendar

                              17 Dec 2022 01:05 AM IST

                              Read more

                              Project 1- Traffic Jam Assistant Feature

                              Objective:

                              Traffic Jam Assistant is one of the most common features in the Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the system takes over the longitudinal & lateral guidance…

                              calendar

                              05 Dec 2022 06:08 PM IST

                              Read more

                              Project 2 - Development of TFT Cluster Speedometer Software Component

                              Objective:

                              Aim: To develop Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information to the LCD or light the LEDs and so forth,…

                              calendar

                              13 Oct 2022 02:11 PM IST

                              Read more

                              Project 2

                              Objective:

                              Run simulations, change the threshold, create plots and measure current and hydrogen consumption. Specify the outputs. How to run the model Aim: To design the complete working model of Hybrid Fuel cell Electric Vehicle with battery and Ultracapacitor and to analyze fuel consumed, current, Load sharing and state of charge…

                              calendar

                              04 Sep 2022 03:35 PM IST

                                Read more

                                Week 9 Challenge

                                Objective:

                                    Objective: To create a simulink model for Energy Management Strategy with battery, ultracapacitor and fuel cell for the positive power and distribute the power demand among these components. The input of the EMS as power demand from power train unit and outputs are as power request from Ultracapacitor, battery and…

                                calendar

                                02 Sep 2022 05:32 AM IST

                                Read more

                                Week 8 Challenge

                                Objective:

                                Load the UC parameter file. Complete the Ultracapacitor model. Set simulation stop time to 598 sec. The model output should give, current, SOC and Voltage as output Solutions Aim:To model the energy storage device as ultracapacitor and analyse its operating characteristics according to the power demand by running the model…

                                calendar

                                30 Aug 2022 04:21 PM IST

                                  Read more

                                  Week 7 Challenge

                                  Objective:

                                  vehicle model here is nothing but the equation of forces which comes under velocity ie. when vehicle moves from its rest position for motorized vehicles such as automobiles aircraft and watercraft, vehicle dynamics is the study of vehicle motion. e.g. how a vehicle's forward movement changes in response to driver inputs,…

                                  calendar

                                  28 Aug 2022 01:11 PM IST

                                    Read more

                                    Project 1

                                    Objective:

                                    Create a stateflow or Simulink model for the following flowchart. Load the .mat file into the workspace. The input to the model would be the power demand. The output should be: Fuel cell power Battery power FC Operating state (running, standby) Create plot of these outputs against time. Solutions logic which is been told…

                                    calendar

                                    25 Aug 2022 05:13 PM IST

                                      Read more

                                      Week 5 Challenge

                                      Objective:

                                      Question 1: Consider a scenario where an aggressive driver is accelerating very rapidly and braking harshly in a city driving. Is battery better a choice to supply power than UC in this scenario? True False Why? False, Battery is not a better choice in the given driving scenario,to explain whether battery is better…

                                      calendar

                                      22 Aug 2022 08:03 AM IST

                                      Read more

                                      Week 2 Challenge

                                      Objective:

                                      Question 1:Compare four different types of fuel cells and state their applications. Answers: 1.Solid Oxide Fuel cell: Solid oxide fuel cells (SOFCs) use a hard, non-porous ceramic compound as the electrolyte. SOFCs are around 60% efficient at converting fuel to electricity. In applications designed to capture and utilize…

                                      calendar

                                      19 Aug 2022 05:28 AM IST

                                        Read more

                                        Project 2 Thermal modeling of battery pack

                                        Objective:

                                        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 Component Requirement: 1. Battery (Table-Based) to activate the SoC and Thermal Property Click on the battery block then this SIMSCAPE BLOCK…

                                        calendar

                                        14 Aug 2022 03:51 PM IST

                                        Read more

                                        Project 1 Mechanical design of battery pack

                                        Objective:

                                        Prepare a detailed battery pack drawing along with its enclosure. State your assumptions Cell:ANR26650m1-B        From the graph the cell specification are nominal voltage:3.3V with cell capacity:2.5Ah   now based on that, we need to decide configuration – series and parallel but it…

                                        calendar

                                        12 Aug 2022 03:00 PM IST

                                          Read more

                                          Week 7 State of charge estimation

                                          Objective:

                                          Battery management system (BMS): It is an electronic system that manages a rechargeable battery (cell or battery pack), such as by protecting the battery from operating outside its safe operating area, monitoring its state, calculating secondary data, reporting that data, controlling its environment, authenticating it,…

                                          calendar

                                          10 Aug 2022 03:29 PM IST

                                            Read more

                                            Week 1 Understanding Different Battery Chemistry

                                            Objective:

                                            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 Lithium - ion batteries are the best and most commonly found batteries that are almost used in every field of application due…

                                            calendar

                                            31 Jul 2022 09:28 AM IST

                                              Read more

                                              Project 2 Adaptive Cruise Control

                                              Objective:

                                              The main reason behind Adaptive Cruise Control technology is to make driver , their driving experience becomes safer, thrilling and also saves the fuel consumption. By monitoring other vehicles and objects on the road, adaptive cruise control enables a safe and comfortable driving experience. It helps the driver keep a…

                                              calendar

                                              23 Jul 2022 01:09 PM IST

                                              Read more

                                              Project 1 (Mini Project on Vehicle Direction Detection

                                              Objective:

                                              The ADAS feature in car Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction the vehicle is taking based on the camera…

                                              calendar

                                              18 Jul 2022 03:53 PM IST

                                              Read more

                                              Final Project: Design of an Electric Vehicle

                                              Objective:

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

                                              calendar

                                              19 May 2022 04:58 PM IST

                                              Read more

                                              Project-1: Powertrain for aircraft in runways

                                              Objective:

                                              1. Search and list out the total weight of various types of aircrafts. An average airplane weighs around 90,000 pounds (41,000 kilos) empty weight, which means the weight of the airplane when its fuel tanks are empty and there are no people or luggage on board. This example is for a B-737-800 aircraft which is considered…

                                              calendar

                                              17 May 2022 12:30 PM IST

                                                Read more

                                                Week-11 Challenge: Braking

                                                Objective:

                                                1.For a defined driving cycle, calculate the energy required for braking? In an electric vehicle energy used for the both the accleration & deaclerations, so when we need to apply brake while driving the EV cars, we cannot stop the motor suddenly needed some energy to stop the vehicle moving interia.so this energy…

                                                calendar

                                                13 May 2022 06:18 PM IST

                                                Read more

                                                Week-7 Challenge: DC Motor Control

                                                Objective:

                                                1. 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…

                                                calendar

                                                07 May 2022 08:08 AM IST

                                                Read more

                                                Week-6 Challenge: EV Drivetrain

                                                Objective:

                                                1.Which types of power converter circuits are employed in electric and hybrid electric vehicle?    Power electronic converter controls the power flow from source to motor,power converter drive used in DC motor is DC drive & drive used in AC motor is AC drive. Power conversion is converting electrical…

                                                calendar

                                                04 May 2022 03:30 AM IST

                                                Read more

                                                Week-4 Challenge WOT Condition Part-2

                                                Objective:

                                                1.What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? In powertrain blocksets has two types of engine models mapped & dynamic Mapped models of engines:represent the macro engines behaviour as a set of look-up tables such as brake torque,fuel flow,air…

                                                calendar

                                                30 Apr 2022 02:24 PM IST

                                                Read more

                                                Week-3 Challenge: ADVISOR Tool

                                                Objective:

                                                How to start the ADVISOR tool. 1.Download the advisor matlab software,instal the directory root to matlab. 2.Launch the MATLAB & first set default location folder to the advisor. 3.Now in command window of matlab type advisor & press enter 4.New window will open & start the advisor the GUI Advisor tool have1.vehicle…

                                                calendar

                                                25 Apr 2022 05:15 PM IST

                                                Read more

                                                Project

                                                Objective:

                                                Aim: To carry-out the system level simulation of a BAJA ATV Objectives: Analyse all components & understand relation & flow between blocks, understand the different types of ways to model this baja ATV. ATV is a small motor vehicles with low pressure tyres designed for use on various type of terrain. Recreational…

                                                calendar

                                                17 Apr 2022 01:13 PM IST

                                                  Read more

                                                  Week - 4

                                                  Objective:

                                                  1.washing machine statflow. conditions:1.if power supply available,washing machine activated,2.if water supply off then system off-indicate through the LED, 3.soaking time 200s& washing time100s,4,rinsing time 20s & dryer time 50s chart has been done process complete 2.Gearbox gear-3 gear-5 gear-4

                                                  calendar

                                                  15 Apr 2022 07:22 PM IST

                                                    Read more

                                                    Week -2

                                                    Objective:

                                                    1.Simulink model of doorbell using the solenoid block Results thermistor project 20celsius=293kelvin,27celsius=300kelvin,23celsius=296kelvin results  

                                                    calendar

                                                    09 Apr 2022 05:44 PM IST

                                                    Read more
                                                    Showing 1 of 44 projects