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.…
Yethula Sai Krishna
updated on 09 Aug 2023
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 Yethula Sai Krishna (9)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) A)
11 Aug 2023 12:08 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
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.…
09 Aug 2023 01:49 PM IST
Project 2 - V&V SW Analysis II
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
03 Aug 2023 05:27 PM IST
Project 1 - V&V SW Analysis - I
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…
29 Jul 2023 04:41 PM IST
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…
22 Jul 2023 09:47 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
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…
18 Jul 2023 08:53 AM IST
Project 3
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…
16 Jul 2023 03:52 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
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();…
08 May 2023 07:17 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
#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…
20 Apr 2023 07:28 PM IST