Menu

IIT Certification 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

Mandara B

PG in Embedded

Skills Acquired at Skill-Lync :

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

Introduction

Fresher ,with the help of this course I am looking forward to build my career.

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:

/* * set.c * * Created on: 24-Sep-2022 * Author: MANDARA B */ #include <stdbool.h>//library for boolean operation of boolean datatype#include <stdio.h>//standard i/o header file#include <stdlib.h>//The stdlib.h header defines four variable types,//several macros, and various functions for performing general…

calendar

27 Sep 2022 06:12 AM IST

    Read more

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

    Objective:

    /* * airplane.c * * Created on: 30-Sep-2022 * Author: MANDARA B */ #include <stdio.h>// initializing or creating functions as requiredvoid Initiate_State_Machine();void GearDown();void CheckingBeforeTakeOFF();void RaisingGear();void GearUp();void CheckBeforeLanding();void LoweringGear();static void(*statetable[])(void)={GearDown,…

    calendar

    30 Sep 2022 01:08 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:

      mastercode #include<Wire.h> // Header to use I2C communication int sig = 3; //Assigning pin3 as sig for readabiltyint duration, inches, cm; //Declaring as integer typestatic int avg; //Declaring avg as static int typevoid setup(){Serial.begin(9600);Wire.begin(8); //To begin I2C communication with address 8Wire.onRequest(distance);…

      calendar

      03 Nov 2022 11:19 AM IST

        Read more

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

        Objective:

        /* * project1.c * * Created: 23-11-2022 16:28:53 * Author :MANDARA B */ #include <avr/io.h> //we are using I/O registers of AVR#define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" // we are using external interrupt pin#include <util/delay.h> // delay function purpose#define sw_dir…

        calendar

        28 Nov 2022 09:46 AM IST

          Read more

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

          Objective:

          /* * PROJECT2N.c * * Created: 29-11-2022 20:03:12 * Author : MANDARA B */ #include <avr/io.h>//initializing preprocessor directives of avr for io functions#define F_CPU 16000000L//clock frequency#include <util/delay.h>//initializing the delay function#define rs_high PORTD |=(1<<0);//DEFINE BIT FOR RS_HIGH…

          calendar

          29 Nov 2022 02:56 PM IST

            Read more

            Project 1 - V&V SW Analysis - I

            Objective:

            TEST PLAN A test plan is a detailed document which describes software testing areas and activities.  BLACK BOX TESTING Black-box testing is a method of software testing that examines the functionality of an application without peering into its internal structures or workings.Black Box Testing mainly focuses on…

            calendar

            09 Dec 2022 07:46 AM IST

              Read more

              Week 1 Understanding Different Battery Chemistry

              Objective:

              LITHIUM ION CELLS Lithium-ion is named for its active materials. The words are either written in full or shortened by their chemical symbols. Lithium-ion batteries can be designed for optimal capacity with the drawback of limited loading, slow charging and reduced longevity. An industrial battery may have a moderate Ah…

              calendar

              09 Dec 2022 11:39 AM IST

                Read more

                Project 2 - V&V SW Analysis II

                Objective:

                1ANSWER Static analysis is a method of debugging that is done by automatically examining the source code without having to execute the program. This provides developers with an understanding of their code base and helps ensure that it is compliant, safe, and secure. Static code analysis refers to the operation performed…

                calendar

                12 Dec 2022 07:41 AM IST

                  Read more

                  Week 7 State of charge estimation

                  Objective:

                  The simulation of the 3 test cases from harness dashboard is as follows:-                                         FIG 1 : BMS SYSTEM                          …

                  calendar

                  04 Mar 2023 02:35 PM IST

                    Read more

                    Project 1 Mechanical design of battery pack

                    Objective:

                    Cells generate electricity and also derives chemical reactions. One or more electrochemical cells are batteries. Every cell has two terminals namely: Anode: Anode is the terminal from where the current flows in from out i.e. it provides an incoming channel for the current to enter the circuit or the…

                    calendar

                    15 Mar 2023 08:49 AM IST

                    • HTML
                    Read more

                    Week -2

                    Objective:

                      To make a Simulink Model of Door Bell using Solenoid Block. SOLENOID: A Solenoid is a type of electromagnet, the purpose of which is to generate a controlled magnetic field through a coil wound into a tightly packed helix. The coil can be arranged to produce a uniform magnetic field in a volume of space when a current…

                    calendar

                    15 Mar 2023 08:52 AM IST

                      Read more

                      Project

                      Objective:

                       Carried out a system-level simulation of an all-terrain vehicle from the given model for the following characteristics: 1. Study the baja ATV model without dashboard. 2. Study the baja ATV model with dashboard. 3. Study the baja ATV model using lookup table without dashboard. 4. Study the baja ATV model using lookup table…

                      calendar

                      31 Mar 2023 08:42 AM IST

                        Read more
                        Showing 1 of 12 projects

                        9 Course Certificates

                        certificate

                        Embedded Programming Essentials

                        CertificateIcon
                        Certificate UID: u7hz4orm8x2livae
                        View Certificate
                        certificate

                        Fundamentals of Embedded Systems

                        CertificateIcon
                        Certificate UID: 4rqzclkip7nufe31
                        View Certificate
                        certificate

                        Verbal Ability

                        CertificateIcon
                        Certificate UID: hut9xnplo308dbqm
                        View Certificate
                        certificate

                        AVR Bare Metal Programming- Live Sessions

                        CertificateIcon
                        Certificate UID: lh61r829oe0ywfsd
                        View Certificate
                        certificate

                        Software Verification and Validation and System Testing for Hand Code

                        CertificateIcon
                        Certificate UID: cw9thr13fq5mliez
                        View Certificate
                        certificate

                        Aptitude

                        CertificateIcon
                        Certificate UID: nacexh3muftzb7sk
                        View Certificate
                        certificate

                        HR Prep

                        CertificateIcon
                        Certificate UID: 4afij2ps978zckel
                        View Certificate
                        certificate

                        Introduction to Battery Technology for Electric Vehicle

                        CertificateIcon
                        Certificate UID: 8v95oxiydkr2c6gh
                        View Certificate
                        certificate

                        Introduction to Physical Modeling using Simscape

                        CertificateIcon
                        Certificate UID: 3d4lyvigtun0s8w6
                        View Certificate
                        Showing 1 of 9 certificates

                        Academic Qualification

                        M.Tech

                        Visvesvaraya Technological University (VTU)

                        15 Sep 2014 - 23 Aug 2017

                        B.E

                        ALPHA COLLEGE OF ENGINEERING

                        16 Aug 2010 - 07 Jul 2014

                        12th

                        St Anne's Pre University College

                        14 Aug 2008 - 18 Aug 2010

                        10th

                        BVN High School

                        15 Aug 2007 - 07 Aug 2008

                        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

                        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