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

George Ansfer

Embedded Engineer

Skills Acquired at Skill-Lync :

  • MATLAB-BASICS
  • OOPS
  • MODEL-BASED-DEVELOPMENT
  • ADAS-BASICS
  • SIMULINK-BASICS

Introduction

An Experienced Hardware Engineer in the field of Electrical and Electronics Engineering.. Skilled in Embedded C, C ,C++, AUTOSAR, Motor control, PWM ,I2C,SPI Power Electronics, and Design.

10 Projects

Project - Data Handling and Interpolation

Objective:

clc;clear; dt=xlsread('D:\EV design\chall3\VI.xlsx'); %Saving the data from excel to a variable "dt"V=dt(:,1);I=dt(:,2); iv=-17.3:0.1:0.9; % Setting interpolation range ipl=interp1(V,I,iv); %Linear Interpolation (Default) figure(1)plot(V,I,'o',iv,ipl,'*');title('Linear Interpolation');file1 = fopen('linear_interpolation.txt','w');fprintf(file1,'%6s…

calendar

14 Sep 2022 04:14 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>#include <malloc.h>struct node{ int data; struct node* next;}; struct node*createlist(int n){ struct node *head=0,*newnode,*temp; int x,i; for(i=0;i<n;i++) { printf("\nEnter the data: "); fflush(stdout); scanf("%d",&x); newnode=(struct node*) malloc(sizeof(struct…

    calendar

    12 May 2023 06:20 AM IST

      Read more

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

      Objective:

      #include<stdio.h> #include"datas.h"   // Function for Initiate the Process   void Initiate_State_Machine() { current_state=GEAR_DOWN; printf("The FSM program for Flight Landing gear is Initialized and currently the program in  light is : %s\n",State_Machine[current_state].current_state_indication);…

      calendar

      07 Jul 2023 07:29 AM IST

        Read more

        Project 3 Build an object-oriented library in C++

        Objective:

        #include   using namespace std; int in=0; class Vehicle { protected: string make,model,veh_type; int year; long int odometer;   public: Vehicle(string _make = "", string _model="",int _year=0, int _odo=0) { make = _make; model = _model; year = _year; odometer = _odo; } string getType() {   return veh_type; } string getMake()…

        calendar

        16 Oct 2023 06:25 AM IST

          Read more

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

          Objective:

          // Master Arduino #include  #include  LiquidCrystal lcd(12, 11, 5, 4, 3, 2); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup() { lcd.begin(16,2); //Initilize LCD display lcd.setCursor(0,0);  lcd.print("I2C MASTER ARDUINO");  delay(5000); //Delay for 5 seconds lcd.clear(); //Clears LCD display Serial.begin(9600); …

          calendar

          05 Oct 2023 10:04 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:

            onst int digPin = 6; long dist,cm; int index = 0;   int value = 0;   int sum = 0;   int read[5];   int average = 0;   int buff=0; void setup() {     Serial.begin(9600); }   void loop() {   int n;         pinMode(digPin, OUTPUT);   digitalWrite(digPin, LOW);   delay(200);   digitalWrite(digPin, HIGH);   delay(200);   digitalWrite(digPin,…

            calendar

            16 Oct 2023 05:46 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 8000000L #include <avr/interrupt.h> #include <util/delay.h> unsigned int n,duty;   #define rs_high() PORTA |=(1<<2); #define rs_low() PORTA &= ~(1<<2);   #define en_high() PORTA |= (1<<3); #define en_low() PORTA &= ~(1<<3);  …

              calendar

              28 Nov 2023 10:29 AM IST

                Read more

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

                Objective:

                #define F_CPU 16000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <string.h> #include <stdlib.h>   #define LCD_Data DDRD // Define LCD data port direction #define LCD_Comm DDRC // Define LCD command port direction register  #define LCD_Data_Port…

                calendar

                18 Dec 2023 09:14 AM IST

                  Read more

                  Project 1 - V&V SW Analysis - I

                  Objective:

                  Test Plan to test features of a new mobile phone    US-1: When power button of the phone is long pressed                   Phone switch on                             …

                  calendar

                  24 Jan 2024 05:20 AM IST

                    Read more

                    Project 2 - V&V SW Analysis II

                    Objective:

                    Faced lot of difficulties loading particular files in LDRA and as per mentors advice used the available file to do the test( not used the mentioned file in the projrct) and got the possible screenshots

                    calendar

                    05 Feb 2024 11:23 AM IST

                      Read more
                      Showing 1 of 10 projects

                      5 Course Certificates

                      certificate

                      MATLAB Basics

                      CertificateIcon
                      Certificate UID: f3m9ts6dya872nu0
                      View Certificate
                      certificate

                      Embedded Programming Essentials

                      CertificateIcon
                      Certificate UID: e845ovsdzxpr39qj
                      View Certificate
                      certificate

                      Fundamentals of Embedded Systems

                      CertificateIcon
                      Certificate UID: tz603wqxar4i927k
                      View Certificate
                      certificate

                      AVR Bare Metal Programming- Live Sessions

                      CertificateIcon
                      Certificate UID: f7jkdy5q6a2hct8v
                      View Certificate
                      certificate

                      Software Verification and Validation and System Testing for Hand Code

                      CertificateIcon
                      Certificate UID: mqy5xh4p8906r31t
                      View Certificate
                      Showing 1 of 5 certificates

                      Academic Qualification

                      Ph.D

                      Anna University

                      13 Jun 2016 - 16 Dec 2021

                      M.E

                      CSI Institute of Technology

                      09 Jul 2009 - 07 Jul 2011

                      B.E

                      St. Xavier’s Catholic College of Engineering

                      16 Aug 2004 - 20 May 2008

                      12th

                      St. Lawrence High school

                      08 Jul 2002 - 25 Mar 2004

                      10th

                      St. Lawrence High school

                      11 Jun 2001 - 20 Mar 2002

                      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
                      3.4

                      7 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