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

Jagan V

A life full of Solutions

Skills Acquired at Skill-Lync :

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

Introduction

Here is something about me; I am Jagan V, a recent Electronics and Communication Engineering graduate passionate about embedded systems, electronics design, and creative problem-solving. With hands-on experience in embedded systems and electronics design, I’ve developed practical solutions through diverse projects and a commitment to innovation As a Customer Relationship Officer and Engineering Intern, I contributed to industry projects, gaining valuable insights and driving innovative solutions. I am actively seeking a full-time position where I can apply my expertise in a challenging and supportive learning environment. I’m excited to contribute my expertise and collaborate with a dynamic team to advance innovative solutions in the electronics and embedded systems fields. Feel free to contact me to discuss how I can contribute to your organization!

29 Projects

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

Objective:

Project 1 - Creation of user-defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List Answer: #include #include #include // Link list nodestruct Node{int data;struct Node* next;}; //function declarationvoid push(struct Node** head_ref, int new_data);int…

calendar

06 Jun 2023 05:37 AM IST

    Read more

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

    Objective:

    Project - 2  (Finite State Machine)   Embedded C Essential Course   Problem Statement   Implement the Code for controlling the retraction and extension of Airplane's landing gear   Description of the Hardware Actually an airplane has 3 gears for landing : Nose Gear Left Gear Right Gear There is…

    calendar

    06 Jun 2023 02:46 PM IST

      Read more

      Project 3--Build an object-oriented library that 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.

      Objective:

      Aim:  Build an object-oriented library that 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.   C++ CODE:   #include  #include  #include    //…

      calendar

      23 Jun 2023 05:53 AM IST

        Read more

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

        Objective:

          NOTE: PLEASE REFER TO THE BELOW ATTACHED PDF FOR A BETTER READABILITY   AIM: To 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…

        calendar

        28 Jun 2023 03:53 PM 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:

          Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter   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…

          calendar

          18 Jul 2023 05:14 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 Overview of the Project: 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…

            calendar

            21 Jul 2023 10:17 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)   Overview of the Project: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04)   Goals: Measuring the distance of an object using Ultrasonic Distance Sensor…

              calendar

              19 Sep 2023 04: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 the development stage and is yet to be UA (User Acceptance ) tested. Every other thing to be…

                calendar

                19 Sep 2023 04:36 AM IST

                  Read more

                  Project 2 - V&V SW Analysis II

                  Objective:

                  Q1: Perform Static Code Review Analysis for “C:\ ** \LDRA_workarea\ Examples\ C_Testbed_examples\ Testrain\Testrain.c” Generate Code review report and upload them. Answer:   Objective:  Perform a static code review analysis for the "Testrain.c" file located at "C:**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c"…

                  calendar

                  20 Sep 2023 06:43 AM IST

                  • HTML
                  Read more

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

                  Objective:

                  Project 1 - Implement a fully functional Queue in C language using Linked lists An IMU has two sensors: an Accelerometer and a Gyroscope   Integrate the IMU into the development board; classify the data coming from the Accelerometer and Gyroscope. Send the data…

                  calendar

                  01 Feb 2024 04:42 PM IST

                    Read more

                    Project 2 - Integrate following sensors to the Dev Board

                    Objective:

                    Project 2 - Integrate following sensors to the Dev Board   Integrate following sensors to the Dev Board: l GPS l IMU Sensor   Achieve the following task with the help of these sensors: 1. The microcontroller should automatically detect sensor’s (GPS + IMU) connection and disconnection and print suitable string over the…

                    calendar

                    01 Feb 2024 04:41 PM IST

                      Read more

                      Week -2

                      Objective:

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

                      01 Feb 2024 04:38 PM IST

                        Read more

                        Week - 4

                        Objective:

                          1. Implement control logic of a “washing machine” using Stateflow as per given sequence:    l If the power supply is available, the system gets activated  l If the Water supply is not available, stop the process & indicate through LED l Soaking time should be 200s…

                        calendar

                        01 Feb 2024 04:38 PM IST

                          Read more

                          Project

                          Objective:

                          Carry out a system-level simulation of an all-terrain vehicle.  Download the model from the given link:  https://www.mathworks.com/matlabcentral/fileexchange/70576-baja-all-terrain-vehicle-atv-model Prepare a technical report explaining the model properties & comments on the results.   Aim:   To…

                          calendar

                          01 Feb 2024 04:37 PM IST

                            Read more

                            Project 2 - Development of TFT Cluster Speedometer Software Component

                            Objective:

                            V&V Workflow for TFT Cluster Speedometer Software Component   Aim: The aim of the Verification and Validation (V&V) workflow for the TFT Cluster Speedometer Software Component was to thoroughly validate and verify the Simulink model, ensuring its correctness, compliance with requirements, and reliability in…

                            calendar

                            01 Feb 2024 04:37 PM 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. Develop Simulink/state flow modules for wiper control system based on the given conditions. Description of…

                            calendar

                            01 Feb 2024 04:36 PM IST

                            Read more

                            Week-3 Challenge: ADVISOR Tool

                            Objective:

                            AIM: Utilize the ADVISOR tool to assess the feasibility of the EV_defaults_in running for a 45 km distance with a 500 kg cargo mass, maintaining default conditions. Additionally, run simulations with varied battery capacities and conduct a gradeability test using the PRIUS_Jpn_defaults_in file. PROCEDURE:   Study…

                            calendar

                            05 Feb 2024 06:44 PM IST

                            Read more

                            Week-4 Challenge WOT Condition Part-2

                            Objective:

                            Q1: What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Introduction: In the domain of powertrain modeling and simulation, two primary models are commonly employed: Mapped Model and Dynamic Model. Both models serve to simulate the behavior of the powertrain…

                            calendar

                            06 Feb 2024 04:12 PM IST

                            Read more

                            Week-6 Challenge: EV Drivetrain

                            Objective:

                            Q1: Which types of power converter circuits are employed in electric and hybrid electric vehicles?    A power converter serves as an essential component in electrical engineering, facilitating the transformation of electric energy from one form to another, tailored to meet specific load requirements. These converters…

                            calendar

                            07 Feb 2024 11:10 AM IST

                            Read more

                            Week-7 Challenge: DC Motor Control

                            Objective:

                            Q1: 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

                            09 Feb 2024 10:09 AM IST

                            Read more

                            Week-11 Challenge: Braking

                            Objective:

                            Q1: For a defined driving cycle, calculate the energy required for braking. In the realm of electric vehicles (EVs), understanding the energy demands for both acceleration and deceleration is crucial. Efficient braking systems are essential to safely and effectively bring vehicles to a stop within specified timeframes.…

                            calendar

                            13 Feb 2024 12:26 PM IST

                            Read more

                            Project-1: Powertrain for aircraft in runways

                            Objective:

                            Objectives: 1. Search and list out the total weight of various types of aircrafts. 2. Is there any difference between ground speed and air speed? 3. Why is it not recommended to use aircraft engine power to move it on the ground at Airport? 4. How an aircraft is pushed to runway when its ready to take off? 5. Learn about…

                            calendar

                            13 Feb 2024 04:33 PM IST

                              Read more

                              Final Project: Design of an Electric Vehicle

                              Objective:

                              PROJECT - 2 DESIGN OF AN ELECTRIC VEHICLE Theory:   An electric vehicle (EV) is characterized by its use of an electric motor or traction motor for propulsion, diverging from the internal combustion engines typical in conventional vehicles. EVs rely on electricity rather than fossil fuels, leading to reduced emissions…

                              calendar

                              14 Feb 2024 09:59 AM IST

                              Read more

                              Week 1 Understanding Different Battery Chemistry

                              Objective:

                              Q1: Materials & Chemical Reactions of Lithium-Ion Cells Internal Structure of Battery: A battery comprises interconnected individual cells, each consisting of five essential components: a positive electrode (cathode), a negative electrode (anode), a liquid electrolyte, a separator, and a current collector.   Components…

                              calendar

                              15 Feb 2024 02:20 PM IST

                                Read more

                                Week 7 State of charge estimation

                                Objective:

                                Unable to submit the challenge completely due to some technical error, please refer to the below attached PDF for challenge 7, thank you.Aim:1. Simulate the three test cases from the harness dashboard and provide a detailed report on the results.2. Explain coulomb counting and describe how the BMS uses coulomb…

                                calendar

                                28 Jun 2024 08:23 AM IST

                                  Read more

                                  Project 1 Mechanical design of battery pack

                                  Objective:

                                  Unable to submit the challenge completely due to a technical error unable to upload the images, please refer to the attached PDF below, thank you.ANR26650M1-B, LithiumWerks Nanophosphate® 3.3V 2.5Ah Lithium Iron Phosphate Battery  ANR26650M1-B SpecificationsNominal Ratings· Voltage: 3.3 Volts· Capacity:…

                                  calendar

                                  01 Jul 2024 08:43 AM IST

                                  Read more

                                  Project 2 Thermal modeling of battery pack

                                  Objective:

                                  Unable to submit the challenge completely due to a technical error and am unable to upload the images, please refer to the attached PDF below, thank you.AIMTo simulate the thermal effects and compare life cycle performance at various temperatures, charge, and discharge rates for a 10-cell series lithium-ion battery model…

                                  calendar

                                  01 Jul 2024 09:41 AM IST

                                  Read more

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

                                  Objective:

                                  Project 1 - 40-V to 80-V adjustable output voltage boost reference design for LIDAR applicationsDescription: To design a non-synchronous boost controller to provide an adjustable output of between 40 V and 80 V capable of delivering a maximum of 100 mA of current to the load. This is an automotive design intended to power…

                                  calendar

                                  26 Oct 2024 09:13 AM IST

                                    Read more

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

                                    Objective:

                                    Project 2 - SiC/IGBT isolated gate driver reference design with thermal diode and sensing FETProject Description:The objective of this design is to develop an IGBT or SiC isolated gate driver power stage, specifically for an IGBT module that features robust safety mechanisms. This single-phase power stage, used in a traction…

                                    calendar

                                    26 Oct 2024 09:30 AM IST

                                      Read more
                                      Showing 1 of 29 projects

                                      13 Course Certificates

                                      certificate

                                      Embedded Programming Essentials

                                      CertificateIcon
                                      Certificate UID: oh4c02t1sqnupieb
                                      View Certificate
                                      certificate

                                      Fundamentals of Embedded Systems

                                      CertificateIcon
                                      Certificate UID: j43ctb69ikaxv18n
                                      View Certificate
                                      certificate

                                      AVR Bare Metal Programming- Live Sessions

                                      CertificateIcon
                                      Certificate UID: qs42flik1p5xa80y
                                      View Certificate
                                      certificate

                                      Software Verification and Validation and System Testing for Hand Code

                                      CertificateIcon
                                      Certificate UID: aimf9v5pdynz417b
                                      View Certificate
                                      certificate

                                      Introduction to Physical Modeling using Simscape

                                      CertificateIcon
                                      Certificate UID: ebowa749s2058mul
                                      View Certificate
                                      certificate

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

                                      CertificateIcon
                                      Certificate UID: ujicb23xv5qfhemg
                                      View Certificate
                                      certificate

                                      Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

                                      CertificateIcon
                                      Certificate UID: u5havl91web3q8ym
                                      View Certificate
                                      certificate

                                      Hands on FreeRTOS

                                      CertificateIcon
                                      Certificate UID: s5dclxut19g60pho
                                      View Certificate
                                      certificate

                                      Introduction to Battery Technology for Electric Vehicle

                                      CertificateIcon
                                      Certificate UID: 2ieqyjtoxch1nm64
                                      View Certificate
                                      certificate

                                      Introduction to Battery Technology for Electric Vehicle

                                      CertificateIcon
                                      Certificate UID: eyga71iuoxwnq39s
                                      View Certificate
                                      certificate

                                      PCB Design for Beginners using Altium Designer

                                      CertificateIcon
                                      Certificate UID: x7ujglzk2mrhbn9t
                                      View Certificate
                                      certificate

                                      Advanced PCB Design Using Altium

                                      CertificateIcon
                                      Certificate UID: euxy6kg5por8lm21
                                      View Certificate
                                      certificate

                                      PG Program in Embedded Systems for EV Applications

                                      CertificateIcon
                                      Certificate UID: 72h5ecfz0x6tnvoy
                                      View Certificate
                                      Showing 1 of 13 certificates

                                      Academic Qualification

                                      B.E

                                      SRI VENKATESHWARA COLLEGE OF ENGINEERING

                                      08 Jul 2020 - 18 May 2023

                                      Diploma

                                      GURU RAGHAVENDRA POLYTECHNIC

                                      05 Jun 2017 - 10 Jun 2020

                                      10th

                                      SRI VIDYA VIHAR MATRIC HIGHER SECONDARY SCHOOL, AMBUR

                                      02 May 2016 - 28 Apr 2017

                                      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

                                      13 Hours of Content

                                      coursecard
                                      Recently launched

                                      18 Hours of Content

                                      coursecard
                                      Recently launched

                                      19 Hours of Content

                                      coursecard
                                      Recently launched

                                      9 Hours of Content

                                      coursecard
                                      4.7

                                      17 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