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

Vishwanath Ravichandran

Skills Acquired at Skill-Lync :

  • OOPS

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

  #include #include struct Node//node creation{    int data;    struct Node* next;};void push(struct Node** head_ref, int new_data);//function declarationint isPresent(struct Node* head, int data);struct Node* getUnion(struct Node* head1, struct Node* head2)// Function to get union of two linked…

calendar

07 Nov 2022 05:27 AM IST

    Read more

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

    Objective:

    Implement the Code for controlling the retraction and extension of Airplane’s landing gear #include // header files#includetypedef enum//enum declaration for lever position{   down,   raising,   up,   falling}liverpos;liverpos a;typedef enum//enum declaration for limit switch{open,close}limit;typedef enum//enum declaration…

    calendar

    09 Nov 2022 05:45 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:

        #include #include struct Node//node creation{    int data;    struct Node* next;};void push(struct Node** head_ref, int new_data);//function declarationint isPresent(struct Node* head, int data);struct Node* getUnion(struct Node* head1, struct Node* head2)// Function to get union of two linked lists head1 and head2{ …

      calendar

      10 Nov 2022 05:19 AM IST

        Read more

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

        Objective:

        //I2C Master code#include<Wire.h> //Library for I2C communication#include<LiquidCrystal.h> //Library for LCD display functionLiquidCrystal lcd(2,7,8,9,10,11);//Define LCD module pinvoid setup(){ lcd.begin(16,2);//initialize LCD display lcd.setCursor(0,0);//set cursor at first line of display lcd.print("skill");//print…

        calendar

        19 Nov 2022 09:29 AM IST

          Read more

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

          Objective:

          //I2C Master code#include //Library for I2C communication#include //Library for LCD display functionLiquidCrystal lcd(2,7,8,9,10,11);//Define LCD module pinvoid setup(){ lcd.begin(16,2);//initialize LCD display lcd.setCursor(0,0);//set cursor at first line of display lcd.print("skill");//print in LCD lcd.setCursor(0,1);//set…

          calendar

          23 Nov 2022 08:14 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:

            //MASTER//I2C Communication between two arduino //library for I2C communication function#include <Wire.h>//library for LCD display#include <LiquidCrystal.h>//Define LCD module pinsLiquidCrystal lcd_1(12, 11, 5, 4, 3, 2); void setup(){ //Begin I2C communication at A4,A5 Wire.begin(); //Begin Serial communication…

            calendar

            23 Nov 2022 08:19 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:

              //Master device//Header to use LCD functions#include<LiquidCrystal.h>// Header to use I2C communication#include<Wire.h>//pin connected to LCD#include<LiquidCrystal.h>LiquidCrystal lcd(12,11,5,4,3,2); void setup(){ lcd.begin(16,2);//(16,2)lcd clum and row lcd.setCursor(0,0); lcd.print("SKILL-LYNC"); lcd.setCursor(0,1);…

              calendar

              23 Nov 2022 08:31 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.   #include <avr/io.h>#define F_CPU 16000000L#include <util/delay.h>#include "avr/interrupt.h" #define sw_dir (PIND&(1<<1))#define…

                calendar

                27 Nov 2022 02:19 PM 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) #include <avr/io.h>#include "avr/interrupt.h"#define F_CPU 16000000L#include <util/delay.h>#define lcdport PORTD //object macro for PORTB#define rs_high() PORTB |= (1<<7);…

                  calendar

                  27 Nov 2022 02:37 PM 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 development stage and is yet to be UA (User Acceptance ) tested…

                    calendar

                    03 Dec 2022 07:39 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.   Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…

                      calendar

                      03 Dec 2022 08:01 AM IST

                        Read more
                        Showing 1 of 11 projects

                        5 Course Certificates

                        certificate

                        Embedded Programming Essentials

                        CertificateIcon
                        Certificate UID: msvkyn5xg31a9bjf
                        View Certificate
                        certificate

                        Fundamentals of Embedded Systems

                        CertificateIcon
                        Certificate UID: rg7l35bjstf9wku1
                        View Certificate
                        certificate

                        AVR Bare Metal Programming- Live Sessions

                        CertificateIcon
                        Certificate UID: jonwz206bvs4pit1
                        View Certificate
                        certificate

                        Software Verification and Validation and System Testing for Hand Code

                        CertificateIcon
                        Certificate UID: m075x36yts2ah9v8
                        View Certificate
                        certificate

                        FreeRTOS Essentials - BB6

                        CertificateIcon
                        Certificate UID: ubtyai3dfkcq52pe
                        View Certificate
                        Showing 1 of 5 certificates

                        Academic Qualification

                        B.E

                        VSB Engineering College

                        02 May 2016 - 01 May 2020

                        12th

                        Christ the King

                        01 Jul 2015 - 02 May 2016

                        10th

                        Christ the King

                        01 May 2013 - 01 May 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
                        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

                        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