Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Anand Vargaonkar

ELECTRIC STREAM IS CORE FIELD.

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB

Introduction

I am Electrical Engg . I have passed BE and Diploma with distinction.

16 Projects

Project - Data Handling and Interpolation

Objective:

A=xlsread('VI.xlsx') - given xlxs to read the data from xlsx file.V=A(:,1) - select the column 1 data in xlsx file.I=A(:,2) -select the column 2 dta in xlsx file.V1=-17.3:0.1:0.9 - Voltage in given in project  .I1=interp1(V,I,V1,"spline") - using the interp1 to calculate current given voltage is V1;figure(1) - plot…

calendar

07 Jul 2022 07:08 AM IST

    Read more

    Week-3 Challenge: ADVISOR Tool

    Objective:

    1 ans a-Download Advisor tool from given link. b- Open the matlab and select file loaction to save advisor file save . c- Open the advisor script file. d-After script file is open the file is run Vechicle tool advisor is open.   After that - 1- Open EV_defaults_in file in file load drop list. 2- Change cargo mass…

    calendar

    26 Jul 2022 12:21 PM IST

      Read more

      Week-4 Challenge WOT Condition Part-2

      Objective:

      1 ans  - Mapped model - Model used set of steady state lookup tables to characterize engine performance. Table provide overall engine characterize the including actual torque,fuel flow rate,bsfc,engine out exhaust emission. The using in quasi steady state engine simulation. We are using engine data from a dynamometer…

      calendar

      01 Aug 2022 06:16 PM IST

      • HEV
      Read more

      Week-6 Challenge: EV Drivetrain

      Objective:

      1 . Which types of power converter circuits are employed in electric and hybrid electric vehicle? 1 ans - Electrical Vehicle Types – Three main types of Electrical Vehicle – 1 - Battery Electrical Vehicle –       Battery Electric Vehicles, also called BEVs and more frequently called EVs, are fully electric vehicles with…

      calendar

      05 Aug 2022 01:56 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’. - This example shows the simulation of an H-bridge used to generate a chopped voltage and to control the speed of a DC motor. The Bipolar Junction Transistor…

      calendar

      07 Aug 2022 11:16 AM IST

      Read more

      Week-11 Challenge: Braking

      Objective:

      1 For a defined driving cycle, calculate the energy required for braking. ans - Driving Cycle - A driving cycle is a series of data points representing the speed of a vehicle versus time. Another use for driving cycles is in vehicle simulations. More specifically, they are used in propulsion system…

      calendar

      10 Aug 2022 09:22 AM IST

        Read more

        Project-1: Powertrain for aircraft in runways

        Objective:

        1. Search and list out the total weight of various types of aircrafts. ans - Aircraft - An aircraft is a vehicle or machine that is able to fly by gaining support from the air. It counters the force of gravity by using either static lift or by using the dynamic lift of an airfoil, or in a few cases the downward thrust…

        calendar

        11 Aug 2022 11:28 AM 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        3. Results        4. Conclusion Electric Vehicle – All-electric…

          calendar

          12 Aug 2022 06:59 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:

          Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List Ans - 1 - In this project are to build the code to creat two list . 2- When created two list it is find the intersecn of list and union of the list. 3 - The finding the unoin…

          calendar

          08 Sep 2022 07:56 AM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            US-1:As a Product owner,when long pressed the power button of the phone shall switch on with a company logo at the center of the screen. ans - requirement - The company logo is display on center of screen when Product owner long pressed the power button .         test - The long pressed…

            calendar

            19 Sep 2022 04:45 PM IST

              Read more

              Project 2 - V&V SW Analysis II

              Objective:

              Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.ans  ans - repoert attach  Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…

              calendar

              20 Sep 2022 08: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. This project using FSM machine state and represent in the airplane landing current state with given…

                calendar

                25 Sep 2022 08:51 AM IST

                  Read more

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

                  Objective:

                  mplement 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. The DC motor can be controlled by using L293 motor driver. The speed of a DC motor can be controlled by varying its input voltage, for doing this is to use…

                  calendar

                  24 Oct 2022 07:39 AM IST

                    Read more

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

                    Objective:

                    In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) * project2.c * * Created: 25-10-2022 19:59:12 * Author : ANAND VARGAONKAR */ #include <avr/io.h> #define F_CPU 16000000ul #include <util/delay.h> #include <avr/interrupt.h>…

                    calendar

                    25 Oct 2022 03:27 PM IST

                      Read more

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

                      Objective:

                      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. ans - //I2C SLAVE CODE //I2C Communication…

                      calendar

                      04 Dec 2022 09:18 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:

                        In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. #include LiquidCrystal lcd = LiquidCrystal(10,9,8,7,6,5); // Create an LCD object. Parameters: (RS, E, D4, D5, D6, D7): const int…

                        calendar

                        04 Dec 2022 12:43 PM IST

                          Read more
                          Showing 1 of 16 projects

                          6 Course Certificates

                          certificate

                          MATLAB Basics

                          CertificateIcon
                          Certificate UID: 5poe4sw2zmnxh7uv
                          View Certificate
                          certificate

                          Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

                          CertificateIcon
                          Certificate UID: bqurf0m7etgl8jiw
                          View Certificate
                          certificate

                          Software Verification and Validation and System Testing for Hand Code

                          CertificateIcon
                          Certificate UID: 08rd15nfbwkhzcex
                          View Certificate
                          certificate

                          Embedded Programming Essentials

                          CertificateIcon
                          Certificate UID: 0hil4sed8v1ryzk9
                          View Certificate
                          certificate

                          AVR Bare Metal Programming- Live Sessions

                          CertificateIcon
                          Certificate UID: y9ta1gs7buwfno2v
                          View Certificate
                          certificate

                          Fundamentals of Embedded Systems

                          CertificateIcon
                          Certificate UID: wv12ofeajp49zckq
                          View Certificate
                          Showing 1 of 6 certificates

                          1 Workshop Certificates

                          certificate

                          INTRODUCTION TO SOLAR ENERGY

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

                          Academic Qualification

                          B.E

                          SSPM's College of Engineering, Harkul Budruk

                          17 Aug 2017 - 23 Nov 2020

                          Diploma

                          Government Polytechnic, Malvan

                          08 Aug 2014 - 08 Jun 2017

                          10th

                          Kudal High School

                          06 Jun 2013 - 17 Jun 2014

                          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
                          3.4

                          7 Hours of Content

                          coursecard
                          Recently launched

                          18 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

                          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