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

Sivaneshwaran R

Ev programming and designing

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS
  • SIMULINK-BASICS

Introduction

I will improve my skill and job

21 Projects

Project 1 (Mini Project on Vehicle Direction Detection

Objective:

Aim: To create a Simulink model of Vehicle Direction Detection as per the Requirement data.   Requirement - 1: Steering wheel input as yaw rate (Signal name: SteeringWheel_YawDegreeInput) is the input for this system. This is compared against 3 angular values, one each for left turn, right turn & straight…

calendar

10 Nov 2022 08:37 AM IST

  • MATLAB
  • MBD
Read more

Project 2 Adaptive Cruise Control

Objective:

Objective of Main Project: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration Parameter changes, Model Advisor check & Code Generation. In Configuration Parameters:…

calendar

10 Nov 2022 01:57 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:

      Solution :   #include <stdio.h>#include <stdlib.h> // A structure of linked list nodestruct node {     int data;     struct node *next; } *LLOne, *LLTwo, *unionLL, *intersectionLL; void initialize() {      LLOne = LLTwo = NULL;}//Given a…

calendar

28 Nov 2022 03:39 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:

          Solution :   #include #include // A structure of linked list nodestruct node {     int data;     struct node *next; } *LLOne, *LLTwo, *unionLL, *intersectionLL; void initialize() {      LLOne = LLTwo = NULL;}//Given a Inserts a node in front of a singly linked list. void insert(struct node **head, int num) {     //…

    calendar

    29 Nov 2022 10:29 AM IST

      Read more

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

      Objective:

      Project 2: Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical processing model. Actually an airplane has 3 gears for landing: Nose gear, Left gear, Right gear.…

      calendar

      29 Nov 2022 10:30 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:

          Overview of the Project: (5 to 6 lines) In this project,  interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give  the output as the union and intersection of these two lists Aim: Goals (2 to 3 points)…

        calendar

        10 Dec 2022 03:09 PM IST

          Read more

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

          Objective:

          Project 2: Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical processing model. Actually an airplane has 3 gears for landing: Nose gear, Left gear, Right…

          calendar

          14 Dec 2022 10:41 AM IST

            Read more

            Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor

            Objective:

            Aim:     To develop a Simulink/state flow modules for wiper control system based on the given conditions. Conditions: If the density of the rain is low, then wiper rotates with low speed, the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with low speed, the…

            calendar

            27 Dec 2022 02:53 PM IST

            Read more

            Project 2 - Development of TFT Cluster Speedometer Software Component

            Objective:

            Aim:- To develope a simulink model as per the requirement and sldd creation, JMAAB Testing, MIL and SIL Coverage report & Harness results for the model to be done. Description:- Cluster Instrument receives the signals from other ECU's via CAN bus interface. It also receives commands from the driver via steering wheel…

            calendar

            27 Dec 2022 02:55 PM IST

            Read more

            Project 1- Traffic Jam Assistant Feature

            Objective:

            Traffic Jam Assistant Feature    AIM Model Development of a single feature of Traffic Jam Assist using MATLAB & Simulink as well as Code Generation using Embedded Coder.    OBJECTIVES Model Development as per MBD guidelines. Creation of Simulink Data Dictionary. Code Generation using Embedded Coder…

            calendar

            27 Jan 2023 07:32 AM IST

            Read more

            Project 2-Highway Assistant-Lane Changing Assistant

            Objective:

            Highway Assistant-Lane Changing Assistant                                                                                                                                   Aim: Model Development of a feature of Highway Assistant-Lane Changing Assistant using MATLAB and Simulink as per MAAB guidelines, producing Model Advisor…

            calendar

            27 Jan 2023 08:54 AM IST

            Read more

            Project 1

            Objective:

            Introduction: The CAN Bus What is CAN? CAN is short for ‘controller area network’. Controller area network is an electronic communication bus defined by the ISO 11898 standards. Those standards define how communication happens, how wiring is configured and how messages are constructed, among other things. Collectively,…

            calendar

            03 Feb 2023 08:51 AM IST

              Read more

              Project 2

              Objective:

              Binary Search In this tutorial, you will learn how Binary Search sort works. Also, you will find working examples of Binary Search in C, C++, Java and Python. Binary Search is a searching algorithm for finding an element's position in a sorted array. In this approach, the element is always searched in the middle of a portion…

              calendar

              05 Feb 2023 07:03 AM IST

                Read more

                Project 3

                Objective:

                DOS is an attack used to deny legitimate users access to a resource such as accessing a website, network, emails, etc. or making it extremely slow. DoS is the acronym for Denial of Service. This type of attack is usually implemented by hitting the target resource such as a web server with too many requests at the same…

                calendar

                05 Feb 2023 01:23 PM IST

                  Read more

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

                  Objective:

                  #include //Library for I2C Communication functions#include //Library for LCD display functionLiquidCrystal lcd(2, 7, 8, 9, 10, 11); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup() {lcd.begin(16,2); //Initilize LCD displaylcd.setCursor(0,0); //Sets Cursor at first line of Displaylcd.print("CYIENT"); //Prints CIRCUIT…

                  calendar

                  15 Feb 2023 04:56 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:

                    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 sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping).…

                    calendar

                    15 Feb 2023 04:56 AM IST

                      Read more

                      Project 1 - 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. CODE: #include <avr/io.h> //we are using I/O registers of AVR#define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" //…

                      calendar

                      04 Mar 2023 06:58 AM IST

                        Read more

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

                        Objective:

                        AIM: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) CODE: /* Project_2_Distance_Ultrasonic.c** Created: 14-Apr-22 11:29:12 AM* Author : Kannaiah */ #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include…

                        calendar

                        04 Mar 2023 07:32 AM IST

                          Read more

                          Project 1 - V&V SW Analysis - I

                          Objective:

                          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 is a specification of requirements that is stated by the customer. In this method, the tester selects a…

                          calendar

                          16 Mar 2023 05:30 AM IST

                            Read more

                            Project 2 - V&V SW Analysis II

                            Objective:

                            Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding Standards Generate…

                            calendar

                            21 Mar 2023 06:11 AM IST

                              Read more

                              Project-1: Modelling an electric Car with Li-ion battery

                              Objective:

                              INTRODUCTION Nowadays, the trend of reducing energy consumption and environmental impact has led to the electrification of vehicle for future transportation. The serious issue of global warming, also known as the greenhouse effect, urban pollution, and the depletion of fossil fuels have increased the worldwide tensions.…

                              calendar

                              29 Mar 2023 07:37 AM IST

                                Read more
                                Showing 1 of 21 projects

                                7 Course Certificates

                                certificate

                                Introduction to Model-Based Development using MATLAB and Simulink

                                CertificateIcon
                                Certificate UID: t3sx87m2i59hrfo0
                                View Certificate
                                certificate

                                Embedded Programming Essentials

                                CertificateIcon
                                Certificate UID: s2ceqakwd1o0rb8v
                                View Certificate
                                certificate

                                Introduction to Automotive Embedded Systems and AUTOSAR

                                CertificateIcon
                                Certificate UID: rh5j4ge92bkpmn8y
                                View Certificate
                                certificate

                                Introduction to Automotive Cybersecurity and Vehicle Networks

                                CertificateIcon
                                Certificate UID: 7t4di0ymsx21wbqu
                                View Certificate
                                certificate

                                AVR Bare Metal Programming- Live Sessions

                                CertificateIcon
                                Certificate UID: btx1f40i72pkc8om
                                View Certificate
                                certificate

                                Software Verification and Validation and System Testing for Hand Code

                                CertificateIcon
                                Certificate UID: b5tm3xl9sz4h60vc
                                View Certificate
                                certificate

                                Fundamentals of Embedded Systems

                                CertificateIcon
                                Certificate UID: rq4yh20w3ofakt9u
                                View Certificate
                                Showing 1 of 7 certificates

                                Academic Qualification

                                B.Com

                                C.P.A College (Cardamom Planters Association College)

                                04 Jul 2019 - 23 Apr 2023

                                12th

                                Z.K.M.Matriculation.School

                                06 Jul 2017 - 04 Jul 2019

                                10th

                                V.pally Sir rama temple

                                05 Jul 2016 - 04 Jul 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
                                4.8

                                29 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

                                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