In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. #include <LiquidCrystal.h> //Library for LCD display functional LiquidCrystal lcd_1(12, 11, 5, 4, 3, 2); //Define…
Sankaranarayanan G
updated on 09 Jul 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 Sankaranarayanan G (8)
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
In this project the implementation of code for “Measuring distance of an object using ultrasonic distance sensor (28015 Ping) and also smoothen the sensor data using moving average filter”. #include <LiquidCrystal.h> //Library for LCD display functional LiquidCrystal lcd_1(12, 11, 5, 4, 3, 2); //Define…
09 Jul 2023 04:43 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
In this project implementing the Code for “Interfacing a 16*2 LCD with two Arduino’s (one for Master and one for Slave) using Inter-Integrated Circuit (I2C) communication protocol” by sending the message to LCD using I2C communication protocol and display the message on LCD screen. Master Code //Master…
09 Jul 2023 04:32 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Abhinaya Inbamani mam Live batch #define F_CPU 16000000L //defines the CPU frequency of the microcontroller to 16MHz. #include <avr/io.h> //AVR Input/Output library for handling input/output operations of the microcontroller. #include <util/delay.h> // AVR Delay library for adding delay in the program. #include…
09 Mar 2023 11:43 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
Abhinaya Inbamani mam Live batch # define F_CPU 8000000UL//system clock frequency as 8 MHz. #include <avr/io.h>// contains input/output definitions for the AVR micro controller. #include <avr/interrupt.h>//interrupt header file, which contains definitions for handling interrupts. #include <util\delay.h>//includes…
09 Mar 2023 11:38 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 TO GENERATE CODE REVIEW REPORT: First Open the LDRA Tool Go to LRDA_Workarea \Examples\C_Testbed_examples\Testrain\Testrain.c” …
02 Feb 2023 06:09 PM IST
Project 1 - V&V SW Analysis - I
Abhinaya Inbamani (Live batch) TEST PLAN: A Test Plan refers to a detailed document that catalogs the test strategy, objectives, schedule, estimations, deadlines, and the resources required for completing that particular project. BLACK BOX TESTING: Black-box testing is a method of software testing that examines the functionality…
02 Feb 2023 04:51 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
1) Overview of the project: In this project, interfaces for mathematical set of theory are implemented using C programming language. 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. Goal: Implementation of interface for mathematical…
20 Jan 2023 07:20 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
2) 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. Goals: Controlling the direction of Valve. Controlling the retraction…
20 Jan 2023 07:12 AM IST