Live Batch (Preeti): Q: /* * ProjectQues.c ** Author: Sankalp Tendolkar */ #include<stdio.h> #include<stdlib.h> //* A structure of linked list node…
Sankalp Tendolkar
updated on 01 Feb 2023
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 Sankalp Tendolkar (10)
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Project 2 Project 2 - Measuring the distance of an object using ultrasonic sensor and…
04 Jul 2023 06:32 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Project 1 Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol …
04 Jul 2023 06:10 AM IST
Project 3
#Live Batch Preeti:
12 Jun 2023 12:44 PM IST
Project 2 - V&V SW Analysis II
#Live Batch (Preeti):
13 Mar 2023 07:31 AM IST
Project 1 - V&V SW Analysis - I
# Live Batch (Preeti): TEST PLAN: if (the owner long pressed the power button of the phone) { Print {“Phone switched ON with company logo at the center of the screen”}; } else if (the customer long pressed the power button of the phone) { Print {“Phone switched ON with open all app icons in the grid”}; } else if (the owner…
11 Mar 2023 01:13 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
#Live Batch (Preeti):
23 Feb 2023 05:41 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
#Live Batch (Preeti):
22 Feb 2023 10:19 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Q: /* * project2.c ** Author:Sankalp Tendolkar */ #include <stdio.h>void Initi_state_mach(); //function declaration to initiate the state Machinevoid Gr_down(); // function declaration…
08 Feb 2023 01:04 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
Live Batch (Preeti): Q: /* * ProjectQues.c ** Author: Sankalp Tendolkar */ #include<stdio.h> #include<stdlib.h> //* A structure of linked list node…
01 Feb 2023 07:32 AM IST
Project - Data Handling and Interpolation
>> Q project on interpolation : data = readmatrix('VI.xlsx'); % opening and getting data from table V=data(:,1); % getting data from column 1 for voltage I=data(:,2); …
01 Jan 2023 07:26 PM IST