AIM- 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 happens for next…
NEERAJ MISHRA
updated on 03 Jun 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 NEERAJ MISHRA (25)
Project 2 Adaptive Cruise Control
Adaptive Cruise Control: Objective of Main Project: Developing Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. Follow all the MBD related processes: Requirement Tagging & Traceability, SLDD creation, Configuration Parameter changes, Model Advisor check & Code Generation.…
28 May 2023 05:51 AM IST
Project 1 (Mini Project on Vehicle Direction Detection
Aim: To create a Simulink model of Vehicle Direction Detection as per the Requirement data. Requirement - 1: Steering wheel input as yaw rate (Signal name: SteeringWheel_YawDegreeInput) is the input for this system. This is compared against 3 angular values, one each for left turn, right turn & straight…
17 May 2023 11:16 AM IST
Final Project: Design of an Electric Vehicle
Create a MATLAB model of electric car which uses a battery and a DC motor. Choose suitable blocks from Powertrain block set. Prepare a report about your model including following:Objectives: System level configurationsModel parametersResultsConclusionSolution :- (Reference : https://www.youtube.com/watch?v=tM9Akdo8QeA ) Electric…
23 Feb 2023 04:20 PM IST
Project-1: Powertrain for aircraft in runways
Project-1: Powertrain for Aircraft in Runways Part A:- Objective:- To search and list out the total weight of various types of aircrafts. To distinguish between Air speed & Ground Speed. We have to describe why is it not recommended to use aircraft engine power to move it on the ground at Airport. To describe that…
05 Feb 2023 02:09 PM IST
Week-11 Challenge: Braking
AIM: For a defined driving cycle, calculate the energy required for braking. To define why electric motor can’t develop braking torque at high speed similar to starting and how electric and mechanical brakes are coordinated. To make a MATLAB program which plots contour of given motor speed, torque and efficiency…
03 Feb 2023 07:19 PM IST
Week-7 Challenge: DC Motor Control
AIM:1. 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 it with the H-bridge model.2. Develop…
30 Dec 2022 03:33 PM IST
Week-6 Challenge: EV Drivetrain
Objective: To answer the below questions with appropriate answers, 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…
21 Dec 2022 06:35 PM 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? Ans: Mapped and Dynamic subsystem of Engine Electric Motor/Generator 1. What is the difference between mapped and dynamic model of engine, motor and generator? How can you change model type? …
17 Dec 2022 11:05 AM IST
Week-3 Challenge: ADVISOR Tool
ADVISOR TOOL SIMULATION :- AIM :- To simulate the gradeability and drive cycle using ADVISOR TOOL in MATLAB. PLATFORM USED :- Software – Microsoft Office Excel SYSTEM SPECIFICATIONS :- Manufacturer - DELL Model – Vostro 3047 Operating…
14 Dec 2022 09:08 PM IST
Project 2 - V&V SW Analysis II
Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. step 1: start LDRA TBrun. step 2: From the LDRA page select source->single file->LDRA_workarea->examples->C_Testbed_examples->Testrain->Testrain.c->open.(in…
10 Dec 2022 02:00 PM 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 .Every other thing to be included in the test plan can be hypothetical. TEST PLAN: if(owner…
28 Nov 2022 01:51 PM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM: To implement the code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. COMPONENTS REQUIRED: BREADBOARD ARDUNIO OSCILLOSCOPE FUNCTION GENERATOR CAPACITOR RESISTOR ULTRASONIC DISTANCE SENSOR CONNECTING WIRE…
22 Nov 2022 10:24 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM: To implement the code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. COMPONENTS REQUIRED: BREADBOARD ARDUNIO OSCILLOSCOPE FUNCTION GENERATOR CAPACITOR…
18 Nov 2022 07:43 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Aim: Overview of the Project: In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. Goals:…
05 Nov 2022 10:53 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM: To implement the code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. COMPONENTS REQUIRED: BREADBOARD ARDUNIO OSCILLOSCOPE FUNCTION GENERATOR CAPACITOR RESISTOR ULTRASONIC DISTANCE SENSOR CONNECTING WIRE…
02 Nov 2022 05:33 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Aim: Overview of the Project: In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message…
02 Nov 2022 09:14 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM: To implement the code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. COMPONENTS REQUIRED: BREADBOARD ARDUNIO OSCILLOSCOPE FUNCTION GENERATOR CAPACITOR…
02 Nov 2022 08:29 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Aim: To implement code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Objective: Measuring the distance of an object using Ultrasonic Distance Sensor (HC-SR04) Usage of Input Capture Mode Highlights: Measuring the distance travelled by the wave to the object and gets bounced back…
18 Oct 2022 09:28 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
!.AIM: Your Answers 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…
18 Oct 2022 09:10 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
1. Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical…
27 Sep 2022 07:28 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
1. Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear Overview of the Project: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm is the FSM, which is a mathematical…
23 Sep 2022 09:44 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Solution : #include #include // A structure of linked list node struct node { int data; struct node *next; } *LLOne, *LLTwo, *unionLL, *intersectionLL; void initialize() { LLOne = LLTwo = NULL; } //Given a Inserts a node in front of a singly linked list. void insert(struct node **head, int num) { // Create a new Linked…
21 Sep 2022 01:13 PM IST
Project
AIM- To prepare a technical report of simulation of BAJA ALL-Terrain-Vechicle (ATV) under different conditions. OBJECTIVES- Carry out a system level simulation of an ALL-Terrain-Vechicle (ATV) and prepare a technical report explaining the model properties & comments on the results. ALL-Terrain-Vechicle (ATV)- An…
10 Jun 2022 05:10 AM IST
Week - 4
AIM- 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 happens for next…
03 Jun 2022 05:30 AM IST
Week -2
AIM- 1. To make a simulink model by using solenoid model. 2. To use the thermistor to sense the temprature of heater and turn on/off the fan. Simulink model explanation- we have used following blocks in the model- 1. Pulse generator . 2. Switch. 3. Battery. 4. Solenoid. 5. Ideal…
21 May 2022 06:14 AM IST