Aim: To implement a control logic of a washing machine using stateflow as per the provided 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…
Mohd Ashfaq Ahmed
updated on 07 Sep 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 Mohd Ashfaq Ahmed (7)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Aim: In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Circuit: Code: #include <avr/io.h> //includes appropriate I/O definitions for the device#define F_CPU 16000000 //tells compiler the CPU frequency to use for various delays#include…
12 Jan 2023 03:37 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
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. Circuit: Code: #include <avr/io.h> // Includes the appropriate IO definitions #define F_CPU 16000000ul // Clock speed of CPU#include "avr/interrupt.h"…
07 Jan 2023 06:56 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
Overview of the Project: A set is an unordered collection of data elements which can be described as elements or members of that particular set. Few popular operations can be performed on these sets which are intersection(list of all common elemets/members of two or more sets) union(list of all elements/members in two…
12 Nov 2022 06:11 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Overview of the Project: In this project we are using the concept of FSM to implement a code for controller of an airplane Landing and Takeoff mechanism. Basically we have a landing gear which has two major objectives retracting and extending. Retracting comes into picture immediately after takeoff and extension will be…
08 Nov 2022 08:28 AM IST
Project
Aim: To study, analyze the working of Baha All-Terrain-Vehicle (ATV) model using simulink, understanding the working of the same in two different models(with Dashboard, without dashboard) and preparing a detailed report expalining the model blocks and using two approaches. Blocks Used: - Signal Builder - Generic Engine…
10 Sep 2022 02:30 PM IST
Week - 4
Aim: To implement a control logic of a washing machine using stateflow as per the provided 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…
07 Sep 2022 04:52 PM IST
Week -2
Aim: To Make a Simulink model of Doorbell using solenoid block using given conditions: - Bell 2 second On. - Bell 2 Second Off. Apparatus: - Solenoid. - Pulse Generator. - Switch. - Battery. - Solver Configuration. - Ideal Translational Motion Sensor. - Mechanical Translational reference. - Electrical…
04 Sep 2022 10:37 AM IST