AIM: To study the system level simulation of an all terrain vehicle. KEYWORDS: CVT, lookup table, Dashboard, baja ATV SOFTWARE: Matlab, Simulink OBJECTIVE: 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.…
Bhanu Prasad
updated on 07 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 Bhanu Prasad (13)
Project 2 - Development of TFT Cluster Speedometer Software Component
1) Aim:- To develope a simulink model as per the requirement and sldd creation, JMAAB Testing, MIL and SIL Coverage report & Harness results for the model to be done. Description:- Cluster Instrument receives the signals from other ECU's via CAN bus interface. It also receives commands from the driver via steering…
27 Jan 2023 05:50 PM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
1.Simulink/state flow modules for wiper control system Aim: To develop a Simulink/state flow modules for wiper control system based on the given conditions. Conditions: 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…
27 Jan 2023 05:47 PM IST
Project 2 Adaptive Cruise Control
Project Adaptive Cruise Control Aim: To develop the Adaptive Cruise Control feature as per the Requirement Document using MATLAB Simulink. To follow all the MBD related processes such as Requirement Tagging & Traceability, SLDD creation, Configuration Parameter changes, Model Advisor check & Code Generation. Adaptive…
18 Aug 2022 02:09 PM 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…
14 Aug 2022 02:01 PM IST
Project 2 - V&V SW Analysis II
Static Analysis: 1. Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_tbrun_examples\Ggrocers.c” (Single .c file), modify the Code to remove violations and make compliant to MISRA: C 2012 & CERT standards. Generate Code review report compliant to MISRA: C 2012 Coding Standards Generate…
21 Jul 2022 11:14 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…
03 Jul 2022 08:43 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Circuit: Code: int trigPin = 11; // Triggerint echoPin = 12; // Echolong duration, cm, inches;long sum=0;long avg;int i; void setup() { //Serial Port begin Serial.begin (9600); //Define inputs and outputs pinMode(trigPin, OUTPUT); pinMode(echoPin, INPUT);} void loop() { // The sensor is triggered…
24 Jun 2022 11:36 AM 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…
21 Jun 2022 12:18 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Aircraft genarally has three landing gears. Planes that have retractable gear generally retract their gear for improved performance. Not having wheels and struts hanging down streamlines the plane, improves fuel efficiency, enables them to fly faster and higher, and makes for a quieter, more comfortable…
12 Jun 2022 03:06 PM IST
Project
AIM: To study the system level simulation of an all terrain vehicle. KEYWORDS: CVT, lookup table, Dashboard, baja ATV SOFTWARE: Matlab, Simulink OBJECTIVE: 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.…
07 Jun 2022 08:19 AM IST
Week - 4
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…
02 Jun 2022 12:14 PM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
Q. In this project, interfaces for mathematical Set Theory are implemented using C programming language. User can give the input like two list of data and this program will give the output as the union and intersection of these two lists. Ans. #include <stdbool.h>#include <stdio.h>#include <stdlib.h>//…
31 May 2022 06:53 AM IST
Week -2
Simulink model link: https://drive.matlab.com/sharing/2a368793-0904-4593-bb99-f71458269549 Simulink week2 challenge Aim : Make a Simulink model of Doorbell using solenoid block . Use a thermistor to sense the temperature of a heater & turn on or turn off the fan . 1. Doorbell …
14 May 2022 12:21 PM IST