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

Raghul E

8 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 <stdbool.h>#include <stdio.h>    // preprocessor#include <stdlib.h>struct node   //structure declaration{    int data;    struct node *next;  //self referential structure declaration};//function declarationvoid push(struct node**head_ref,int key);int isPresent(struct…

calendar

07 Nov 2022 05:16 AM IST

    Read more

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

    Objective:

    #include <stdio.h>void Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF, RaisingGear, GearUp, CheckBeforeLanding, LoweringGear};typedef enum State{…

    calendar

    15 Nov 2022 06:40 AM IST

      Read more

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

      Objective:

      //MASTER//I2C Communication between two arduino //library for I2C communication function#include //library for LCD display#include //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 at 9600 band rate Serial.begin(9600);}…

      calendar

      23 Nov 2022 08:10 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 //library file for I2C communication #include //library file for lcd displyLiquidCrystal lcd(12,11,5,4,3,2); // Define LCD pins void setup(){ lcd.begin(16,2); // initialize LCD dispaly Wire.begin(); // begin I2C communication } void loop(){ Wire.requestFrom(1,2); // request 2 byte from slave byte…

        calendar

        23 Nov 2022 11:22 AM IST

          Read more

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

          Objective:

          #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 EN_high PORTD |= (1<<6)#define…

          calendar

          28 Nov 2022 12:28 PM IST

            Read more

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

            Objective:

            #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 reset#define en_high() PORTB |=…

            calendar

            28 Nov 2022 12:44 PM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              if(owner switch on the phone) { (Company logo at the center of the screen) } else if(customer switch on the phone) { (All my icons of the APPS shall be present in the grid) } else if(owner powered on the phone) { (the "call the phone" icon is the first icon and the "Dictionary" icon…

              calendar

              03 Dec 2022 09:10 AM IST

                Read more

                Project 2 - V&V SW Analysis II

                Objective:

                batch 2  

                calendar

                07 Dec 2022 04:19 AM IST

                  Read more
                  Showing 1 of 8 projects

                  6 Course Certificates

                  certificate

                  Embedded Programming Essentials

                  CertificateIcon
                  Certificate UID: cnedh3oxpr7fus4l
                  View Certificate
                  certificate

                  Fundamentals of Embedded Systems

                  CertificateIcon
                  Certificate UID: szyhe6gi5la0on2v
                  View Certificate
                  certificate

                  AVR Bare Metal Programming- Live Sessions

                  CertificateIcon
                  Certificate UID: a1cy5ov4q9gpu06b
                  View Certificate
                  certificate

                  Software Verification and Validation and System Testing for Hand Code

                  CertificateIcon
                  Certificate UID: xbw4atjlzhscr1dm
                  View Certificate
                  certificate

                  FreeRTOS Essentials - BB6

                  CertificateIcon
                  Certificate UID: owzyqj76evgcth1k
                  View Certificate
                  certificate

                  C++ Essentials

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

                  Academic Qualification

                  B.E

                  university college of engineering panruti

                  01 Jul 2018 - 31 Aug 2022

                  12th

                  John Dewey Matric Higher Secondary School

                  01 Jun 2016 - 31 May 2018

                  10th

                  John Dewey Matric Higher Secondary School

                  01 May 2015 - 31 May 2016

                  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