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

Pushparaj P

good learner

Introduction

finished my post graduate on the domain of power electronics and drives.

9 Projects

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

Objective:

//MASTER CODE #include #include LiquidCrystal lcd (2,7,8,9,10,11);   //DEFINE LCD DISPLAY MODULE PINS  void setup()  {    lcd.begin(16,2);                 //INITIALIZE LCD DISPLAY    lcd.setcursor(0,0);    lcd.print("skill lynch");    lcd.setcursor(0,1);    lcd.print("I2C ARDUINO 2 ARDUINO");    for (int i=0; i

calendar

04 Mar 2023 08:05 AM IST

    Read more

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

    Objective:

    /* * PROJECT-1.c * * Created: 11-04-2023 13:33:38 * Author : User */ #include <avr/io.h>#define F_CPU 16000000L#include "avr/interrupt.h"#include <util/delay.h> #define sw_d (PIND&(1<<1))#define sw_speed (PIND&(1<<2))#define power (PINC&(1<<3))#define lcd_port PORTB#define RS_high…

    calendar

    12 Apr 2023 08:24 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:

      #include <LiquidCrystal.h> #define trigger 12#define echo 11 LiquidCrystal lcd(2,3,4,5,6,7);float time=0,distance=0; void setup(){ lcd.begin(16,2); pinMode(trigger,OUTPUT); pinMode(echo,INPUT); lcd.print(" Ultra sonic"); lcd.setCursor(0,1); lcd.print(" sensor"); delay(2000); lcd.clear(); lcd.print(" Distance Meter");…

      calendar

      15 Apr 2023 05:22 AM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        TEST PLAN if( product owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open icon of apps in grid; } else if(product owner power on the phone) { shows call the phone icon on first position at bottom bar; } else if(product owner power on the phone) { shows…

        calendar

        05 Jun 2023 02:01 PM IST

          Read more

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

          Objective:

          #define F_CPU 8000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <string.h> #include <stdlib.h>     #define LCD_Data_Dir DDRD  #define LCD_Command_Dir DDRC  #define LCD_Data_Port PORTD  #define LCD_Command_Port PORTC  #define…

          calendar

          06 Jun 2023 12:25 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:

            /*  ============================================================================  Name        : Project_1.c      Copyright   : Your copyright notice  Description : Creation of user defined data type to implement the user interfaces        …

            calendar

            02 Jul 2023 07:36 AM IST

              Read more

              Project 2 - V&V SW Analysis II

              Objective:

              1.“C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c”   manual testcase new sequence- prt2 create new test case-datanoma input given as 2 output- passed report 2. Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…

              calendar

              03 Jul 2023 02:15 PM IST

                Read more

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

                Objective:

                1. Implement the Code for controlling the retraction and extension of Airplane’s landing gear Using finite state machine, Goals: Valve's direction can be controlled. Controlling the retraction and extension of the landing gear on an aeroplane. #include <stdio.h> typedef enum States {      …

                calendar

                05 Jul 2023 01:43 PM IST

                  Read more

                  Project 3

                  Objective:

                  1.Build an object-oriented library which can be used to track automobile maintenance. There can be different car types such as petrol, diesel, gas, electric etc., This library should be able to support at least three of the car types.Maintenance tasks include activities like oil change or replace oil filter, replace air…

                  calendar

                  13 Jul 2023 11:22 AM IST

                    Read more
                    Showing 1 of 9 projects

                    4 Course Certificates

                    certificate

                    Fundamentals of Embedded Systems

                    CertificateIcon
                    Certificate UID: n5d4jbyupq9v60a7
                    View Certificate
                    certificate

                    AVR Bare Metal Programming- Live Sessions

                    CertificateIcon
                    Certificate UID: sap8mld4kytb953n
                    View Certificate
                    certificate

                    Software Verification and Validation and System Testing for Hand Code

                    CertificateIcon
                    Certificate UID: qblrwm0odts471iz
                    View Certificate
                    certificate

                    Embedded Programming Essentials

                    CertificateIcon
                    Certificate UID: uv69nt5wxygaz1f4
                    View Certificate
                    Showing 1 of 4 certificates

                    Academic Qualification

                    M.E

                    jeppiaar engineering college

                    06 May 2019 - 05 Apr 2021

                    B.E

                    jeppiaar engineering college

                    11 May 2015 - 09 Apr 2018

                    Diploma

                    annai velankanni polytechnic college

                    16 Jul 2012 - 11 May 2015

                    10th

                    krishnasamy memorial matriculation higher secondary school

                    05 Apr 2011 - 09 Apr 2012

                    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