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

Priyanka Lale

Skills Acquired at Skill-Lync :

  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • MATLAB
  • MATLAB-BASICS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS
  • HEV
  • BATTERY-TECHNOLOGY

13 Projects

Week -2

Objective:

SIMULINK MODEL OF DOORBELL USING SOLENOID BLOCK AIM Create a Simulink model of Doorbell using Solenoid Block. Operate the Door bell simulink model system  and plot the results. OBJECTIVE Create a situation where the switch is closed for 2 secs and then released. Observe the physical movemet of parameter. EXPLANATION…

calendar

08 Dec 2020 11:54 AM IST

    Read more

    Week - 4

    Objective:

    SIMULINK  MODEL  FOR  WASHING  MACHINE  USING  STATE FLOW AIM Implement control logic of a washing machine using stateflow according to the given condition for power input & water input. As per this machine operates. OBJECTIVE Given sequence to implement control logic of a washing machine…

    calendar

    13 Jan 2021 11:12 AM IST

      Read more

      Week-3 Challenge: ADVISOR Tool

      Objective:

      USE  OF  ADVISOR  TOOL  FOR  SIMULATION  OF  VEHICLES AIM To use Advisor Tool and Simulate the given vehicle. OBJECTIVE Concluding observations for EV_defaults_in file, can the vehicle travel for 45 km with FTP drive cycle if the vehicle carrying cargo mass of 500 kg. Repeat the simulation…

      calendar

      14 Feb 2021 07:03 PM IST

      • MATLAB
      Read more

      Week-4 Challenge WOT Condition Part-2

      Objective:

      AIM To study Powertrain Blockset in MATLAB OBJECTIVE To understand the difference between mapped and dynamic model of engine, motor and generator. Fuel Economy- Miles per gallon and its calculation. Run the HEV Reference Application with WOT drive cycle. Change the grade and wind velocity in the environment block and compare…

      calendar

      13 Jun 2021 10:14 AM IST

      Read more

      Week 1 Understanding Different Battery Chemistry

      Objective:

      Understanding Different Battery Chemistry Lithium Ion Battery How does it work ?     A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. During a discharge cycle, lithium atoms in the anode are ionized and separated from their electrons.…

      calendar

      20 Jan 2022 08:34 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:

        AIM: To create user defined data type to implement the user interfaces for working with 'Set' (Mathematical Set Theory). Objective: Using c programming implementation of interface for mathematical set theory Using linked list method give two list of data as a input to get the output as union and intersection for given…

        calendar

        03 Aug 2022 05:04 AM IST

          Read more

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

          Objective:

          Offline Implement the code for controlling the retraction and extension of Airplane's landing gear Program: /* Program for Airplanes landing gear */#include #includetypedef enum { gear_down, checking_before_take_off, rising_gear, gear_up, checking_before_landing, lowering_gear //checking_before_landing, //raising_gear…

          calendar

          09 Aug 2022 04:53 AM IST

            Read more

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

            Objective:

            offline Interfacing 2*16 LCD with Arduino using I2C protocol. Program: // Master//Name8 #include<Wire.h>                         //Library void setup(){ Wire.begin(); Serial.begin(9600); pinMode(A0,INPUT);} void loop(){ float x=analogRead(A0); signed…

            calendar

            18 Aug 2022 05:09 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:

              Offline Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter. Program: // Measuring the distance using ultrasonic sensor void US_Tx();unsigned int US_Rx(); float mov_Avg();float MicroToinches(float); void setup(){ Serial.begin(9600);     …

              calendar

              18 Aug 2022 07:07 AM IST

                Read more

                Project 2 - V&V SW Analysis II

                Objective:

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

                calendar

                06 Sep 2022 06:41 AM IST

                  Read more

                  Project 1 - V&V SW Analysis - I

                  Objective:

                  Offline 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…

                  calendar

                  06 Sep 2022 12:23 PM IST

                    Read more

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

                    Objective:

                    Offline 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. Program #include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include…

                    calendar

                    20 Sep 2022 07:55 AM IST

                      Read more

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

                      Objective:

                      Offline Measuring distance of an object using ultrasonic sensor (HC-SR04). Program:     #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define LCD_Data_Dir DDRD           …

                      calendar

                      26 Sep 2022 09:08 AM IST

                        Read more
                        Showing 1 of 13 projects

                        7 Course Certificates

                        certificate

                        Introduction to Physical Modeling using Simscape

                        CertificateIcon
                        Certificate UID: wpva4sbm2oing81c
                        View Certificate
                        certificate

                        Introduction to Control of Electric Vehicle

                        CertificateIcon
                        Certificate UID: choj71qsb4ry2k3f
                        View Certificate
                        certificate

                        Embedded Programming Essentials

                        CertificateIcon
                        Certificate UID: glxo9wm5fnkrd7zb
                        View Certificate
                        certificate

                        Fundamentals of Embedded Systems

                        CertificateIcon
                        Certificate UID: lneh7kgowaxmifrz
                        View Certificate
                        certificate

                        Software Verification and Validation and System Testing for Hand Code

                        CertificateIcon
                        Certificate UID: tu2gshec784kmrp0
                        View Certificate
                        certificate

                        AVR Bare Metal Programming- Live Sessions

                        CertificateIcon
                        Certificate UID: vjk7t92caepgods6
                        View Certificate
                        certificate

                        FreeRTOS Essentials - BB6

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

                        Academic Qualification

                        B.E

                        Government College Of Engineering, Aurangabad

                        05 Jun 2009 - 05 Jun 2014

                        12th

                        Dayanand Science College

                        10 Jun 2008 - 10 Jun 2009

                        10th

                        Deshikendra School

                        06 Jun 2006 - 06 Jun 2007

                        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
                        4.8

                        5 Hours of Content

                        coursecard
                        Recently launched

                        13 Hours of Content

                        coursecard
                        Recently launched

                        18 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