Question : Implement the Code for controlling the retraction and extension of Airplane’s landing gear Aim : To write a C program Implement the Code for controlling the retraction and extension of Airplane’s landing gear Program: #include <stdio.h>//pre processor section #include<string.h>//…
Karthik S
updated on 08 Aug 2022
Project Details
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.
Other comments...
Read more Projects by Karthik S (10)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
OFFLINE BATCH-PG EMBEDDED Question : Measuring distance of an object using ultrasonic sensor (HC-SR04) CODING #include <avr/io.h> #include <avr/interrupt.h> #define F_CPU 8000000 #include <util/delay.h> #include #include #define LCD_data_dir DDRD …
25 Sep 2022 09:53 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
OFFLINE EMBEDDED BATCH1 Question-1 Controlling a DC motor using PWM and monitoring its Running status PROGRAM #include <avr/io.h>#define F_CPU 16000000L#include "avr/interrupt.h"#include <util/delay.h>#define sw_dir (PIND & (1<<1))#define sw_spd (PIND & (1<<2))#define pw (PINC…
22 Sep 2022 12:00 PM IST
Project 1 - V&V SW Analysis - I
Offline Embedded Batch Question : 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…
07 Sep 2022 01:01 PM IST
Project 2 - V&V SW Analysis II
Offline Embedded Batch Question : Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…
07 Sep 2022 12:49 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Offline Embedded Batch Question : Interfacing a 16*2 LCD with Arduino using I2C protocol Answer : 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”…
18 Aug 2022 05:17 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Overview of the Project: 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…
18 Aug 2022 03:57 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Question : Implement the Code for controlling the retraction and extension of Airplane’s landing gear Aim : To write a C program Implement the Code for controlling the retraction and extension of Airplane’s landing gear Program: #include <stdio.h>//pre processor section #include<string.h>//…
08 Aug 2022 05:20 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Question : Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List ., Aim : To write a C program Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List .,…
05 Aug 2022 07:46 AM IST
Week - 4
Implement control logic of a “washing machine” using State flow as per given sequence: If the power supply is available, the system gets activated If the Water supply is not available, stop the process & indicate through LED Soaking time should be 200s followed by Washing time…
12 Jan 2022 08:41 AM IST
Week -2
AIM: To make a simulink model of a doorbell using solenoid block. To use a themistor to sense the temperature of a heater & turn on or turn off the fan. 1.DoorBell; Using Solenoid: …
28 Nov 2021 02:56 AM IST