Carry out the system level simulation of all terrain vehicle AIM: To study, analyse and visualize the performance of BAJA all Terrain vehicle under four case studies in simulink. BAJA ATV: An ATV is designed in order to run on various terrains such as soil, gravel, pebbles etc. it is specially used to climb the mountain…
kalaimathi K
updated on 02 May 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 kalaimathi K (19)
Project 1
Project 1: #include<iostream> #include<string> #include<fstream> //M x N matric is taken -M=>no of Commodities,N=>IT person #define M 5 #define N 3 using namespace std; int main() { string* A= new string[ M*N ];//dynamically allocating the memory of size 5X3 int laptop[3],mouse[3],headset[3],laptop_bag[3],adapter[3];…
08 Feb 2023 05:32 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Interfacing a 16*2 LCD with Arduino using I2C protocol Master code // master code #include//i2c communication hedder file #include//lcd disply headder file LiquidCrystal lcd(12,11,3,4,5,6);//lcd pin dec void setup() { lcd.begin(16,2); lcd.setCursor(5,0); lcd.print("Master"); delay(1000); lcd.clear();// clear the lcd…
28 Nov 2022 06:06 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter Master code: #include<Wire.h>//i2c communication hedder file #include <LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,5,4,3,2); void setup() { lcd.begin(16,2); lcd.setCursor(0,0);…
26 Nov 2022 09:10 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Interfacing a 16*2 LCD with Arduino using I2C protocol Master code // master code #include<Wire.h>//i2c communication hedder file #include<LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,3,4,5,6);//lcd pin dec void setup() { lcd.begin(16,2); lcd.setCursor(5,0); lcd.print("Master");…
26 Nov 2022 09:07 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Interfacing a 16*2 LCD with Arduino using I2C protocol Master code #include<Wire.h>//i2c communication hedder file #include <LiquidCrystal.h>//lcd disply headder file LiquidCrystal lcd(12,11,5,4,3,2); void setup() { lcd.begin(16,2); lcd.setCursor(0,0); lcd.print("Ultrasonicsensor"); delay(5000); lcd.clear();…
26 Nov 2022 04:58 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
1.In this project, the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04) Program #define F_CPU 8000000UL #include <avr/io.h> #include <avr/interrupt.h> #include <util/delay.h> #include <string.h> #include <stdlib.h> #define…
17 Sep 2022 10:00 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
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. Program for implementing DC motor along with running status LCD: #include <avr/io.h> //including AVR header file #define F_CPU 16000000L // the…
16 Sep 2022 05:53 AM 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. Steps used to do static code review are. start LDRA TBrun. From the LDRA page select source->single file->choose mentioned .c file->open.(in log…
25 Aug 2022 08:30 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…
13 Aug 2022 01:18 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
AIM: To implement the code of controlling the retraction and extension of airplane's landing gear. Project: #include<stdio.h> #include<stdlib.h> /* Functions used in our projects*/ void Initial_state_machine(); //function declaration void Gear_down(); void Checking_before_takeoff(); void Raising_gear();…
04 Aug 2022 08:53 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
Aim: To implement the mathematical set theory using C programming language. we will give two input data set like link list and union & intersection of the two set will be displayed. C Program: #include #include // structure of linked list struct node{ int data; struct node *next; }*linklistone, *linklisttwo, *unionll,…
06 Jul 2022 05:46 AM IST
Project-1: Powertrain for aircraft in runways
part A: 1. Search and list out the total weight of various types of aircrafts. Different terms represent different weight: Manufacturer's Weight Empty (MWE) or Licensed Empty Weight:It is the weight of the aircraft "as built" and includes the weight of the structure, power plant, furnishings, installations,…
09 Jun 2022 10:28 AM IST
Week-11 Challenge: Braking
1.For a defined driving cycle, calculate the energy required for braking Aim of the question is to calculate energy required for braking for our defined driving cycle. Braking: for arresting or preventing the motion of a mechanism usually by means of friction apply the brakes took his foot off the brake.…
05 Jun 2022 12:41 PM 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’. The model of Speed control of a DC motor using BJT H-bridge is given below This model is a DC-DC chopper which is used for motor control. BJT H-Btidge model can only operate in two quadrant i.e, quadrant 1 and…
21 May 2022 11:54 AM IST
Week-6 Challenge: EV Drivetrain
1.Which types of power converter circuits are employed in electric and hybrid electric vehicle? power converter circuits: Power converter is nothing but an electronic circuit which is used to change the electrical energy from one form to an another form which would be the desired load.…
18 May 2022 04:48 PM 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. In general car are classified as ICE(Internal Combustion Engine), EV(Electric Vehicle) and HEV(Hybrid Electriv Vehicle). Under Advisor tool,…
07 May 2022 10:38 AM IST
Project
Carry out the system level simulation of all terrain vehicle AIM: To study, analyse and visualize the performance of BAJA all Terrain vehicle under four case studies in simulink. BAJA ATV: An ATV is designed in order to run on various terrains such as soil, gravel, pebbles etc. it is specially used to climb the mountain…
02 May 2022 09:41 AM IST
Week - 4
1.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…
27 Apr 2022 06:00 AM IST
Week -2
1.Simulink model for doorbell using solenoid block: General working principle of doorbell The above diagram shows the doorbell working principle. The electromagnetic coil is connected to the battery. When the switch is on, the electromagnet is produced in the coil which will attract the hammer and pulling of hammer towards…
19 Apr 2022 10:29 AM IST