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.…
Suresh Kumar
updated on 17 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 Suresh Kumar (7)
Project
CVT, is a type of automatic transmission that provides more useable power, better fuel economy and a smoother driving experience than a traditional automatic transmission. The CVT is a system that makes it possible to vary stepless the transmission ratio without interruption of the torque flow. Therefore an infinite…
21 Jan 2023 01:13 PM IST
Week - 4
Implement control logic of a “washing machine” using Stateflow 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 of 100s. Then rinsing…
20 Jan 2023 11:42 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
n this project, 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 code #include<stdio.h> int i,j; struct set// structure create { …
25 Apr 2022 07:42 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Overview of the Project: In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. In this project we control the Airplane landing gear by verifying…
19 Apr 2022 02:45 PM IST
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) Goals: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input Capture Mode Key Highlights of the Project: Measuring the distance travelled by the…
18 Apr 2022 04:32 AM 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.…
17 Apr 2022 09:40 AM IST
Week -2
1. Make a Simulink model of Doorbell using solenoid block INROTDUCTION: To make a simulation model of doorbell using solenoid block and…
19 Mar 2022 07:14 AM IST