Measuring distance of an object using ultrasonic sensor (HC-SR04) Objective: To implementation the code for Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Goals: Measuring the distance of an object using Ultrasonic…
Sampath Nagarajan
updated on 23 Nov 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 Sampath Nagarajan (21)
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Measuring distance of an object using ultrasonic sensor (HC-SR04) Objective: To implementation the code for Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Goals: Measuring the distance of an object using Ultrasonic…
23 Nov 2022 05:03 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Objective: To 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…
23 Nov 2022 04:13 PM IST
Project 1 - V&V SW Analysis - I
Objective: To create a test plan to test features of a new mobile phone that needs to be implemented based on the requirements. Test plan: if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open the apps in grid; } else if(owner power on the phone) {…
31 Jul 2022 11:53 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 Objective: To measure the distance of an object using ultrasonic distance sensor (28015 Ping) and to implement I2C communication protocol. Circuit: …
10 Jul 2022 06:26 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Interfacing a 16*2 LCD with Arduino using I2C protocol 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. …
23 Jun 2022 04:35 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Objective: To implement the Code for controlling the retraction and extension of landing gear in Airplane. Program: #include<stdio.h>void gear_down();void checking_before_takeoff();void raising_gear();void gear_up();void checking_before_landing();void lowering_gear();typedef enum { …
02 Jun 2022 05:28 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
Mathematical set theory Objective: To create a c program to find the union and intersection of of two sets using linked list. Program: set.h #ifndef SET_H_#define SET_H_#include <stdio.h>#include…
23 May 2022 09:54 AM IST
Project 2 Thermal modeling of battery pack
Thermal modelling of battery pack Objective: To create a Simulink model for a 10 cell series lithium ion battery model to simulate…
07 May 2022 06:13 PM IST
Project 1 Mechanical design of battery pack
Mechanical design of battery pack Objective: To prepare a detailed battery pack drawing along with its enclosure for Battery pack (ANR26650M1-B) with the capacity…
06 May 2022 05:27 PM IST
Week 7 State of charge estimation
1. To Simulate the 3 test cases from harness dashboard and write a detailed report on the results BMS closed loop model: The BMS closed loop model consist of test sequence variant subsystem, manual state request subsystem, BMS closed loop subsystem. The indication lamps for the battery management system are Fault…
02 May 2022 06:54 PM IST
Week 1 Understanding Different Battery Chemistry
1. To explain about the LCO, LMO, NCA, NMC, LFP and LTO type of lithium ion cells. Battery: A Battery is an Electro chemical device. It is used to store the electrical energy. During discharging, chemical energy is converted in to electrical energy. When a battery is supplying electric power, its positive terminal…
27 Apr 2022 06:12 AM IST
Project-1: Powertrain for aircraft in runways
Powertrain for aircraft in runways 1. To list out the total weight of various types of aircrafts The Empty weight, Maximum fuel weight, Maximum cargo weight,…
25 Apr 2022 04:15 AM IST
Week-11 Challenge: Braking
1. To calculate the energy required for braking for a defined driving cycle. From the values in the sheet, a Drive cycle is simulated The kinetic energy used for braking is K.E = (1/2) * M * (Vi - Vf)² K.E - Kinetic energy (Joule) M - Mass (Kg) Vi - Initial…
20 Apr 2022 04:55 PM IST
Week-7 Challenge: DC Motor Control
1.A. To Explain the MATLAB model for Speed control of a DC motor using BJT H-bridge The Bipolar Junction Transistor: The Bipolar Junction Transistor or BJT is three terminal semiconducting device. The terminals of BJT are Base, Collector, Emitter. When a forward voltage (Vf) is applied between collector and emitter BJT…
16 Apr 2022 10:33 AM IST
Week-6 Challenge: EV Drivetrain
1. To explain the types of power converter circuits used in electric and hybrid electric vehicles. Hybrid Electric Vehicle: The Combustion Engine and Motor are used to run the Hybrid EV. The Major power source is the Combustion Engine which is used to recharge the Battery. DC to DC converter is used to supply the power…
16 Apr 2022 12:29 AM IST
Week-4 Challenge WOT Condition Part-2
1. To compare Mapped and Dynamic models in powertrain blockset and to change the model type. Mapped model: Mapped Engine Mapped model uses a set of steady state values using Look up table for simulation. The Lookup table is…
14 Apr 2022 06:11 AM IST
Week-3 Challenge: ADVISOR Tool
1. Objective: To change the cargo mass to 500 kg with all other default conditions in the vehicle input of EV_defaults_in file. To check the vehicle could run for 45 km with FTP drive cycle in the simulation parameters To observe the simulation results Vehicle Input: The value of cargo mass is changed to…
12 Apr 2022 06:19 PM IST
Week - 4
1. Control logic of Washing machine using stateflow. Objective: To build a logic for a washing machine using stateflow with the conditions for power supply, water supply, process completion indication. …
01 Apr 2022 08:22 AM IST
Week -2
1. Door Bell using Solenoid Objective: To create a Simulink model for a door bell using solenoid and to observe the physical movement of the plunger. The output of change in position of the solenoid need to be generated under the condition with ON time 2 seconds. …
30 Mar 2022 09:43 AM IST