Aim: To interface mathematical Set Theory using C programming language where 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. Tool Used: STM32cube IDE Theory: The union of two sets A and B is the set of all those elements which are…
MAAZ AHMED
updated on 15 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 MAAZ AHMED (11)
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
AIM: To control the retraction and extension of Airplane’s landing gear can be implemented using Finite State Machine (FSM). Tool Used: STM32 CUBEIDE Theory: In this project, a Finite State Machine is used to manage the retraction and extension of an airplane's landing gear (FSM). The most efficient algorithm…
19 Nov 2022 01:46 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
Aim: To interface mathematical Set Theory using C programming language where 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. Tool Used: STM32cube IDE Theory: The union of two sets A and B is the set of all those elements which are…
15 Nov 2022 05:33 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Aim: To implement the code for measuring the distance of an object using ultrasonic distance sensor (HC-SR04). Tools Used: 1. Ultra sonic sensor (HC-SR04) 2. Atmega 32 3. Lcd display Software Used: 1. Simulide 2. Microchip studio About Ultrasonic sensor: An ultrasonic sensor is an electronic device that measures the distance…
05 Nov 2022 10:52 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Aim: To control a DC motor using PWM and to monitor its running status on LCD. Tools Used : 1.Atmega 32 2. L293 Motor driver 3. Push buttons 3 one for controlling the direction, one for speed and the other for turning on and off. 4. Lcd display 5. Dc Motor About L293: L293D is a 16 Pin Motor Driver IC. This…
04 Nov 2022 10:39 AM IST
Project
Aim: To prepare a technical report of Simulation of BAJA All-Terrain Vehicle (ATV) under different conditions. Objective: Perform a system-level simulation of an all-terrain vehicle and write a technical report that explains the model properties and provides feedback on the results. An all-terrain vehicle (ATV) is a motorised…
12 Oct 2022 10:41 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. Step 1: Open the tool Step 2: Select source, select file C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Step 3: The file…
12 Oct 2022 10:20 AM IST
Project 1 - V&V SW Analysis - I
TEST PLAN: if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { all the apps opens in grid; } else if(product owner power on the phone) { shows call the phone icon on the first position at the…
03 Oct 2022 10:44 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Code for the project int trigPin = 11; // Triggerint echoPin = 12; // Echolong duration, cm, inches;long sum=0;long avg;int i; void setup() { Serial.begin (9600); //Serial Port begin Serial.begin (9600); pinMode(trigPin, OUTPUT); //Define inputs and outputs pinMode(echoPin, INPUT);} void loop(){digitalWrite(trigPin, LOW);…
30 Aug 2022 09:28 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
LINK FOR THE EXPERIMENT https://www.tinkercad.com/things/6Y01T7KazqN-fabulous-amur/editel?tenant=circuits CODE FOR MASTER //I2C MASTER CODE #include #include LiquidCrystal lcd (2, 7, 8, 9, 10, 11); void setup() { lcd.begin(16,2); lcd.setCursor (0,0); lcd.print ("skill lync"); lcd.setCursor(0,1); lcd.print ("12C ARDUINO…
29 Aug 2022 05:57 PM IST
Week -2
Make a Simulink model of Doorbell using solenoid block with the following details: In the above arrangement, when the switch is closed the electromagnet receives electrical power from the battery and pulls the metal arm to hit the bell producing sound. Create a situation where the switch is closed…
15 Jun 2022 06:55 PM 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…
15 Jun 2022 06:51 AM IST