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

syed razikh

Mr

Skills Acquired at Skill-Lync :

  • OOPS

Introduction

am an energetic and passionate graduate student in Electrical and Electronics engineering from Anna University with Model Based Development, AVR Bare Metal, AUTOSAR, Embedded C, C, C++, STM32cubeIDE, MATLAB, Simulink as my areas of interest. In addition to my expertise and skillset, I'm passionate about Post Graduate Program in Embedded c essentials for EV Applications worked on several projects in Skill-Lync.

10 Projects

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

Objective:

// master code#include//i2c communication hedder file#include//lcd disply headder fileLiquidCrystal lcd(12,11,3,4,5,6);//lcd pin dec void setup(){lcd.begin(16,2);lcd.setCursor(5,0);lcd.print("Master");delay(1000);lcd.clear();// clear the lcd displyWire.begin(); //enable the communication} void loop(){Wire.requestFrom(1,1);//address…

calendar

07 Dec 2022 05:17 PM 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#include<LiquidCrystal.h> // Header to use LCD functions#include<Wire.h> // Header to use I2C communicationLiquidCrystal lcd(12,11,6,5,4,3); //pins connected to LCDint distance; //variable to print the data from slave void setup(){lcd.begin(16,2); lcd.setCursor(5,0); lcd.print("Master"); delay(2000);…

    calendar

    07 Dec 2022 05:19 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 <stdio.h>#include <stdlib.h> // A structure of linked list nodestruct node { int data; struct node *next; } *LinkedListOne, *LinkedListTwo, *unionLL, *intersectionLL; void initialize() { LinkedListOne = LinkedListTwo = NULL;}//Given a Inserts a node in front of a singly linked list. void insert(struct…

      calendar

      11 Dec 2022 12:53 PM IST

        Read more

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

        Objective:

        #include#includevoid initial_state();void gear_down();void checking_before_takeoff();void raising_gear();void lowering_gear();void checking_before_landing();void gear_up();enum states{    geardown,    chkb4_takeoff,    raisinggear,    gearup,    chkb4_landing,    loweringgear};enum pilot_lever_state{    raising,    falling, …

        calendar

        13 Dec 2022 04:24 PM IST

          Read more

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

          Objective:

          #include#includevoid initial_state();void gear_down();void checking_before_takeoff();void raising_gear();void lowering_gear();void checking_before_landing();void gear_up();enum states{    geardown,    chkb4_takeoff,    raisinggear,    gearup,    chkb4_landing,    loweringgear};enum pilot_lever_state{    raising,    falling, …

          calendar

          17 Dec 2022 04:50 PM IST

            Read more

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

            Objective:

            #include#includevoid initial_state();void gear_down();void checking_before_takeoff();void raising_gear();void lowering_gear();void checking_before_landing();void gear_up();enum states{    geardown,    chkb4_takeoff,    raisinggear,    gearup,    chkb4_landing,    loweringgear};enum pilot_lever_state{    raising,    falling, …

            calendar

            20 Dec 2022 02:24 PM IST

              Read more

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

              Objective:

              /* * project 1 sr.c * * Created: 01-01-2023 20:22:35 * Author : syed razikh */ c

              calendar

              01 Jan 2023 06:11 PM IST

                Read more

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

                Objective:

                /* * project 2 sr.c * * Created: 02-01-2023 20:37:49 * Author : syed razikh */ #include // avr header file #define F_CPU 16000000ul // f_cpu defined#include // delay header file#include // interrupt header file#include // string header file#include //standard library header file #define lcd_data_dir DDRD // define lcd…

                calendar

                02 Jan 2023 05:00 PM IST

                  Read more

                  Project 1 - V&V SW Analysis - I

                  Objective:

                  Question 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 .Every other thing to be included in the test plan can be hypothetical. US-1:As…

                  calendar

                  26 Jan 2023 01:30 PM 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

                    26 Jan 2023 03:27 PM IST

                      Read more
                      Showing 1 of 10 projects

                      7 Course Certificates

                      certificate

                      Fundamentals of Embedded Systems

                      CertificateIcon
                      Certificate UID: yictx0d7lo83m5hz
                      View Certificate
                      certificate

                      Embedded Programming Essentials

                      CertificateIcon
                      Certificate UID: rl17k2c9vtjedwzy
                      View Certificate
                      certificate

                      AVR Bare Metal Programming- Live Sessions

                      CertificateIcon
                      Certificate UID: n3vdlziyqpsk7m26
                      View Certificate
                      certificate

                      Aptitude

                      CertificateIcon
                      Certificate UID: b6mtaw8j05fig7nd
                      View Certificate
                      certificate

                      HR Prep

                      CertificateIcon
                      Certificate UID: kz6v30wdbso8hxfr
                      View Certificate
                      certificate

                      Verbal Ability

                      CertificateIcon
                      Certificate UID: vqejga490ko5wifs
                      View Certificate
                      certificate

                      Software Verification and Validation and System Testing for Hand Code

                      CertificateIcon
                      Certificate UID: 14n7i6ubzoqfw5he
                      View Certificate
                      Showing 1 of 7 certificates

                      Academic Qualification

                      B.E

                      KARAVALI GROUP OF COLLEGES

                      24 Jul 2018 - 10 Aug 2022

                      12th

                      Seshadripuram Composite PU College

                      11 Apr 2017 - 22 May 2018

                      10th

                      National English School

                      14 Apr 2015 - 24 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

                      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