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 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"…

    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 Kannaiah Yangala (9)

    Project 1 - V&V SW Analysis - I

    Objective:

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

    calendar

    03 May 2022 11:57 AM IST

      Read more

      Project 2 - V&V SW Analysis II

      Objective:

      Q1. STATIC ANALYSIS Q2.DYNAMIC ANALYSIS-WHITE BOX TEST Q3.UNIT TEST Q4.INTEGRATION TEST

      calendar

      01 May 2022 05:58 PM IST

        Read more

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

        Objective:

        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…

        calendar

        14 Apr 2022 07:15 AM IST

          Read more

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

          Objective:

          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"…

          calendar

          14 Apr 2022 04:35 AM IST

            Read more

            Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)

            Objective:

            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…

            calendar

            11 Apr 2022 06:57 PM IST

              Read more

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

              Objective:

              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…

              calendar

              11 Apr 2022 06:56 PM IST

                Read more

                Project

                Objective:

                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…

                calendar

                16 Feb 2022 05:04 PM IST

                  Read more

                  Week - 4

                  Objective:

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

                  calendar

                  11 Feb 2022 07:54 AM IST

                  • MATLAB
                  Read more

                  Week -2

                  Objective:

                  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…

                  calendar

                  05 Feb 2022 02:30 AM IST

                    Read more
                    Showing 1 of 9 projects