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

Tirlika Baby venkata Anusha

"opportunities don't happen, you create them".

Skills Acquired at Skill-Lync :

  • SIMULINK-BASICS
  • OOPS

Introduction

To enhance my professional skills, capabilities and knowledge in an organization recognizes the value of hard work and trusts me with responsibilities and challenges.

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

#include<stdio.h>#include<stdlib.h>//structure of linked liststruct node{ int data; struct node *next;}*linklistone,*linklisttwo,*unionll,*intersectionll;void initialise(){ linklistone=linklisttwo=NULL;}//function used to insert the num into listvoid insert(struct node **head,int num){ //we allocate node struct…

calendar

01 Aug 2022 11:01 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<stdlib.h>   /* Functions used in our projects*/ void Initial_state_machine(); //function declaration void Gear_down(); void Checking_before_takeoff(); void Raising_gear(); void Gear_up(); void Checking_before_landing(); void Lowering_gear();   typedef enum states { GEAR_DOWN,…

    calendar

    08 Aug 2022 08:00 AM IST

      Read more

      Project 1 - V&V SW Analysis - I

      Objective:

      Black box testing is a technique of software testing which examines the functionality of the software without peering into its internal structure or coding. The primary source of black-box testing is a specification of requirements that are stated by the customer In this method, the tester selects a function and gives…

      calendar

      16 Aug 2022 06:42 AM IST

        Read more

        Project 2 - V&V SW Analysis II

        Objective:

        1)  Connect the user between 4 to 10 in LDRA tool..then u have to follow this steps.  Steps used in order to do test are. start LDRA TBrun.From the LDRA page select source->single file->choose Ggroceries.c->open.(in log view all the files will run)sequence->new->give any name(kkk)& select code…

        calendar

        03 Sep 2022 03:21 PM IST

          Read more

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

          Objective:

              interfacing 16x2 LCD with Arduino In this digital age, we come across LCDs all around us from simple calculators to smartphones, computers and television sets, etc. The LCDs use liquid crystals to produce images or texts and are divided into different categories based on different criteria like…

          calendar

          14 Sep 2022 04:11 AM IST

            Read more

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

            Objective:

                #include                        //Library for LCD display function LiquidCrystal lcd(12, 11, 5, 4, 3, 2);         //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) int val1=A4;  int val2=A5; void setup() { lccd.begin(16,2); } void loop() { lcd.setCursor(0,0);                     //Sets Cursor at line one of LCD lcd.print(">>…

            calendar

            16 Sep 2022 11:35 AM 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. CODE: #include <avr/io.h> //we are using I/O registers of AVR#define F_CPU 16000000L // define the crystal frequency#include "avr/interrupt.h" //…

              calendar

              16 Sep 2022 03:15 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) CODE: #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define LCD_Data_Dir…

                calendar

                23 Sep 2022 09:23 AM IST

                  Read more

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

                  Objective:

                  #include<Wire.h> //Library for I2C Communication functions#include<LiquidCrystal.h> //Library for LCD display functionLiquidCrystal lcd(2, 7, 8, 9, 10, 11); //Define LCD Module Pins (RS,EN,D4,D5,D6,D7) void setup() {lcd.begin(16,2); //Initilize LCD displaylcd.setCursor(0,0); //Sets Cursor at first line of Displaylcd.print("CYIENT");…

                  calendar

                  29 Sep 2022 01:56 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:

                    ULTRASONIC SENSOR SCHEMATIC DIAGRAM CODE int inches = 0; int cm = 0; long readUltrasonicDistance(int triggerPin, int echoPin) { pinMode(triggerPin, OUTPUT); // Clear the trigger digitalWrite(triggerPin, LOW); delayMicroseconds(2); // Sets the trigger pin to HIGH state for 10 microseconds digitalWrite(triggerPin, HIGH);…

                    calendar

                    29 Sep 2022 02:09 PM IST

                      Read more

                      Week -2

                      Objective:

                      Doorbell: A doorbell is a signaling device typically placed near a door to a building's entrance. When a visitor presses a button the bell rings inside the building, alerting the occupant to the presence of the visitor. The heart of a doorbell is an electromagnet. Electromagnets are coils of wire wrapped around a…

                      calendar

                      17 Oct 2022 08:55 AM IST

                        Read more

                        Project

                        Objective:

                          Your Answers 1.AIM:-      To propre to  technical report of simulation of BAJA ALL-TERRAIN Vehicle(ATV) Under different conditions. SOFTWARE:          1)MATLAB          2)Simulink          3)Simscape      …

                        calendar

                        20 Oct 2022 10:36 AM IST

                        • MATLAB
                        Read more

                        Week - 4

                        Objective:

                        1.) Aim:-  Implement control logic of "washing machine" Using stateflow as per given sequence: PROCEDURE:-    Working Principle of A Machine:              A washing machine by spinning at 800-1600rpm helpss soap or dirt with leave it the surface of the cloth via centrifugal…

                        calendar

                        20 Oct 2022 10:50 AM IST

                          Read more
                          Showing 1 of 13 projects

                          5 Course Certificates

                          certificate

                          Embedded Programming Essentials

                          CertificateIcon
                          Certificate UID: ibkpmzl4evsq1j23
                          View Certificate
                          certificate

                          Software Verification and Validation and System Testing for Hand Code

                          CertificateIcon
                          Certificate UID: v0sp6fmkxcql75wj
                          View Certificate
                          certificate

                          AVR Bare Metal Programming- Live Sessions

                          CertificateIcon
                          Certificate UID: cswtvube2693n5k4
                          View Certificate
                          certificate

                          Fundamentals of Embedded Systems

                          CertificateIcon
                          Certificate UID: p5k06a4uqvs3fdec
                          View Certificate
                          certificate

                          Introduction to Physical Modeling using Simscape

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

                          Academic Qualification

                          B.Tech

                          R.V.R. & J.C.College of Engineering

                          21 Jun 2019 - 16 May 2022

                          Diploma

                          Bapatla Polytechnic

                          08 Jun 2016 - 17 Apr 2019

                          10th

                          Good News English Medium School

                          09 Jun 2015 - 24 Apr 2016

                          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

                          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

                          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