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

Arul Raj

Looking for job in Embedded Domain

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • HEV
  • SIMULINK-BASICS
  • HEV-FUNDAMENTALS
  • BATTERY-TECHNOLOGY

Introduction

NA

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

Program: #include #include typedef enum { FALSE, TRUE } boolean; struct Node { int value; struct Node* next; }; // function return the memory allocated to the new node struct Node* createNode() { return (struct Node*) malloc(sizeof(struct Node)); } // insert the node to end of list void addValueToList(struct Node** p,…

calendar

12 Oct 2022 06:30 AM IST

    Read more

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

    Objective:

    Program: Master: #include void setup() { Serial.begin(9600); Wire.begin(1); Wire.onRequest(requestEvent); } void loop() { } void requestEvent() { float tempInCelsius = ((float(analogRead(A0))*5/1024)-0.5)/0.01; int tempInFahrenheit=(tempInCelsius*9.0/5.0)+32.0; Serial.print("Temperature reading: "); Serial.println(tempInFahrenheit);…

    calendar

    19 Dec 2022 06:46 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:

      Program: #include <Adafruit_LiquidCrystal.h> Adafruit_LiquidCrystal lcd(0); void setup() { lcd.begin(16, 2); Serial.begin(9600); } void loop() { float sum = 0, avg = 0; // using Simple Moving Average smoothen the sensor data, // add the 5 consecutive and calculate average by dividing sum for(int i = 0; i < 5;…

      calendar

      20 Dec 2022 06:46 AM IST

        Read more

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

        Objective:

        Program: #include <avr/io.h> #define F_CPU 16000000 #include "avr/interrupt.h" #include <util/delay.h> #define lcdPort PORTB #define rsHigh PORTC|=(1 << 0) #define rsLow PORTC&=~(1 << 0) #define enHigh PORTC|=(1 << 1) #define enLow PORTC&=~(1 << 1) enum STATUS { ON, OFF }; uint8_t…

        calendar

        11 Jan 2023 08:27 AM IST

          Read more

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

          Objective:

          Program: #include <avr/io.h> #include "avr/interrupt.h" #define F_CPU 16000000 #include <util/delay.h> #define Baudrate 9600 #define UBRR ((F_CPU / (16 * Baudrate)) - 1) enum status { ON, OFF }; enum status counterStatus = OFF; uint16_t counterValue = 65000; void initTriggerPulse() { DDRB |= (1<<DDB1);…

          calendar

          18 Jan 2023 03:00 PM IST

            Read more

            Project 2 - V&V SW Analysis II

            Objective:

            1. Static Code Review Analysis Select single file from source  Create new sequence 'arpg1' and make sure 'code coverage' enabled Run Static Analysis from source menu Generate Report     2. Integration testing Open TBurn select Multiple files from Source menu create new set with name arpg2 and select…

            calendar

            20 Feb 2023 02:48 PM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              Test Plan: Test plan is the detailed documention which covers all the necessary activities to perform to ensure the quality of the product and verifies the product meets all the requirements.Test Plans document the general testing strategy. Test plans are the necessary document used in both black box testing and white…

              calendar

              21 Feb 2023 07:39 PM IST

                Read more
                Showing 1 of 7 projects

                6 Course Certificates

                certificate

                Embedded Programming Essentials

                CertificateIcon
                Certificate UID: zbmw1pt8q5xahn0r
                View Certificate
                certificate

                Fundamentals of Embedded Systems

                CertificateIcon
                Certificate UID: 193tz2mlqbd8kcn0
                View Certificate
                certificate

                AVR Bare Metal Programming- Live Sessions

                CertificateIcon
                Certificate UID: udjet1sfma9cvpg5
                View Certificate
                certificate

                Software Verification and Validation and System Testing for Hand Code

                CertificateIcon
                Certificate UID: 2zfr91dyvjlgteh6
                View Certificate
                certificate

                C++ Essentials

                CertificateIcon
                Certificate UID: 5dz8q4hy6ofnm1tx
                View Certificate
                certificate

                Aptitude

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

                Academic Qualification

                B.E

                St. Xavier’s Catholic College of Engineering, Nagercoil

                01 Apr 2009 - 01 Mar 2013

                12th

                St.Joseph's Higher Secondary School

                01 Apr 2008 - 01 Mar 2009

                10th

                St.Joseph's Higher Secondary School

                01 Apr 2006 - 01 Apr 2007

                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

                coursecard
                Recently launched

                21 Hours of Content

                coursecard
                Recently launched

                10 Hours of Content

                coursecard
                Recently launched

                18 Hours of Content

                coursecard
                Recently launched

                19 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