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 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

/**************************************************************************************** * FILE NAME : flight.c * Created on : 31-Oct-2022 * Author : sarath * DESCRIPTION : Program for controlling aircrafts landing and retraction gear *****************************************************************************************/…

    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 Nanga sarath Chandra (10)

    Project 1 - V&V SW Analysis - I

    Objective:

    Test plan to test features of a new mobile phone (Blackbox test): Test objective: TO test both functional(icons, search, logo, font ,font_size) and non functional aspects (UI smoothness) of a phone Scope of testing: to test certain features inscope like icons display features, out…

    calendar

    21 Dec 2022 09:24 AM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

      QUESTION:1 Steps for creating code review report: 1.Open TBrun application from desktop using start tbrun icon. 2.loading a file: Go to source tab and select single file option then select the file testrain.c by going to desired LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c Folder. 3.After adding the…

      calendar

      20 Dec 2022 05:36 PM IST

        Read more

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

        Objective:

        /* * project2.c * * Created: 09-12-2022 15:27:22 * Author : sarat */ #define F_CPU 16000000L#include #include #include #define rs_high() PORTD |=(1

        calendar

        10 Dec 2022 05:55 AM IST

          Read more

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

          Objective:

          /***************************************************************************************** * NAME           : project1lcd.c * Description   : To run a dc motor using L293 driver and monitor its running status * Created        : 08-12-2022 22:49:24 * Author …

          calendar

          09 Dec 2022 09:00 AM IST

            Read more

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

            Objective:

            MASTER CODE:   #includechar x[32]={"iam sarath chandra "};char y[32]={"iam chetan kumar "};void setup(){ Wire.begin(); //Wire.onRequest(requestEvent);} void loop(){ Wire.beginTransmission(2); // transmit to device #2 Wire.write(x); Wire.endTransmission(); delay(1000); Wire.beginTransmission(2); Wire.write(y); Wire.endTransmission();…

            calendar

            22 Nov 2022 03:48 PM IST

              Read more

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

              Objective:

              MASTER CODE:   #includechar x[32]={"iam sarath chandra "};char y[32]={"iam chetan kumar "};void setup(){ Wire.begin(); //Wire.onRequest(requestEvent);} void loop(){ Wire.beginTransmission(2); // transmit to device #2 Wire.write(x); Wire.endTransmission(); delay(1000); Wire.beginTransmission(2); Wire.write(y); Wire.endTransmission();…

              calendar

              19 Nov 2022 01:19 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:

                CODE:   #include <LiquidCrystal.h>// Creates an LCD object. Parameters: (rs, enable, d4, d5, d6, d7)LiquidCrystal lcd(10,9,5,4,3,2);float in = 0;float cm = 0;float sum=0;float value=0;int index=0;float reading[5]={0,0,0,0,0};float avg=0;void setup(){ Serial.begin(9600); lcd.begin(16, 2); // Clears the LCD screen…

                calendar

                19 Nov 2022 01:11 PM IST

                  Read more

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

                  Objective:

                  /**************************************************************************************** * FILE NAME : flight.c * Created on : 31-Oct-2022 * Author : sarath * DESCRIPTION : Program for controlling aircrafts landing and retraction gear *****************************************************************************************/…

                  calendar

                  02 Nov 2022 01:10 PM IST

                    Read more

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

                    Objective:

                    /**************************************************************************************** * FILE NAME : flight.c * Created on : 31-Oct-2022 * Author : sarath * DESCRIPTION : Program for controlling aircrafts landing and retraction gear *****************************************************************************************/…

                    calendar

                    02 Nov 2022 07:44 AM 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:

                      /**************************************************************************************** * FILE NAME : setslinked.c * Created on : 30-Oct-2022 * Author : sarath * DESCRIPTION :CREATION OF USER DEFINED DATATYPE USING LINKED LIST FOR SET THEORY *****************************************************************************************/…

                      calendar

                      31 Oct 2022 09:10 AM IST

                        Read more
                        Showing 1 of 10 projects