PROJECT 1:- DEVICE USED:- atmega32 microcontroller. DC motor Two push bottun One On/Off switch One Hd44780 (2 * 16) display L239 Half H-Bridge Simulation is done on SimulIDE WORKING: In this project LCD is work in 4 bit mode. LCD is showing status of DC motor which is connected with H-Bridge. With the help of…
Anubhav .Sur
updated on 16 Oct 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 Anubhav .Sur (19)
Project 1 - Data Handling and Interpolation
PROJECT 1- % Get 'm' and 'k' values from the user using the input dialog box m = inputdlg('Enter the mass (m):'); k = inputdlg('Enter the spring constant (k):'); m = str2double(m); k = str2double(k); % Define the derivative function for the simple harmonic oscillator equation ode_eqn = @(t, y) [y(2); -k/m*y(1)]; % Define…
24 Jul 2023 02:35 PM IST
Project - Data Handling and Interpolation
AIM:- in a labortory experiment, data of voltage and current has been recorded and the same is attached in a excel file (vi.xlsx).Read the .excel file in…
08 Jul 2023 11:35 AM IST
Project 2
sir i submitted all the program in file
20 Mar 2023 02:48 PM IST
Project 2
sir i submitted all the program in file
16 Mar 2023 02:53 PM IST
Project 1
PROGRAM- #include <iostream>//header file #include <fstream>//uses the H file extension ans is considered a Developer file. #include <string> //string header file // `M × N` matrix for storing data #define M 5 #define N 3 using namespace std; //declare namespace int main() { string* A = new string[M…
27 Feb 2023 02:54 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. 2.Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…
18 Oct 2022 02:04 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
PROJECT 2:- In this project The implementation of code for “Measuring distance of an object using ultrasonic distance sensor (HC-SR04). Measuring Pulse width using Input Capture Mode of Timer 1. CODE:- #include <avr/io.h> // Including AVR input/output library #define F_CPU 16000000ul // define CPU frequency…
16 Oct 2022 06:24 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
PROJECT 1:- DEVICE USED:- atmega32 microcontroller. DC motor Two push bottun One On/Off switch One Hd44780 (2 * 16) display L239 Half H-Bridge Simulation is done on SimulIDE WORKING: In this project LCD is work in 4 bit mode. LCD is showing status of DC motor which is connected with H-Bridge. With the help of…
16 Oct 2022 05:45 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 that…
15 Oct 2022 10:56 AM IST
Project 1 - 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 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…
26 Sep 2022 01:35 PM IST
Project 1 - 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 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…
23 Sep 2022 08:20 PM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
AIM:- In this project the implementation…
22 Sep 2022 08:31 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Overview of the Project: In this project, controlling the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). FSM is the most efficient algorithm which is mathematical model of computation. In this project we control the Airplane landing gear by verifying…
23 Aug 2022 03:01 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
OVERVIEW OF THE PROJECT:- HERE THE MAIN OBJECTIVE OF THE PROJECT IS TO DO THE MATHEMATICAL SET OPERATION.THE SET OPERATION HAS MANY OPERATIONS HERE THEY ARE TOLD TO DO THE UNION AND INTERSECTION OF THE LIST CREATED AS A LINKED LIST.SO HERE WE ARE CREATING A STRUCTURE IT HAS A COLLECTION…
11 Aug 2022 08:04 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 SUSH AS REQUIREMENT TAGGING & TRACEBILLITY,SLDD CREATION,CONFIGURATION PARAMETER CHANGES,MODEL ADVISOR CHECK &CODE GENERATION.…
29 Jun 2022 03:31 PM IST
Project 1 (Mini Project on Vehicle Direction Detection
AIM OF THE PROJECT: IDENTIFYING THE DIRECTION OF THE VEHICLE BASED ON THE CAMERA INPUT. OBJECTIVE OF THE PROJECT:: DEVOLOPMENT OF MATLAB SIMULINK MODEL AS PER REQUIREMENT. TAG THE REQUIERMENTS TO THE SIMULINK MODEL;TAGGING REQUIREMENT1 & REQUIREMENT2 …
25 Jun 2022 11:57 AM IST
Week - 4
Q1-To implement control logic of a washing machine using stateflow in simulink. MODEL-THE FILLE (SEVENTH) WHICH CONTAINS THE MODEL IS ATTACHED WITH THIS REPORT we have given WATER,SOAK,WASHING,RINSING ,DRYER,CYCLE as outputs of the chart we have given our WATER_SUPPLY&POWER_SUPPLY as inputs of the chart. CONDITION…
23 Apr 2022 03:13 PM IST
Week -2
CREATE A SIMULINK MODEL OF THERMISTOR TO SENSE THE TEMPERATURE OF HEATER & TURN ON OR TURN OFF THE FAN. BLOCKS USING IN MODEL REPEATING SEQUENCE STAIR CONTROLLED TEMPERATURE SOURCE RESISTOR VOLTAGE SENSOR…
17 Apr 2022 03:37 PM IST