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

Sailaja Kotikela

kotikela

Skills Acquired at Skill-Lync :

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

Introduction

embedded c

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

    Project  1  : 1.    #include <stdio.h>2.    #include <stdlib.h> 3.    // A structure of linked list node4.    struct node 5.     {6.    int data;7.    struct node *next; 8.    } *LLOne, *LLTwo, *unionLL,…

calendar

03 Aug 2022 10:18 PM IST

    Read more

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

    Objective:

          Code  :   1.  #include <iostream>2.   using namespace std; 3.   string lights,lever;4.   void setLightsRed(){5.    lights = "Red";6.    }7.   void setLightsGreen(){8.    lights= "Green";9.    } 10. …

    calendar

    09 Aug 2022 11:38 AM IST

      Read more

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

      Objective:

      Ans)     16*2 LCD CODE :          Object : *  Firstly , We see how to interface LCD 16×2 to Arduino Uno, but there are very complicated circuits, so in this tutorial, I'll show you how to reduce circuitry by using I2C module which is very compact & easy to connection.…

      calendar

      15 Aug 2022 06:39 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:

         Ans)        Measuring distance with ultrasonic sensor :          COMPONENTS AND SUPPLIES  : 1.   Ultrasonic Sensor  HC - SR04  -    1 2.   Juper wires                     …

        calendar

        17 Aug 2022 07:16 PM IST

          Read more

          Project 1 - V&V SW Analysis - I

          Objective:

          Ans)   AIM: *  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…

          calendar

          25 Aug 2022 08:07 PM IST

            Read more

            Project 2 - V&V SW Analysis II

            Objective:

            1Ans)        What Is Static Code Analysis Static code analysis is a method of debugging by examining source code before a program is run. It’s done by analyzing a set of code against a set (or multiple sets) of coding rules. *  Static code analysis and static analysis are often used…

            calendar

            26 Aug 2022 07:19 AM IST

              Read more

              Project 1 - Implement a fully functional Queue in C language using Linked lists

              Objective:

              Ans) 1.  #include <bits/stdc++.h> 2.  using namespace std;    3.  struct QNode { 4.  int data; 5.  QNode* next; 6.  QNode(int d) 7.  { 8.  data = d; 9.  next = NULL; 10.  } 11.  };    12. Struct  Queue 13. { 14. QNode *front, *rear;…

              calendar

              03 Sep 2022 07:18 PM IST

                Read more

                Project 2 - Integrate following sensors to the Dev Board

                Objective:

                Ans) GPS :* Consumer grade off-the-shelf GPS sensors, also known as GPS mice (e.g., Garmin GPS), are usually connected over USB and implement a serial-to-USB connection with the helpof FTDI devices. * The Xsens GPS device can be connected through a serial-to-USB connection. Code :1. #include <iostream> 2. #include…

                calendar

                05 Sep 2022 04:57 PM IST

                  Read more

                  Week 1 Understanding Different Battery Chemistry

                  Objective:

                  1Ans)       2ndAns)     What Are Lithium Batteries : *  Lithium-ion batteries are used in most aspects of our everyday lives. Most devices like smartphones and laptops cannot operate without these batteries. Lithium-ion batteries have also become very important in the field of electromobility…

                  calendar

                  07 Sep 2022 08:40 PM IST

                    Read more

                    Week 7 State of charge estimation

                    Objective:

                    Ans)   Case 1 :     Click on the Test Sequence Varient Block and select test case as 1 :       Now by clicking on the BMS Sequence block we get the chart     *   When simulation will start, the model will be in driving condition. *   After 3000 seconds…

                    calendar

                    12 Sep 2022 03:00 PM IST

                    • HTML
                    Read more

                    Project 1 Mechanical design of battery pack

                    Objective:

                    Ans)      AIM: Prepare a detailed battery pack of Cell: ANR26650M1-B, drawing along with its enclosure, and Battery pack capacity is 18kWh. State your assumptions.      ABSTRACT: In this project, we are going to calculate the all parameters which are required for the build EV…

                    calendar

                    13 Sep 2022 07:13 PM IST

                    Read more

                    Project 2 Thermal modeling of battery pack

                    Objective:

                    Ans)   objective  : *   For a 10 cell series lithium ion battery model, simulate the thermal effects and compare life cycle performance at various temperatures, charge & discharge rates using MATLAB.   theory : *   now a days lithium ion battery are mostly used in electric vehicles…

                    calendar

                    14 Sep 2022 02:33 PM IST

                    Read more
                    Showing 1 of 12 projects

                    4 Course Certificates

                    certificate

                    Embedded Programming Essentials

                    CertificateIcon
                    Certificate UID: 3ipmze29xvks10n4
                    View Certificate
                    certificate

                    Fundamentals of Embedded Systems

                    CertificateIcon
                    Certificate UID: 7rtagb54nueszk6l
                    View Certificate
                    certificate

                    Software Verification and Validation and System Testing for Hand Code

                    CertificateIcon
                    Certificate UID: 8i05ouqf7x1bstzp
                    View Certificate
                    certificate

                    Introduction to Battery Technology for Electric Vehicle

                    CertificateIcon
                    Certificate UID: 5nb87c6slopqrah3
                    View Certificate
                    Showing 1 of 4 certificates

                    Academic Qualification

                    M.Tech

                    Jawaharlal Nehru Technological University, Kakinada

                    17 Jul 2015 - 23 Jul 2019

                    B.Tech

                    A1 Global Institute of Engineering & Technology

                    25 Jul 2012 - 21 Jul 2015

                    12th

                    SVKP Polytechnic College

                    15 Jul 2009 - 14 Jul 2010

                    10th

                    Government High School

                    12 Jul 2006 - 10 Jul 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

                    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