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

Vikash K

12 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<stdio.h> //preprocessor directive#include<stdlib.h> struct node // structure{ int data; //datatype member struct node *link;};// fun prototypestruct node* insert_node(struct node *head_ref,int data);void disply_list(struct node *head_ref);void union_node(struct node *head1_ref,struct…

calendar

04 Nov 2022 12:38 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:

        #include //preprocessor directive#include struct node // structure{ int data; //datatype member struct node *link;};// fun prototypestruct node* insert_node(struct node *head_ref,int data);void disply_list(struct node *head_ref);void union_node(struct node *head1_ref,struct node *head2_ref);void intsec_node(struct…

    calendar

    06 Nov 2022 02:10 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:

          #include //preprocessor directive#include struct node // structure{ int data; //datatype member struct node *link;};// fun prototypestruct node* insert_node(struct node *head_ref,int data);void disply_list(struct node *head_ref);void union_node(struct node *head1_ref,struct node *head2_ref);void intsec_node(struct…

      calendar

      09 Nov 2022 09:07 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 //preprocessor directive#include struct node // structure{ int data; //datatype member struct node *link;};// fun prototypestruct node* insert_node(struct node *head_ref,int data);void disply_list(struct node *head_ref);void union_node(struct node *head1_ref,struct node *head2_ref);void intsec_node(struct…

        calendar

        10 Nov 2022 11:00 AM IST

          Read more

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

          Objective:

               #include <stdio.h> // preprocessor directives // fun prototypevoid initial_state_machine();void geardown();void gearup();void checking_before_takeoff();void checking_before_landing();void loweringgear();void raisinggear(); // decl of states in enum typetypedef enum states{ gear_down, check_before_takeoff,…

          calendar

          10 Nov 2022 12:17 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:

                #include //preprocessor directive#include struct node // structure{ int data; //datatype member struct node *link;};// fun prototypestruct node* insert_node(struct node *head_ref,int data);void disply_list(struct node *head_ref);void union_node(struct node *head1_ref,struct node *head2_ref);void intsec_node(struct…

            calendar

            11 Nov 2022 09:14 AM IST

              Read more

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

              Objective:

              //embedded offline batch 2   //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("vikash");//print…

              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 code#include<Wire.h> //library file for I2C communication #include<LiquidCrystal.h> //library file for lcd displyLiquidCrystal lcd(12,11,6,5,4,3); // Define LCD pinsvoid setup(){ lcd.begin(16,2); // initialize LCD dispaly Wire.begin(); // begin I2C communication }void loop(){ Wire.requestFrom(1,2);…

                calendar

                23 Nov 2022 09:42 AM IST

                  Read more

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

                  Objective:

                  Embedded Offline Batch-2   #include <avr/io.h>#define F_CPU 16000000L#include <util/delay.h>#include "avr/interrupt.h" #define sw_dir (PIND&(1<<1))#define sw_spd (PIND&(1<<2))#define pw (PINC&(1<<3))#define RS_high PORTD |= (1<<5)#define RS_low PORTD &=~ (1<<5)#define…

                  calendar

                  28 Nov 2022 10:03 AM IST

                    Read more

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

                    Objective:

                    Embeddded Offline Batch-2   #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); //object macro for PORTB7 set#define rs_low() PORTB &= ~(1<<7); //object macro for PORTB7…

                    calendar

                    28 Nov 2022 12:38 PM IST

                      Read more

                      Project 1 - V&V SW Analysis - I

                      Objective:

                      //offline embedded 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 08:58 AM IST

                        Read more

                        Project 2 - V&V SW Analysis II

                        Objective:

                        PDF INCLUDE BELOW

                        calendar

                        03 Dec 2022 09:18 AM IST

                          Read more
                          Showing 1 of 12 projects

                          7 Course Certificates

                          certificate

                          Embedded Programming Essentials

                          CertificateIcon
                          Certificate UID: 12cg60h43aptdnlk
                          View Certificate
                          certificate

                          Fundamentals of Embedded Systems

                          CertificateIcon
                          Certificate UID: az43tf2prdkhcm0e
                          View Certificate
                          certificate

                          AVR Bare Metal Programming- Live Sessions

                          CertificateIcon
                          Certificate UID: zvieh6bk1lf54w0a
                          View Certificate
                          certificate

                          Software Verification and Validation and System Testing for Hand Code

                          CertificateIcon
                          Certificate UID: f3pig48bmlj5zev7
                          View Certificate
                          certificate

                          FreeRTOS Essentials - BB6

                          CertificateIcon
                          Certificate UID: w7hk30unvazc56rt
                          View Certificate
                          certificate

                          C++ Essentials

                          CertificateIcon
                          Certificate UID: p8v49go2nzs3ehmw
                          View Certificate
                          certificate

                          Device Drivers and Serial Communication Protocols - BB4

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

                          Academic Qualification

                          B.E

                          NARASU'S SARAPHY INSTITUTE OF tECHNOLOGY

                          27 Sep 2017 - 14 Sep 2021

                          12th

                          MAM MatriC HSS

                          16 Sep 2016 - 13 Sep 2017

                          10th

                          MAM MatriC HSS

                          12 Sep 2014 - 24 Sep 2015

                          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

                          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