AIM: 1. implement control logic of a "washing machine" using state flow as per given sequence if the power supply is available the system gets activated if the water supply is not available, stop the process and indicated through LED soaking time should be 200s followed by washing machine time is 100s…
Aravind Reddy
updated on 03 Feb 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 Aravind Reddy (13)
Week-7 Challenge: DC Motor Control
1)Speed control of a DC motor using BJT H-bridge.Objective:A. Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge’.B. Comment on the armature current shoot-up from the scope results.C. Refer to the help section of ‘The Four-Quadrant Chopper DC Drive (DC7) block’. Compare…
28 Jun 2022 03:32 AM IST
Week-6 Challenge: EV Drivetrain
Objective: To carry out the following studies:1. Which types of power converter circuits are employed in electric and hybrid electric vehicle?2. An Electric Vehicle's powertrain with 72V battery pack in shown in the diagram below. The duty ratio for acceleration operation is 'd1'and for the braking operation the duty ratio…
02 Jun 2022 09:29 AM IST
Week-4 Challenge WOT Condition Part-2
1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? Mapped and Dynamic subsystem of Electric Motor/Generator Mapped Model:The mapped model is one type where the data points are pre_assigned in lookup tables.The engine or motor torque required…
31 May 2022 02:56 AM IST
Week-3 Challenge: ADVISOR Tool
Aim: To use the ADVISOR tool for simulation.Objective:1. Using EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, To find whether the vehicle can travel for 45 kmwith FTP drive cycle? and To Conclude observations.2. In the above case, try changing the battery capacity and repeat the simulation.3.…
10 May 2022 07:30 AM IST
Project 2 - V&V SW Analysis II
.
30 Apr 2022 07:25 AM 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…
25 Apr 2022 10:43 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
#define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define LCD_Data_Dir DDRD /* Define LCD data port direction */#define LCD_Command_Dir DDRC /* Define LCD command port direction register */#define LCD_Data_Port…
14 Apr 2022 01:47 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Project 1 - Controlling a DC motor using PWM and monitoring its Running status AIM: to control a DC motor using PWM modulation an dto moniter its running status by writing a aurdino code. code :- void setup(){ pinMode(3, OUTPUT); // sets the pin3 as output pinMode(0, INPUT);// sets the pin0 as output pinMode(1, INPUT);//…
08 Apr 2022 12:04 PM IST
Project
AIM: To study the system level simulation of an all terrain vehicle. keywords: CVT, lookup table, Dashboard, baja ATVSOFTWARE: Matlab, SimulinkOBJECTIVE:1. Study the baja ATV model without dashboard.2. Study the baja ATV model with dashboard.3. Study the baja ATV model using lookup table without dashboard.4. Study…
04 Apr 2022 07:09 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 AIM: to control the retraction an extraction of airplanes landng gear can be implemented using finite state machine(FSM). FSM is the most efficient algorithym which is mathamatical model computation. #include<.stdio.h>…
03 Apr 2022 02:18 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
An Interface is a collection of loosely bound items that have a common functionality or attributes. Interfaces contain method signatures, properties, events etc. Interfaces are used so that one class or struct can implement multiple behaviors. C# doesn’t support the concept of Multiple Inheritance because of the ambiguity…
03 Apr 2022 01:37 PM IST
Week - 4
AIM: 1. implement control logic of a "washing machine" using state flow as per given sequence if the power supply is available the system gets activated if the water supply is not available, stop the process and indicated through LED soaking time should be 200s followed by washing machine time is 100s…
03 Feb 2022 06:33 AM IST
Week -2
1 AIM: to make a Simulink model of a doorbell using solenoid block SIMULINK MODEL EXPLANATION: the pulse generator is used to create a square wave pulse at regular intervals. the blocks waveform parameters. amplitude, pulse width, period, and phase delay. determine the shape of the output waveform the switch block…
04 Jan 2022 11:39 AM IST