Develop the Simulink model based on the given descriptions for the below challenges and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained models. Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions.…
Mukul Masulkar
updated on 17 Jan 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 Mukul Masulkar (16)
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Answer= Code= #include #define trigger A4#define echo A5 LiquidCrystal lcd(2,3,4,5,6,7);float time=0,distance=0; void setup() {lcd.begin(16,2); pinMode(trigger,OUTPUT);pinMode(echo,INPUT); lcd.print("Distance Meter");delay(5000);} void loop(){ lcd.clear(); digitalWrite(trigger,LOW); digitalWrite(trigger,HIGH); digitalWrite(trigger,LOW);…
21 Feb 2023 06:04 AM IST
Project 2-Highway Assistant-Lane Changing Assistant
Highway Assistant – Lane Changing Assistant Introduction to the Feature: The Highway Assistant supports the driver and takes over the longitudinal and lateral guidance of the vehicle in monotonous driving situations on highways. The partially automated function can automatically start, accelerate, brake as well as…
19 Feb 2023 02:51 PM IST
Project 1- Traffic Jam Assistant Feature
Traffic Jam Assistant Feature Introduction to the Feature: Traffic Jam Assistant is one of the most common feature in Advanced Driver Assistance System. Traffic Jam Assistant helps the driver arrive more relaxed at their destination, even in dense traffic or in traffic jams. As a partially automated comfort function, the…
19 Feb 2023 07:10 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Answer= Code= #include <LiquidCrystal.h>#define trigger A4#define echo A5 LiquidCrystal lcd(2,3,4,5,6,7);float time=0,distance=0; void setup() {lcd.begin(16,2); pinMode(trigger,OUTPUT);pinMode(echo,INPUT); lcd.print("Distance Meter");delay(5000);} void loop(){ lcd.clear(); digitalWrite(trigger,LOW); digitalWrite(trigger,HIGH);…
27 Jan 2023 01:30 PM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
Answer = Final Modol= SLDD FILE BACK TO BACK REPORT SIL MIL
27 Jan 2023 08:46 AM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Develop the Simulink model based on the given descriptions for the below challenges and also create SLDD file and link the same to the model. Perform the complete V and V workflow for the obtained models. Wiper control system Develop Simulink/state flow model for wiper control system based on the given conditions.…
17 Jan 2023 06:49 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Answer Objective: To send a meaasge from slave to master using Inter-Integrated Circuit (I2C) communication protocol in arduino and display the message on 16*2 LCD screen The analog pins A4 and A5 in arduino are used for used for I2C communication. The digital pin 2 is connected to RS of LCD. Digital pin 3 connected…
09 Jan 2023 06:54 AM IST
Project 1 - V&V SW Analysis - I
Aim:- Write a Test plan to test the features of a new mobile phone. Black box testing: Black box testing is a technique of software testing which examines the functionality of the software without peering into its internal structure or coding. The primary source of black-box testing is a specification of requirements…
01 Dec 2022 01:25 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
ANSWER 1]
01 Dec 2022 12:44 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
answer] simulide] Clockwise Anticlockwise
30 Nov 2022 01:50 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
OUTPUT The Finite State Machine is Initialized and current the program is inGEARDOWN State & Light is: GreenEnter the values of pil and Squatswitch: 01 status of currentstate is Checkingbeforetakeoff status of lightvalue is GreenEnter the values of pil and Squatswitch and operation010 status of currentstate is Raising…
25 Nov 2022 06:44 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
OUTPUT The Finite State Machine is Initialized and current the program is inGEARDOWN State & Light is: GreenEnter the values of pil and Squatswitch: 01 status of currentstate is Checkingbeforetakeoff status of lightvalue is GreenEnter the values of pil and Squatswitch and operation010 status of currentstate is Raising…
24 Nov 2022 07:00 AM IST
Project 2 Adaptive Cruise Control
Main Project – Adaptive Cruise Control (ACC) General Overview: Adaptive Cruise Control Feature for passenger cars allows the host vehicle to adapt to the speed in line with the flow of traffic. Driving in heavy traffic or keeping a safe distance to the preceding vehicle calls for a high level of concentration. The…
17 Nov 2022 02:34 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
Answer 1] INPUT OUTPUT Enter the Number of elements of First linked list2Enter the items of First linked list:21You entered the First linked list:2-->1Enter the Number of elements of Second linked list3Enter the items of second linked list:621You entered Second linked list:6-->2-->1Union…
17 Nov 2022 02:21 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
Answer] Mini Project - Vehicle Direction Determination General Overview: Identifying the direction of the vehicle is one of the important & diverse features in Autonomous driving & Advanced Driver Assistance Features. This particular sub-feature of identifying the direction of vehicle is basically identifying the direction…
06 Oct 2022 09:25 AM IST