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

kalaimathi K

Work smart & just do with bliss

Skills Acquired at Skill-Lync :

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

Introduction

self-motivated, Passionate and innovative, Eager to work and to grow myself in a challenging environment

19 Projects

Week -2

Objective:

1.Simulink model for doorbell using solenoid block: General working principle of doorbell The above diagram shows the doorbell working principle. The electromagnetic coil is connected to the battery. When the switch is on, the electromagnet is produced in the coil which will attract the hammer and pulling of hammer towards…

calendar

19 Apr 2022 10:29 AM IST

    Read more

    Week - 4

    Objective:

    1.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 LED Soaking time should be 200s followed by Washing time of 100s. Then…

    calendar

    27 Apr 2022 06:00 AM IST

      Read more

      Project

      Objective:

      Carry out the system level simulation of all terrain vehicle AIM:  To study, analyse and visualize the performance of BAJA all Terrain vehicle under four case studies in simulink. BAJA ATV: An ATV is designed in order to run on various terrains such as soil, gravel, pebbles etc. it is specially used to climb the mountain…

      calendar

      02 May 2022 09:41 AM IST

        Read more

        Week-3 Challenge: ADVISOR Tool

        Objective:

        1.   For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations. In general car are classified as ICE(Internal Combustion Engine), EV(Electric Vehicle) and HEV(Hybrid Electriv Vehicle). Under Advisor tool,…

        calendar

        07 May 2022 10:38 AM 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?  power converter circuits:        Power converter is nothing but an electronic circuit which is used to change the electrical energy from one form to an another form which would be the desired load.…

        calendar

        18 May 2022 04:48 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’. The model of Speed control of a DC motor using BJT H-bridge is given below   This model is a DC-DC chopper which is used for motor control. BJT H-Btidge model can only operate in two quadrant i.e, quadrant 1 and…

        calendar

        21 May 2022 11:54 AM IST

        Read more

        Week-11 Challenge: Braking

        Objective:

        1.For a defined driving cycle, calculate the energy required for braking  Aim of the question is to calculate energy required for braking for our defined driving cycle. Braking: for arresting or preventing the motion of a mechanism usually by means of friction apply the brakes took his foot off the brake.…

        calendar

        05 Jun 2022 12:41 PM IST

        Read more

        Project-1: Powertrain for aircraft in runways

        Objective:

        part A: 1. Search and list out the total weight of various types of aircrafts.  Different terms represent different weight:  Manufacturer's Weight Empty (MWE) or Licensed Empty Weight:It is the weight of the aircraft "as built" and includes the weight of the structure, power plant, furnishings, installations,…

        calendar

        09 Jun 2022 10:28 AM IST

          Read more

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

          Objective:

          Aim: To implement the mathematical set theory using C programming language. we will give two input data set like link list and  union & intersection of the two set will be displayed. C Program: #include #include // structure of linked list struct node{ int data; struct node *next; }*linklistone, *linklisttwo, *unionll,…

          calendar

          06 Jul 2022 05:46 AM IST

            Read more

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

            Objective:

            AIM: To implement the code of controlling  the retraction and extension of airplane's landing gear.  Project: #include<stdio.h> #include<stdlib.h> /* Functions used in our projects*/ void Initial_state_machine(); //function declaration void Gear_down(); void Checking_before_takeoff(); void Raising_gear();…

            calendar

            04 Aug 2022 08:53 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…

              calendar

              13 Aug 2022 01:18 AM 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. Steps used to do static code review are. start LDRA TBrun. From the LDRA page select source->single file->choose mentioned .c file->open.(in log…

              calendar

              25 Aug 2022 08:30 AM IST

                Read more

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

                Objective:

                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 for implementing DC motor along with running status LCD: #include <avr/io.h> //including AVR header file #define F_CPU 16000000L // the…

                calendar

                16 Sep 2022 05:53 AM IST

                  Read more

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

                  Objective:

                   1.In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance 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…

                  calendar

                  17 Sep 2022 10:00 AM 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>//i2c communication hedder file #include <LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,5,4,3,2); void setup() { lcd.begin(16,2); lcd.setCursor(0,0); lcd.print("Ultrasonicsensor"); delay(5000); lcd.clear();…

                    calendar

                    26 Nov 2022 04:58 AM 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 // master code #include<Wire.h>//i2c communication hedder file #include<LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,3,4,5,6);//lcd pin dec void setup() { lcd.begin(16,2); lcd.setCursor(5,0); lcd.print("Master");…

                      calendar

                      26 Nov 2022 09:07 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 Master code: #include<Wire.h>//i2c communication hedder file #include <LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,5,4,3,2); void setup() { lcd.begin(16,2); lcd.setCursor(0,0);…

                        calendar

                        26 Nov 2022 09:10 AM 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 // master code #include//i2c communication hedder file #include//lcd disply headder file LiquidCrystal lcd(12,11,3,4,5,6);//lcd pin dec void setup() { lcd.begin(16,2); lcd.setCursor(5,0); lcd.print("Master"); delay(1000); lcd.clear();// clear the lcd…

                          calendar

                          28 Nov 2022 06:06 AM IST

                            Read more

                            Project 1

                            Objective:

                            Project 1: #include<iostream> #include<string> #include<fstream> //M x N matric is taken -M=>no of Commodities,N=>IT person #define M 5 #define N 3 using namespace std; int main() { string* A= new string[ M*N ];//dynamically allocating the memory of size 5X3 int laptop[3],mouse[3],headset[3],laptop_bag[3],adapter[3];…

                            calendar

                            08 Feb 2023 05:32 AM IST

                              Read more
                              Showing 1 of 19 projects

                              6 Course Certificates

                              certificate

                              Introduction to Physical Modeling using Simscape

                              CertificateIcon
                              Certificate UID: 1gfc86v5tspxbnae
                              View Certificate
                              certificate

                              Embedded Programming Essentials

                              CertificateIcon
                              Certificate UID: jko5v8lawytm7406
                              View Certificate
                              certificate

                              Software Verification and Validation and System Testing for Hand Code

                              CertificateIcon
                              Certificate UID: n3lduzv2ybf5a97j
                              View Certificate
                              certificate

                              AVR Bare Metal Programming- Live Sessions

                              CertificateIcon
                              Certificate UID: rsu18tg4xpwc2dok
                              View Certificate
                              certificate

                              Fundamentals of Embedded Systems

                              CertificateIcon
                              Certificate UID: 4f09icuyog3epvwl
                              View Certificate
                              certificate

                              Introduction to Hybrid Electric Vehicle using MATLAB and Simulink

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

                              Academic Qualification

                              M.E

                              Mailam Institute of Hotel Management

                              29 Aug 2011 - 17 Jun 2013

                              B.E

                              Prince Shri Venkateshwara Padmavathy Engineering College.

                              29 Aug 2007 - 22 Apr 2011

                              12th

                              Thiru A Subraya Chettiyar Girls Higher Secondary School

                              01 Jun 2006 - 10 May 2007

                              10th

                              Thiru A Subraya Chettiyar Girls Higher Secondary School

                              07 Jun 2004 - 04 Jun 2005

                              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

                              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

                              19 Hours of Content

                              coursecard
                              Recently launched

                              9 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