Project 1: 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"…
Kannaiah Yangala
updated on 14 Apr 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 Kannaiah Yangala (9)
Project 1 - V&V SW Analysis - I
Q. AIM: 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 .Every other thing to be included in the test plan can be hypothetical. TEST PLAN:…
03 May 2022 11:57 AM IST
Project 2 - V&V SW Analysis II
Q1. STATIC ANALYSIS Q2.DYNAMIC ANALYSIS-WHITE BOX TEST Q3.UNIT TEST Q4.INTEGRATION TEST
01 May 2022 05:58 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Project_2 AIM: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) CODE: /* Project_2_Distance_Ultrasonic.c * * Created: 14-Apr-22 11:29:12 AM * Author : Kannaiah */ #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include…
14 Apr 2022 07:15 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Project 1: 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"…
14 Apr 2022 04:35 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
Project-1: AIM: Interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. EMBEDDED C CODE: //declaring standard libraries#include#include#include…
11 Apr 2022 06:57 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Project-2 AIM: Write a C program Implementing the control for the retraction and extension of Airplane’s landing gear using the Finite state machine with the knowledge of various states of switch and gear. EMBEDDED C CODE: states.h : #ifndef STATES_H_#define STATES_H_ #include /* -----Functions----- */void…
11 Apr 2022 06:56 PM IST
Project
AIM: To prepare a technical report of simulation of an All-Terrain Vehicle (ATV) under different conditions. By giving break input ,throttle input through input block(Signal Builder,Step,Constant) and CVT ratio through (Signal Builder,LookUpTable) we should observe the velocity, displacement of vehicle and speed of engine(Driver…
16 Feb 2022 05:04 PM IST
Week - 4
Q1. Aim: To implement control logic of a “washing machine” using Stateflow as per given sequence. Objectives: Create a simulink model for washing machine, operate the control logic of system and Display the output of the results by using lamp indicator ,display and scope. Given Input Conditions:…
11 Feb 2022 07:54 AM IST
Week -2
Q1. Aim: To make simulink model for a Doorbell using solenoid block. Objective: Whenever the switch is closed the electromagnet receives electrical power from the battery and pull the metal arm to hit the bell producing sound. Create a situation where the switch is closed for 2 seconds and then released. observe the…
05 Feb 2022 02:30 AM IST