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

Vinayak Danaraddi

Product development Engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • BMS-BASICS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • HEV

Introduction

Product development Enginner

37 Projects

Data Handling and Interpolation using Matlab.

Objective:

% Project: challenge 4 Matlab Basics% In a laboratory experiment, data of voltage and current has been recorded and the % same is attached in an excel file ( Click on this link VI.xlsx ). Read the excel % file in the Matlab program and perform the interpolation in the range of -17.3:0.1:0.9.% Generate the interactive plot…

calendar

30 May 2023 07:58 AM IST

    Read more

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

    Objective:

    //---------------------------------Implementation details of the Project-------------------------------------/*The written program below is an implementation of linked lists in C language. It performs two operations, intersection andunion of two linked lists. A linked list is a data structure consisting of a group of nodes…

    calendar

    30 May 2023 07:57 AM IST

      Read more

      Implementing the Code for controlling the retraction and extension of Airplane’s landing gear

      Objective:

      /*--------------------------Details of Finite state machine------------------The finite state machine has four states: IDLE, GEAR_UP, and GEAR_DOWN,landing. The transitions between the states aretriggered by two events: GEAR_UP and GEAR_DOWN. When the GEAR_UP event is triggered, the machine transitions fromIDLE to GEAR_UP…

      calendar

      30 May 2023 07:57 AM IST

        Read more

        Developing of the full featured char driver as a loaded module

        Objective:

        1.Question.Kconfig build system The module should be added to the Kernel configuration Kconfig build system with tristate option. Char driver should be of Open --> Only one user is allowed to open the device. Other users should be blocked. Read and write operation --> store the data to the dynamically allocated memory…

        calendar

        30 May 2023 07:57 AM IST

          Read more

          Design and developing of the web based Temperature control system using Beagle Bone Black.

          Objective:

            1(question)Device Driver Write the device driver for MCP9808 Temperature Sensor. Probe function: Register the Platform device under driver/misc. Read function: It should send the i2c message to read the data from sensor and copy it to the user space. Alert pin connected to BBB as gpio interrupt. The temp sensor…

          calendar

          30 May 2023 07:56 AM IST

          • HTML
          Read more

          Position control of mass spring damper system

          Objective:

          1.Obtain the transfer function of a mass spring damper system and use it in the model. Add a PID controller to adjust the force on mass so that its position follows a reference signal. Take m = 3.6; %kg k = 400; %N/m c = 100; %Ns/m     ANSWER: Steps: The transfer function of a mass spring damper system…

          calendar

          30 May 2023 07:55 AM IST

            Read more

            Designing of battery pack for a car roughly 150 Kw with 120 V, Using 3500 mAh 3.6V nominal NMC chemistry cell.

            Objective:

            1.Design a battery pack for a car roughly 150 Kw with 120 V. Use 3500 mAh 3.6V nominal NMC      chemistry cell.        a. Design the battery pack configuration.         b. Draw the BMS topology for this battery pack.   ANSWER: Aim of the Project: The aim…

            calendar

            30 May 2023 07:55 AM IST

              Read more

              Building of Object-oriented library which is used to track automobile maintenance.

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

              calendar

              30 May 2023 07:54 AM IST

                Read more

                Calculation of Maximum heat generation of the battery using the given drive cycle data, battery resistance, and entropic factor in Matlab.

                Objective:

                Objective: Use MATLAB/Simulink to calculate the maximum heat generation of the battery using the given drive cycle data, battery resistance, and entropic factor.Use MATLAB/Simulink to calculate the state of charge (SOC) of the battery at 2*10^4 seconds of battery operation using the given drive cycle data.   Time…

                calendar

                30 May 2023 07:52 AM IST

                Read more

                Modelling an electric Car with Li-ion battery.

                Objective:

                AIM: Create a MATLAB model of electric car which uses lithium ion battery and suitable motor.   OBJECTIVE: Develop a MATLAB model of an electric car that utilizes a lithium-ion battery and an appropriate motor. Select the necessary blocks from Simscape or Powertrain block sets and implement a PI controller to regulate…

                calendar

                30 May 2023 07:51 AM IST

                Read more

                Adaptive Cruise Control using MATLAB and Simulink

                Objective:

                AIM: The aim of a project on Adaptive Cruise Control (ACC) using MATLAB and Simulink could be to design and develop an efficient ACC system for an autonomous vehicle. The project may involve the following steps: Understanding the working principle of ACC and its various components, such as sensors, actuators, and control…

                calendar

                30 May 2023 07:51 AM IST

                Read more

                Vehicle Direction Detection

                Objective:

                Project—Vehicle Direction Determination General Overview: Vehicle direction determination is a crucial and diverse feature in autonomous driving and advanced driver assistance systems. It involves identifying the direction in which a vehicle is moving based on camera input. Using cameras, the system captures and…

                calendar

                30 May 2023 07:50 AM IST

                Read more

                Electric Rickshaw Modelling using Matlab and Simulink

                Objective:

                Aim: The aim of this MATLAB model is to assess the energy consumption, as well as the temperature rise of the motor and motor controller, for a 100 km driving distance at a constant speed of 45 km/h using three standard driving cycles (urban, highway, mixed). This analysis will help evaluate the performance and thermal…

                calendar

                30 May 2023 07:50 AM IST

                Read more

                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

                30 May 2023 07:49 AM IST

                  Read more

                  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

                  30 May 2023 07:49 AM IST

                    Read more

                    Controlling a DC motor using PWM and monitoring its Running status

                    Objective:

                    AIM: Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. Goals: Implement a system on simulator for Controlling the DC motor using L293 motor driver. Displaying the running status of DC motor on the LCD display.…

                    calendar

                    30 May 2023 07:49 AM IST

                      Read more

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

                      Objective:

                      Aim: To implement code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Objective: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input Capture Mode Highlights: Measuring the distance travelled by the wave to the object and gets bounced back…

                      calendar

                      30 May 2023 07:49 AM IST

                        Read more

                        Powertrain for aircraft in runways

                        Objective:

                        PROJECT : POWERTRAIN FOR AIRCRAFT IN RUNWAYS AIM OF THE PROJECT: Detailed overview of air-craft and its parts. Modelling and estimation of necessary parameters required to control the motion of aircraft in runways. Observing the behaviour of aircrafts motion in grounf and during take-off. Objective:  1.…

                        calendar

                        30 May 2023 07:48 AM IST

                        Read more

                        Design of an Electric Vehicle (which uses a battery and DC motor) using Matlab and Simulink

                        Objective:

                        AIM: To 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

                        30 May 2023 07:48 AM IST

                        Read more

                        ADVISOR Tool

                        Objective:

                        Aim: To use the ADVISOR tool for simulation.   Objective: 1. Using EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, To find whether the vehicle can travel for 45 km with FTP drive cycle? and To Conclude observations. 2. In the above case, try changing the battery capacity and repeat…

                        calendar

                        30 May 2023 07:47 AM IST

                        Read more

                        WOT Condition-2

                        Objective:

                        1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type?    Aim:     To find the difference between mapped and dynamic model of engine, motor and generator. Also we need to change the model type. PROCEDURE : We need to open the Powertrain…

                        calendar

                        30 May 2023 07:47 AM IST

                        Read more

                        EV Drivetrain

                        Objective:

                        Aim :  EV Drivetrain Objective : Which types of power converter circuits are employed in electric and hybrid electric vehicle?    An Electric Vehicle's powertrain with 72V battery pack in shown in the diagram below. The duty ratio for acceleration operation is 'd1' and for the braking operation the…

                        calendar

                        30 May 2023 07:46 AM IST

                        Read more

                        Braking

                        Objective:

                        Solution 1.:- For a defined driving cycle, calculate the energy required for braking. Driving Cycle: A driving cycle are a set of vehicle speed points versus time, it is used to calculate the fuel consumption of a vehicle, which is later on is compared with different vehicles. Main use of driving cycle are as…

                        calendar

                        30 May 2023 07:46 AM IST

                        Read more

                        DC Motor Control

                        Objective:

                        Run MATLAB demo ‘Speed control of a DC motor using BJT H-bridge’. Modify the model such that armature current doesn’t shoot up when motor changes direction from forward to reverse.    What is BJT A Bipolar Junction Transistor, or BJT, is a solid-state device in which the current flow between…

                        calendar

                        30 May 2023 07:46 AM IST

                        Read more

                        Program that logs CAN data from one or more CAN buses and sorts them into even and odd ARB ID logs, with a limit of 1000 messages per log.

                        Objective:

                        To create a program that logs CAN data from one or more CAN buses and sorts them into even and odd ARB ID logs, with a limit of 1000 messages per log, we can use the SocketCAN package in Linux along with Python. The program will continuously listen to CAN messages, sort them based on their ARB ID, and store them in separate…

                        calendar

                        30 May 2023 07:45 AM IST

                        Read more

                        Program an attack terminal,the program should allow the user to set a “fuse” of time to pass before executing the attack.The program should create a Linux Directory that includes a descriptive name for the attack and the date/time the attack was run ,No attack option should last forever A log of the CAN bus should be kept from the start of the program until the program finishes.

                        Objective:

                        Program for Attack Terminal: i). a). Dos Attack for Full CAN bus: The web server is now prone to attacks and is an easy target for the hackers. Hackers usually attempt two types of attack. DoS (Denial-of-Service) DDoS (Distribted Denial of Service) DoS (Denial-of-Service) Attack The Denial of Service (DoS) attack is an…

                        calendar

                        30 May 2023 07:44 AM IST

                          Read more

                          Binary Search for a given signal using the instrument cluster as a source for CAN traffic.

                          Objective:

                          A program in Bash that performs a binary search for a given signal using the instrument cluster as a source for CAN traffic. Set up the working directory: Create a directory named "logs" to store the log files. You can use the mkdir command in Bash to create the directory. Ensure that you have the necessary CAN tools installed,…

                          calendar

                          30 May 2023 07:39 AM IST

                            Read more

                            Understanding Different Battery Chemistry

                            Objective:

                            1Q.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. Ans=> Lithium-ion battery chemistry : As the name suggests, lithium ions (Li ) are involved in the reactions driving the battery. Both electrodes in a…

                            calendar

                            30 May 2023 07:41 AM IST

                              Read more

                              State of charge estimation

                              Objective:

                                STATE OF CHARGE ESTIMATION OBJECTIVE:      By using the given lithium ion battery management project matlab model Simulate the 3 test cases from harness dashboard and write a detailed report on the results and explain the coulomb counting for SOC estimation implemented by BMS. BMS PROJECT MODEL:…

                              calendar

                              30 May 2023 07:41 AM IST

                              Read more

                              Mechanical design of battery pack

                              Objective:

                              Aim: To develop a mechanical design of battery pack based on the required energy capacity Nanophosphate High Power Lithium Ion Cell ANR26650M1-B: A123’s high-performance Nanophosphate lithium iron phosphate (LiFePO4) battery technology delivers high power and energy density combined with excellent…

                              calendar

                              30 May 2023 07:41 AM IST

                                Read more

                                Thermal modeling of battery pack Using MATLAB and Simulink

                                Objective:

                                AIM:- To study Thermal modeling of the battery pack with the help of MATLAB and SIMULINK.   OBJECTIVES:-                      1)For a 10 cell series lithium-ion battery model, simulate the thermal effects and compare life cycle performance…

                                calendar

                                30 May 2023 07:41 AM IST

                                Read more

                                Traffic Jam Assistant Feature

                                Objective:

                                Aim: - To Build a Simulink model for Traffic Jam Assistant as per the requirement document and create requirements tagging. To check a model under standard guidelines with help of a model adviser. (MABB guidelines) To build an embedded code for the model. Objective: - Development of MATLAB Simulink model as per…

                                calendar

                                30 May 2023 07:40 AM IST

                                Read more

                                Highway Assistant-Lane Changing Assistant

                                Objective:

                                AIM: - Develop model as per given requirement and generate AUTOsar software compile code. OBJECTIVE: - This model must be developed in MATLAB Simulink per MBD guidelines. Code Generation Profile must be Autosar Coder. Simulink Data Dictionary must be created for the model & must be linked to the model. All the input…

                                calendar

                                31 May 2023 06:53 AM IST

                                Read more

                                Project 1 - V&V SW Analysis - I

                                Objective:

                                Aim:- Write a Test plan to test the features of a new mobile phone.   Black box testing: Black box testing is a technique of software testing which examines the functionality of the software without peering into its internal structure or coding. The primary source of black-box testing…

                                calendar

                                31 May 2023 09:45 AM IST

                                  Read more

                                  Project 2 - V&V SW Analysis II

                                  Objective:

                                  AIM(1):-Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.   Solution:-   Steps for White box testing:-                          …

                                  calendar

                                  02 Jun 2023 04:32 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 system: -Develop Simulink/state flow model for wiper control system based on the given…

                                    calendar

                                    07 Jun 2023 01:18 PM IST

                                      Read more

                                      Project 2 - Development of TFT Cluster Speedometer Software Component

                                      Objective:

                                      -Development of TFT Cluster Speedometer Software Component.   -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…

                                      calendar

                                      07 Jun 2023 01:24 PM IST

                                        Read more
                                        Showing 1 of 37 projects

                                        16 Course Certificates

                                        certificate

                                        MATLAB Basics

                                        CertificateIcon
                                        Certificate UID: 98d5hqrzkf03lpns
                                        View Certificate
                                        certificate

                                        Simulink Basics

                                        CertificateIcon
                                        Certificate UID: r90e2l7c5hya13x4
                                        View Certificate
                                        certificate

                                        Embedded Programming Essentials

                                        CertificateIcon
                                        Certificate UID: 1sjcw423n8hboimq
                                        View Certificate
                                        certificate

                                        Li-ion Battery System design in EV & ES

                                        CertificateIcon
                                        Certificate UID: 5rtwuljzgimvp4d2
                                        View Certificate
                                        certificate

                                        Introduction to Model-Based Development using MATLAB and Simulink

                                        CertificateIcon
                                        Certificate UID: suby1ge80pvz5c6n
                                        View Certificate
                                        certificate

                                        Linux Driver Development

                                        CertificateIcon
                                        Certificate UID: aik51xrbweq0duz7
                                        View Certificate
                                        certificate

                                        Fundamentals of Embedded Systems

                                        CertificateIcon
                                        Certificate UID: jfkthemg2b5d96yr
                                        View Certificate
                                        certificate

                                        Introduction to Control of Electric Vehicle

                                        CertificateIcon
                                        Certificate UID: h7m0cxirajts58oz
                                        View Certificate
                                        certificate

                                        Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

                                        CertificateIcon
                                        Certificate UID: 7y5updx4h30i81kr
                                        View Certificate
                                        certificate

                                        AVR Bare Metal Programming- Live Sessions

                                        CertificateIcon
                                        Certificate UID: bj1rgawfx7ypetdz
                                        View Certificate
                                        certificate

                                        Introduction to Battery Technology for Electric Vehicle

                                        CertificateIcon
                                        Certificate UID: 4tj6sc8oy2pxwh5k
                                        View Certificate
                                        certificate

                                        Introduction to Automotive Cybersecurity and Vehicle Networks

                                        CertificateIcon
                                        Certificate UID: 7jaqn9zsy48k56gl
                                        View Certificate
                                        certificate

                                        Introduction to Automotive Embedded Systems and AUTOSAR

                                        CertificateIcon
                                        Certificate UID: 7l18nuqdv4x259rz
                                        View Certificate
                                        certificate

                                        Software Verification and Validation and System Testing for Hand Code

                                        CertificateIcon
                                        Certificate UID: fkm4vdt9r865nes3
                                        View Certificate
                                        certificate

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

                                        CertificateIcon
                                        Certificate UID: 1pbegvoz4xin7ws3
                                        View Certificate
                                        certificate

                                        PG Program in Embedded Systems for EV Applications

                                        CertificateIcon
                                        Certificate UID: oc0e7uz3f19x4kgy
                                        View Certificate
                                        Showing 1 of 16 certificates

                                        1 Workshop Certificates

                                        certificate

                                        Embedded YOLO: Real-time object detection for standalone applications

                                        CertificateIcon
                                        Certificate UID: r5a142vn7f
                                        View Certificate
                                        Showing 1 of 1 certificates

                                        Academic Qualification

                                        B.E

                                        Kle University

                                        01 Aug 2019 - 01 Jun 2023

                                        12th

                                        Expert pre University

                                        01 Jun 2017 - 01 May 2018

                                        10th

                                        Pssemrs school

                                        01 Aug 2015 - 01 May 2016

                                        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

                                        18 Hours of Content

                                        coursecard
                                        Recently launched

                                        21 Hours of Content

                                        coursecard
                                        Recently launched

                                        10 Hours of Content

                                        coursecard
                                        Recently launched

                                        19 Hours of Content

                                        coursecard
                                        3.4

                                        7 Hours of Content

                                        coursecard
                                        Recently launched

                                        13 Hours of Content

                                        coursecard
                                        Recently launched

                                        18 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