Overview of the Project: 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…
Ashutosh .
updated on 23 Aug 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 Ashutosh . (9)
Project 1
Array in C++ : Arrays are used to store multiple values in a single variable, instead of declaring separate variables for each value. To declare an array, define the variable type, specify the name of the array followed by square brackets and specify the number of elements it should store. Pointer in C++: A pointer…
03 Nov 2022 06:18 PM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
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 #include <util/delay.h>…
25 Sep 2022 04:31 PM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
Project Description: 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. --> main.c file and .hex file and .simu file is present. Working:…
23 Sep 2022 09:40 AM IST
Project 2 - V&V SW Analysis II
Ques(1) Code review report generated with the help of LDRA tool TBvision: --> frist open TBvision and upload file by finding the.c file at locotion. --> Name of .c file is given and location is also given. Now view code review report. --> Code review report: This analyse the code and report on metrics for…
17 Sep 2022 02:07 PM 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…
08 Sep 2022 03:13 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Overview of the Project: 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 method. About Ultrasonic distance sensor: The 28015 PING sensor measures distance using sonar; an ultrasonic…
27 Aug 2022 12:45 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Overview of the Project: 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…
23 Aug 2022 09:19 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Overview In this project, controlling the retraction and extension of Airplane’s landing gear is implemented using Finite State Machine (FSM) concept. FSM is the most efficient algorithm which is mathematical model of computation. About Airplane’s landing gear The purpose of the landing gear in an aircraft…
14 Aug 2022 11:54 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
In this project, interfaces for mathematical set theory are implement using linked list in c programming language. End User gives the input like two list of data and,This program will give the outputs as the union and intersection of these two lists. 1.End user can two sets of the data as A=[1,2,3,4,5,6], and B[2,3,5,6,1].…
09 Aug 2022 09:18 AM IST