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

Tanvi Sanjay

Automotive Embedded Software developer.

Skills Acquired at Skill-Lync :

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

Introduction

I'm a 23-year-old Electronic and Telecommunications Engineer with a keen interest in the future of Electric Vehicle and Battery Technology.

11 Projects

Week -2

Objective:

Aim: To make a Simulink model of a doorbell using a solenoid block. Simulink Model: The pulse generator is used to create square wave pulses at regular intervals. The block waveform parameters Amplitude, pulse width, period and phase delay, determine the shape of the output waveform. The switch block used is controlled…

calendar

28 May 2022 07:03 AM IST

    Read more

    Week - 4

    Objective:

    Question 1: To implement the Control Logic of a Washing Machine using Stateflow in the following sequence: If the power supply is available the system gets activated. If the water supply is not available, stop the process and indicate through LED The soaking time should be 200 secs followed by a washing time of 100 secs.…

    calendar

    02 Jun 2022 08:43 AM IST

      Read more

      Project

      Objective:

      Aim: To present a technical report on the Simulation of BAJA All-Terrain Vehicle (ATV) under different conditions. Objectives: Carry out a system-level simulation of an all-terrain vehicle and prepare a technical report explaining the model properties and comment on the results. Keywords: CVT, lookup table, Dashboard,…

      calendar

      17 Jun 2022 06:43 AM IST

      • MATLAB
      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> //Define the nodes typedef struct node { intdata; structnode *next;//self referential node }Node; //Define the function Node *insert_node(Node *head_ref, int n); void display_list(Node *head_ref); Node *getunion(Node *head_ptr1, Node *head_ptr2); Node *getintersec(Node *head_ptr1,…

      calendar

      06 Aug 2022 07:53 AM IST

        Read more

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

        Objective:

        Output:   State Machine is initialized & Program is in Gear_Down_state & Light_Status:GreenCurrent State: GearDown Enter the pilot's Lever Position, Squat Switch Status0 0      (Lever  = Raising,Squat Switch = Open) Current State: Checking Before Take OffLight State: Green Current…

        calendar

        08 Aug 2022 12:56 PM IST

          Read more

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

          Objective:

          //Master #include<Wire.h> void setup(){ Serial.begin(9600); Wire.begin(); pinMode(A0,INPUT);} void loop(){ float x = analogRead(A0); signed int v = ((x*5)/1024); Wire.beginTransmission(1); Wire.write(v); Wire.endTransmission(); delay(1000);} //Slave#include<Wire.h>#include<LiquidCrystal.h>LiquidCrystal…

          calendar

          18 Aug 2022 07:18 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:

            AIM: Measuring the distance using an ultrasonic sensor void US_Tx();unsigned int US_Rx();float mov_Avg();float MicroToinches(float);void setup(){Serial.begin(9600);} void loop(){float Time = mov_Avg();float distance = MicroToinches(Time);Serial.print(distance);Serial.println();}void US_Tx(){pinMode(7,OUTPUT);digitalWrite(7,LOW);delayMicroseconds(2);digitalWrite(7,HIGH);delayMicroseconds(5);digitalWrite(7,LOW);delayMicroseconds(2);}…

            calendar

            25 Sep 2022 02:21 PM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

              if(owner long press the power button) {       open the company logo at centre; } else if(customer press the power button) {       open the apps in the grid; } else if(owner power on the phone) {       shows call the phone icon in the first position at the bottom; } else if(owner…

              calendar

              06 Sep 2022 12:01 PM IST

                Read more

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

                Objective:

                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. PROGRAM: include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include…

                calendar

                25 Sep 2022 02:19 PM IST

                  Read more

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

                  Objective:

                  AIM: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Program: #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include #include #define LCD_Data_Dir DDRD        …

                  calendar

                  25 Sep 2022 02:20 PM IST

                    Read more

                    Implementation of RTOS to control LED Brightness

                    Objective:

                    Aim: Create 4 Tasks of any Priority, out of which the task having the highest priority shall be running. Problem Statement: With help of an LDRA sensor control the automatic switching of an LED (ON and OFF) with a Buzzer to indicate low illumination, Also control the Brightness of an LED with the Help of a potentiometer. …

                    calendar

                    26 Sep 2022 07:23 AM IST

                      Read more
                      Showing 1 of 11 projects

                      7 Course Certificates

                      certificate

                      Introduction to Physical Modeling using Simscape

                      CertificateIcon
                      Certificate UID: pn9w8zvhlmxs4a2g
                      View Certificate
                      certificate

                      Embedded Programming Essentials

                      CertificateIcon
                      Certificate UID: 6k1ijgrb4sp8vnqo
                      View Certificate
                      certificate

                      Software Verification and Validation and System Testing for Hand Code

                      CertificateIcon
                      Certificate UID: ruf29ovhd1yq8sxb
                      View Certificate
                      certificate

                      Fundamentals of Embedded Systems

                      CertificateIcon
                      Certificate UID: ry0dw3ngcfspo7v9
                      View Certificate
                      certificate

                      AVR Bare Metal Programming- Live Sessions

                      CertificateIcon
                      Certificate UID: zcbv9xhdl3uay6j0
                      View Certificate
                      certificate

                      FreeRTOS Essentials - BB6

                      CertificateIcon
                      Certificate UID: zbgad8s7toluk1cf
                      View Certificate
                      certificate

                      Embedded Programming Essentials

                      CertificateIcon
                      Certificate UID: 06l2e14pfwyrom5j
                      View Certificate
                      Showing 1 of 7 certificates

                      Academic Qualification

                      B.E

                      Goa Engineering College

                      04 Jul 2016 - 22 Aug 2020

                      12th

                      Shri Shantandurga Higher Secondary

                      06 Jun 2014 - 18 Mar 2016

                      10th

                      St John of the Cross High School

                      04 Jun 2008 - 04 Mar 2014

                      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
                      4.8

                      5 Hours of Content

                      coursecard
                      Recently launched

                      13 Hours of Content

                      coursecard
                      Recently launched

                      18 Hours of Content

                      coursecard
                      Recently launched

                      18 Hours of Content

                      coursecard
                      Recently launched

                      21 Hours of Content

                      coursecard
                      Recently launched

                      10 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