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

Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping). The sensor…

Project Details

Loading...

Leave a comment

Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.

Please  login to add a comment

Other comments...

No comments yet!
Be the first to add a comment

Read more Projects by Yethula Sai Krishna (9)

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

Objective:

In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) A)    

calendar

11 Aug 2023 12:08 PM IST

    Read more

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

    Objective:

      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. Goals: Implement a system on simulator for Controlling the DC motor using L293 motor driver. Displaying the running status of DC motor on the LCD display.…

    calendar

    09 Aug 2023 01:49 PM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

      It is already done in 1tb RUNsource -multiple filescreate sequenceAdd testtrain.cRUN LDRA tab analysisselect NO for testbed analysisRun LDRA test configurationGive the path of testtrain.cRun the static analysisGenerate ReportRUN TB EXTREMETest creation and executionTest environment will be ready

      calendar

      03 Aug 2023 05:27 PM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        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

        29 Jul 2023 04:41 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:

          In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. Goals: Measuring the distance in terms of inches of an object using Ultrasonic Distance Sensor (28015 Ping). The sensor…

          calendar

          22 Jul 2023 09:47 AM IST

          • HTML
          Read more

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

          Objective:

          Overview of the Project:  In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on…

          calendar

          18 Jul 2023 08:53 AM IST

            Read more

            Project 3

            Objective:

            Build an object-oriented library which can be used to track automobile maintenance. There can be different car types such as petrol, diesel, gas, electric etc., This library should be able to support at least three of the car types.  Maintenance tasks include activities like oil change or replace oil filter, replace…

            calendar

            16 Jul 2023 03:52 AM IST

              Read more

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

              Objective:

              Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear 1)Airplane’s landing gear can be implemented using Finite State Machine (FSM).  A) #include #include //declaring functions for each statesvoid GearDown(); void CheckingBeforeTakeOFF(); void RisingGear(); void GearUp();…

              calendar

              08 May 2023 07:17 PM IST

                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>//pre-processor #include <stdlib.h> //defining a node using structurestruct node{ int value; struct node *next; }; struct node *head_1 = NULL; struct node *head_2 = NULL; struct node *union1 = NULL; struct node *intersec1 = NULL; //function for inserting a node at the beginningvoid InsertNode(struct…

                calendar

                20 Apr 2023 07:28 PM IST

                  Read more
                  Showing 1 of 9 projects