Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…
vamshikrishna vanam
updated on 27 Jul 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 vamshikrishna vanam (16)
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed…
27 Jul 2022 05:52 AM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
Develop the Simulink model based on the given requirements and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained model Development of TFT Cluster Speedometer Software Component Cluster Instrument receives the signals from other ECU via CAN bus interface.…
27 Jul 2022 03:56 AM IST
Project 2 - V&V SW Analysis II
1. Uploaded the Report for the question 2. Uploaded the Report for the question 3. The file was missing the remote desktop spoke with the team also told to leave the question 4. Uploaded the Report for the question
06 Jun 2022 08:29 AM IST
Project 1 - V&V SW Analysis - I
1. 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 May 2022 02:31 PM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
// C++ code//including the libraries#define TRIG 3#define ECHO 2#include<Wire.h>// declaring the variablesint duration;int distance;int average=0;void setup(){ pinMode(TRIG, OUTPUT);//taking pin 3 as output pinMode(ECHO,INPUT);//taking pin 2 as input Serial.begin(9600);//serial communication begins Wire.begin();//I2C…
22 May 2022 05:01 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
//master code /* LiquidCrystal Library - Hello World Demonstrates the use a 16x2 LCD display. The LiquidCrystal library works with all LCD displays that are compatible with the Hitachi HD44780 driver. There are many of them out there, and you can usually tell them by the 16-pin interface. This sketch prints "Hello World!"…
04 May 2022 04:26 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
1. Implement the Code for controlling the retraction and extension of Airplane’s landing gear // program to implement the Code for controlling the retraction and extension of Airplane’s landing gear #include #include #include //declaring structure for states typedef enum state{ GEAR_DOWN, CHECK_BEFORE_TAKEOFF,…
30 Mar 2022 03:07 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
1. Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) sol: //declaring standard libraries #include<stdio.h> #include<stdlib.h> #include<stdbool.h> //declaring structures and universal names struct Node{ …
27 Mar 2022 04:45 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? Sol: MAPPED models: Mapped models are used when the behavior of a particular model is not of our interest and can be modeled with predefined values in the form of lookup tables. eg: mapped motor Implements…
14 Feb 2022 05:00 AM IST
Week-3 Challenge: ADVISOR Tool
1. For EV_defaults_in file, if cargo mass is 500 kg with all other default conditions, can the vehicle travel for 45 km with FTP drive cycle? Conclude your observations. Sol: 2. In the above case, try changing the battery capacity and repeat the simulation. Sol: 3. Perform gradeability test with PRIUS_Jpn_defaults_in…
14 Feb 2022 04:47 AM IST
Project-1: Powertrain for aircraft in runways
1. Search and list out the total weight of various types of aircraft. Sol: The aircraft gross weight (also known as the all-up weight and abbreviated AUW) is the total aircraft weight at any moment during the flight or ground operation.[2][3] An aircraft's gross weight will decrease during a flight due…
14 Feb 2022 04:18 AM IST
Week-11 Challenge: Braking
1. For a defined driving cycle, calculate the energy required for braking. sol: In the electric vehicle is required by vehicle for acceleration as well as deacceleration of the vehicle also. As we require to stop the vehicle in the stipulated time, we cannot allow the vehicle to stop as per its inertia value,…
12 Feb 2022 04:03 AM IST
Week-7 Challenge: DC Motor Control
1. A) Explain a MATLAB demo model named ‘Speed control of a DC motor using BJT H-bridge. sol: In the above Circuit, the Input voltage is generated from the Pulse generator where the amount of supply and duty cycle is assigned in the Pulse generator. Pulse width=ON+OFF Duty Cycle=ON/ON+OFF D-PW/T Then the switch…
10 Feb 2022 12:38 PM IST
Week-6 Challenge: EV Drivetrain
1. Which types of power converter circuits are employed in an electric and hybrid electric vehicle? sol: The three types of power electronic converters are: a) AC-DC converter: AC to DC converters is most commonly used in Plug-in Hybrid Electric Vehicles (PHEV) & Plug-in Electric Vehicles (PEV).…
10 Feb 2022 08:35 AM IST
Week - 4
1. The system is turned on with the power supply and then water supply is provided. If the water is absent the system will indicate led lamp and if not it will proceed to sink for 200secs and later the process completes as per the instructions given. We have connected leds to all the output to represent the states. 2.…
31 Dec 2021 04:40 AM IST
Week -2
1. Make a Simulink model of Doorbell using solenoid block with the following details: In this simulink model, I have used pulse generator with amplitude 2 for a period of 4 secs and applied it to physical switch using simulink to ps converter. When the switch is turned on the solenoid recevies power supply from…
20 Dec 2021 11:11 AM IST