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

Srinivas Chilakamarthi

Diploma

Skills Acquired at Skill-Lync :

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

Introduction

Iam interested for embedded engineer & IoT engineer

27 Projects

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

Objective:

PROJECT-1 AIM:   {Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display}.   AVR PROJECT-1.c * * Created: 8/28/2022 6:43:45 PM * Author : srinivas */ #include <avr/io.h> #define F_CPU 16000000L #include…

calendar

28 Aug 2022 01:34 PM IST

    Read more

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

    Objective:

      .{Implement the Code for controlling the retraction and extension of Airplane’s landing gear}.   #include <stdio.h>void Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown,…

    calendar

    29 Aug 2022 06:20 AM IST

      Read more

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

      Objective:

       .{easuring distance of an object using ultrasonic sensor (HC-SR04)}.   avr project-2.c * * Created: 8/29/2022 2:23:43 AM * Author : srinivas */ #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define…

      calendar

      29 Aug 2022 09:47 AM IST

        Read more

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

        Objective:

          .{Implement the Code for controlling the retraction and extension of Airplane’s landing gear}.   #include void Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF,…

        calendar

        30 Aug 2022 05:41 PM IST

          Read more

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

          Objective:

            .{Implement the Code for controlling the retraction and extension of Airplane’s landing gear}.   #include void Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF,…

          calendar

          01 Sep 2022 01:22 PM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

                                                      Test features required by the customer:       Test feature 1: When long pressed the power button of the phone shall switch on with a company logo at the…

            calendar

            09 Sep 2022 10:13 AM IST

              Read more

              Project 2 - V&V SW Analysis II

              Objective:

                                                       v&v 2nd project

              calendar

              09 Sep 2022 10:26 AM IST

                Read more

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

                Objective:

                1a) Slave.   #include<Wire.h>#include<LiquidCrystal.h>LiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #include<Wire.h>void…

                calendar

                20 Oct 2022 03:43 PM IST

                  Read more

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

                  Objective:

                  1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                  calendar

                  21 Oct 2022 12:23 PM IST

                    Read more

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

                    Objective:

                    1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                    calendar

                    25 Oct 2022 09:44 AM IST

                      Read more

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

                      Objective:

                      1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                      calendar

                      25 Oct 2022 09:46 AM IST

                        Read more

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

                        Objective:

                        1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                        calendar

                        27 Oct 2022 02:55 AM IST

                          Read more

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

                          Objective:

                          1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                          calendar

                          30 Oct 2022 12:32 PM IST

                            Read more

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

                            Objective:

                            1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                            calendar

                            01 Nov 2022 04:06 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:

                                                                                         PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong…

                              calendar

                              01 Nov 2022 05:09 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:

                                                                                           PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                calendar

                                03 Nov 2022 07:14 AM IST

                                  Read more

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

                                  Objective:

                                  1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                                  calendar

                                  03 Nov 2022 07:22 AM IST

                                    Read more

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

                                    Objective:

                                    1a) Slave.   #include#includeLiquidCrystal lcd(13,12,5,4,3,2);void setup(){Serial.begin(9600);lcd.begin(16,2);Wire.begin(1);Wire.onReceive(myfunction);}void myfunction(int p){int a=Wire.read();lcd.setCursor(4,0);lcd.print(a);delay(500);} void loop(){ } 1b). Master.   #includevoid setup(){Serial.begin(9600);Serial.println("master");Wire.begin();}…

                                    calendar

                                    08 Nov 2022 03:50 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:

                                                                                                 PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                      calendar

                                      08 Nov 2022 03:50 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:

                                                                                                   PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                        calendar

                                        11 Nov 2022 02:55 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:

                                                                                                     PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                          calendar

                                          15 Nov 2022 03:13 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:

                                                                                                       PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                            calendar

                                            23 Nov 2022 05:55 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:

                                                                                                         PROJECT - 2 CODE:   int trigPin = 2; // initialize Trigger pinint echoPin = 4; // initialize Echo pinlong duration, cm, inches; //declare the variableslong sum=0;long avg;int i; void setup() // one time run the loop { Serial.begin (9600); //used for serial monitor…

                                              calendar

                                              24 Nov 2022 04:49 AM IST

                                                Read more

                                                Week -2

                                                Objective:

                                                1st question : PS-Simulink and Simulink-PS converter, Scopes, Displays, Pulse generator, electrical and mechanical references, solenoid, Battery, switch, ideal Transalation motion sensor, solver configuration. These are the following simscape and Simulink blocks that are going to use in this simulation.   PS-Simulink…

                                                calendar

                                                13 Dec 2022 10:29 AM IST

                                                  Read more

                                                  Week - 4

                                                  Objective:

                                                                                                        1ST QUESTION   Implement control logic of a “washing machine” using State flow as per given sequence:  If the…

                                                  calendar

                                                  03 Jan 2023 11:52 AM IST

                                                    Read more

                                                    Project

                                                    Objective:

                                                                                                          PROJECT-1     SIMULINK MODEL FOR BAJA ATV WITH CVT:     Major components in the model: Continuously Variable Transmission…

                                                    calendar

                                                    06 Jan 2023 07:12 AM IST

                                                      Read more

                                                      Week 1 Understanding Different Battery Chemistry

                                                      Objective:

                                                      Lithium-ion battery Types SP SE SF LS CS PF Lithium Cobalt Oxide L H L L L M Lithium Manganese Oxide M M M L L L Lithium Nickel Manganese Cobalt Oxide M H M M L M Lithium Iron Phosphate H L H H L M Lithium Nickel Cobalt Aluminum Oxide M H L M M M Lithium Titanate M L H H H H

                                                      calendar

                                                      28 Feb 2023 06:02 AM IST

                                                        Read more
                                                        Showing 1 of 27 projects

                                                        6 Course Certificates

                                                        certificate

                                                        AVR Bare Metal Programming- Live Sessions

                                                        CertificateIcon
                                                        Certificate UID: ch1tamsoxy5p2qrj
                                                        View Certificate
                                                        certificate

                                                        Embedded Programming Essentials

                                                        CertificateIcon
                                                        Certificate UID: io0cz2d56ak8ernp
                                                        View Certificate
                                                        certificate

                                                        Software Verification and Validation and System Testing for Hand Code

                                                        CertificateIcon
                                                        Certificate UID: meohgjxzw0tb516y
                                                        View Certificate
                                                        certificate

                                                        Fundamentals of Embedded Systems

                                                        CertificateIcon
                                                        Certificate UID: kxvdizhswe3b45tn
                                                        View Certificate
                                                        certificate

                                                        Introduction to Physical Modeling using Simscape

                                                        CertificateIcon
                                                        Certificate UID: sgpmo9kiavuq6rxe
                                                        View Certificate
                                                        certificate

                                                        C++ Essentials

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

                                                        4 Workshop Certificates

                                                        certificate

                                                        Introduction to power System analysis

                                                        CertificateIcon
                                                        Certificate UID: 28ey04l6wu
                                                        View Certificate
                                                        certificate

                                                        Hands-on with Raspberry Pi

                                                        CertificateIcon
                                                        Certificate UID: e168fcig7r
                                                        View Certificate
                                                        certificate

                                                        Electric Vehicle Components and Fundamentals

                                                        CertificateIcon
                                                        Certificate UID: o4rvj8hptx
                                                        View Certificate
                                                        certificate

                                                        Electric Vehicle Components and Fundamentals

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

                                                        Academic Qualification

                                                        Diploma

                                                        Kakinada Institute of Technology and Science (KITS)

                                                        04 Jun 2018 - 13 May 2021

                                                        10th

                                                        Andhra Pradesh 533432

                                                        12 Apr 2017 - 14 May 2018

                                                        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

                                                        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

                                                        19 Hours of Content

                                                        coursecard
                                                        Recently launched

                                                        21 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