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

Kajal Bankar

Intrest and Like to learn Embedded system

Skills Acquired at Skill-Lync :

  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • MATLAB-BASICS
  • HEV
  • BATTERY-TECHNOLOGY

Introduction

Try to learn everything.

27 Projects

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

Objective:

Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear #include<stdio.h>#include<conio.h> void Init_State_Machine();//STATE MACHINE FUNCTION DECLARATIONvoid Gear_Down();//GEAR DOWN FUNCTION DECLARATIONvoid Checking_Before_Takeoff();//CHECKING BEFORE TAKEOFF…

calendar

04 Oct 2022 12:27 PM IST

    Read more

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

    Objective:

    Interfacing a 16*2 LCD with Arduino using I2C protocol // MASTER CODE #include<Wire.h> //library for i2c communication functions#include<LiquidCrystal.h> //library for lcd display functionsLiquidCrystal lcd(2,7, 8, 9, 10, 11);//defined lcd module pins (RS,EN,D4,D5,D6,D6)void setup(){ lcd.begin(16,2); //Initilize…

    calendar

    22 Nov 2022 07:38 PM IST

      Read more

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

      Objective:

      Interfacing a 16*2 LCD with Arduino using I2C protocol // MASTER CODE #include //library for i2c communication functions#include //library for lcd display functionsLiquidCrystal lcd(2,7, 8, 9, 10, 11);//defined lcd module pins (RS,EN,D4,D5,D6,D6)void setup(){ lcd.begin(16,2); //Initilize LCD display lcd.setCursor(0,0);//Sets…

      calendar

      24 Nov 2022 07:57 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:

        Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter. #include<LiquidCrystal.h>LiquidCrystal lcd(8,9,4,5,6,7); int trigPin = 11; // Trigger pinint echoPin = 12; // Echo pinlong duration, distance, inches;long sum=0;long avg;int i; void setup() {…

        calendar

        08 Dec 2022 09:08 AM IST

          Read more

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

          Objective:

          Project 1 - Controlling a DC motor using PWM and monitoring its Running status. #include #define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" // external interrupt pin#include #define sw_dir (PIND & (1

          calendar

          06 Jan 2023 05:56 AM IST

            Read more

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

            Objective:

            Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04). #include #define F_CPU 16000000#include #include #define trigger_pin PA0 #define lcd_data_dir DDRD#define lcd_command_dir DDRC#define lcd_data_port PORTD#define lcd_command_port PORTC#define EN PC2#define RW PC3#define RS PC4int TimerOverFlow…

            calendar

            07 Jan 2023 08:59 AM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              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 .Every other thing to be included in the test plan can be hypothetical. Black box testing:…

              calendar

              07 Mar 2023 04:49 AM IST

                Read more

                Project 2 - V&V SW Analysis II

                Objective:

                1.Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. CHOOSE FILE: RUN STATIC ANALYSIS: CREATE SEQUENCE: SHOW REPORTS: ....................................................................................................................................................................................................................................................................................................................…

                calendar

                08 Mar 2023 05:36 AM IST

                  Read more

                  Project 3

                  Objective:

                    // Online C++ compiler to run C++ program online#include #includeusing namespace std;enum Type//ENUM { GAS, DIESEL, ELECTRIC };class Vehicle//BASE CLASS{ protected: string make; string model; int year; int odometer_reading; Vehicle()//CONSTRUCTOR { cout

                  calendar

                  27 Apr 2023 03:28 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:

                    #include #include // A STRUCTURE OF LINKED LIST NODEstruct node{ int data; struct node *next;} *LLA, *LLB, *LLunion, *LLintersection; void initialize(){ LLA = LLB = NULL;} void insert(struct node **head, int num) //GIVEN A INSERTS A NODE IN FRONT OF A SINGLY LINKED LIST{ struct node* newNode = (struct node*) malloc(sizeof(struct…

                    calendar

                    27 Apr 2023 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.A lithium-ion battery or Li-ion battery is a type of rechargeable battery in which lithium ions move from the negative…

                      calendar

                      08 Jan 2025 06:36 AM IST

                        Read more

                        Week 7 State of charge estimation

                        Objective:

                        1.Simulate the 3 test cases from harness dashboard and write a detailed report on the resultsBMS ECU BLOCK:PLANT BLOCK:Test Case 1:OUTPUT : Test case 1Cell Voltages (Top Left):Displays the voltage of individual cells over time. The graph shows some transient behavior initially and then stabilizes. Cell Temperatures…

                        calendar

                        25 Jan 2025 10:16 AM IST

                          Read more

                          Project 1 Mechanical design of battery pack

                          Objective:

                          Aim: Battery pack capacity: 18 kWh Cell: ANR26650M1-B Prepare a detailed battery pack drawing along with its enclosure. State your assumptions.IntroductionWith the increasing demand for energy storage solutions, lithium-ion battery packs play a crucial role in various applications, including electric vehicles…

                          calendar

                          01 Feb 2025 07:30 AM IST

                          • CAE
                          Read more

                          Project 2 Thermal modeling of battery pack

                          Objective:

                          Aim : 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.10 cell series lithium-ion battery schematic diagram:The total output voltage of the series connection is the sum of all 10 cells'…

                          calendar

                          07 Feb 2025 02:29 PM IST

                          Read more

                          Week-3 Challenge: ADVISOR Tool

                          Objective:

                          Submitted answer through word file baecause it was submitted in given space..

                          calendar

                          07 Feb 2025 02:34 PM IST

                            Read more

                            Week-4 Challenge WOT Condition Part-2

                            Objective:

                            What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Mapped Model: Uses pre-defined lookup tables or data maps (e.g., torque, efficiency, or fuel consumption) for simulation.Advantages:Faster simulation time.Suitable for high-level analysis and…

                            calendar

                            07 Feb 2025 02:59 PM IST

                            Read more

                            Week-6 Challenge: EV Drivetrain

                            Objective:

                            1.  Which types of power converter circuits are employed in electric and hybrid electric vehicle?    Types of Power Converter Circuits in Electric and Hybrid Electric Vehicles (EVs & HEVs)Power converters play a crucial role in electric vehicles (EVs) and hybrid electric vehicles (HEVs) by…

                            calendar

                            10 Feb 2025 10:52 AM 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’.MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge is shown below, The Simulink model consists of the following blocks:DC Motor The motor is modeled using armature resistance (Ra), armature inductance…

                            calendar

                            11 Feb 2025 05:10 AM IST

                            Read more

                            Week-11 Challenge: Braking

                            Objective:

                            For a defined driving cycle, calculate the energy required for braking.To calculate the energy required for braking over a defined driving cycle, first determine the vehicle's kinetic energy at each time step using KE=12mv2KE = \frac{1}{2} m v^2. When velocity decreases, compute the change in kinetic energy (Δ\Delta…

                            calendar

                            12 Feb 2025 06:54 AM IST

                            Read more

                            Project-1: Powertrain for aircraft in runways

                            Objective:

                            Part ASearch and list out the total weight of various types of aircrafts. Weight is a major factor in airplane construction and operation, and it demands respect from all pilots and particular diligence by all maintenance personnel. Excessive weight reduces the efficiency of an aircraft and the available safety margin…

                            calendar

                            18 Feb 2025 10:23 AM IST

                            Read more

                            Week -2

                            Objective:

                             Make a Simulink model of Doorbell using solenoid block with the following details: In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound. Create a situation where the switch is closed…

                            calendar

                            21 Feb 2025 06:25 AM IST

                              Read more

                              Week - 4

                              Objective:

                              Implement control logic of a “washing machine” using Stateflow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LEDSoaking time should be 200s followed by Washing time of 100s.Then rinsing happens for…

                              calendar

                              24 Feb 2025 05:47 AM IST

                              Read more

                              Project

                              Objective:

                              Model PropertiesThe Baja ATV Simulink model consists of the following major components: Engine Model – Represents the power source with characteristics like torque-speed curve, throttle response, and fuel efficiency. CVT (Continuously Variable Transmission) System – Simulates the gear ratio variation for optimal power…

                              calendar

                              24 Feb 2025 06:11 AM IST

                                Read more

                                Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

                                Objective:

                                Develop the Simulink model based on the given descriptions for the below challenges and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained models. 1.Wiper control systemDevelop Simulink/state flow model for wiper control system based on the given conditions.Description…

                                calendar

                                04 Apr 2025 06:36 AM IST

                                  Read more

                                  Project 2 - Development of TFT Cluster Speedometer Software Component

                                  Objective:

                                  Develop the Simulink model based on the given requirements and also create SLDD file and link the same to the model.Perform the complete V and V workflow for the obtained model Development of TFT Cluster Speedometer Software Component Cluster Instrument receives the signals from other ECU via CAN bus interface.…

                                  calendar

                                  05 Apr 2025 05:45 AM IST

                                    Read more

                                    Project 1 - Implement a fully functional Queue in C language using Linked lists

                                    Objective:

                                    PROGRAM :#include "FreeRTOS.h"#include "task.h"#include "queue.h"#include "queue_set.h"#include "driverlib/uart.h"#include "driverlib/gpio.h"#include "driverlib/sysctl.h"// Queue HandlesQueueHandle_t xQueueAccelerometer, xQueueGyroscope;QueueSetHandle_t xQueueSet;#define QUEUE_LENGTH 10#define ITEM_SIZE sizeof(SensorData_t)//…

                                    calendar

                                    25 Apr 2025 08:18 AM IST

                                      Read more

                                      Project 2 - Integrate following sensors to the Dev Board

                                      Objective:

                                      PROGRAM : #include <stdint.h>#include <stdbool.h>#include <math.h>#include "FreeRTOS.h"#include "task.h"#include "queue.h"#include "queue_set.h"#include "driverlib/uart.h"#include "driverlib/i2c.h"#include "driverlib/sysctl.h"#include "driverlib/gpio.h"#include "driverlib/pin_map.h"#include "driverlib/interrupt.h"#include…

                                      calendar

                                      25 Apr 2025 08:32 AM IST

                                        Read more
                                        Showing 1 of 27 projects

                                        8 Course Certificates

                                        certificate

                                        Embedded Programming Essentials

                                        CertificateIcon
                                        Certificate UID: fa3d7x5qmhl18z26
                                        View Certificate
                                        certificate

                                        Fundamentals of Embedded Systems

                                        CertificateIcon
                                        Certificate UID: 35e8gmrouypavqk7
                                        View Certificate
                                        certificate

                                        Aptitude

                                        CertificateIcon
                                        Certificate UID: j2z43wkhgusla10m
                                        View Certificate
                                        certificate

                                        AVR Bare Metal Programming- Live Sessions

                                        CertificateIcon
                                        Certificate UID: dai5c176lk3oxv48
                                        View Certificate
                                        certificate

                                        Software Verification and Validation and System Testing for Hand Code

                                        CertificateIcon
                                        Certificate UID: z5c3yjmgqx6idwhe
                                        View Certificate
                                        certificate

                                        Introduction to Battery Technology for Electric Vehicle

                                        CertificateIcon
                                        Certificate UID: 1ltfx7aosvj906zu
                                        View Certificate
                                        certificate

                                        Introduction to Physical Modeling using Simscape

                                        CertificateIcon
                                        Certificate UID: y6kmlaoctpsdq139
                                        View Certificate
                                        certificate

                                        Software Verification and Validation and System Testing for Model-Based Development

                                        CertificateIcon
                                        Certificate UID: 7ct1yj9h8nl2pzma
                                        View Certificate
                                        Showing 1 of 8 certificates

                                        Academic Qualification

                                        B.E

                                        Rashtrasant Tukadoji Maharaj Nagpur University

                                        02 Jul 2016 - 03 Jul 2019

                                        Diploma

                                        Acharya Shrimannarayan Polytechnic Pimpri-Wardha

                                        11 Jun 2013 - 30 Apr 2016

                                        10th

                                        Yeshwant Mahavidyalaya ,Seloo

                                        26 Jun 2012 - 30 Apr 2013

                                        Schedule a counselling session

                                        Please enter your name
                                        Please enter a valid email
                                        Please enter a valid number

                                        Here are the courses that I have enrolled

                                        coursecard
                                        5

                                        35 Hours of Content

                                        coursecard
                                        Recently launched

                                        13 Hours of Content

                                        coursecard
                                        Recently launched

                                        18 Hours of Content

                                        coursecard
                                        Recently launched

                                        21 Hours of Content

                                        coursecard
                                        Recently launched

                                        10 Hours of Content

                                        coursecard
                                        Recently launched

                                        18 Hours of Content

                                        coursecard
                                        Recently launched

                                        19 Hours of Content

                                        Similar Profiles

                                        Apoorv Ranjan
                                        Apoorv Ranjan

                                        Ladder of success cannot be climbed with hands in pocket.

                                        Pruthvi Jagadeesh GK
                                        Pruthvi Jagadeesh GK

                                        The Future in Motion

                                        Krantiveer .
                                        Krantiveer .

                                        Give more than what you get you will get more than what you gave