Interfacing a 16*2 LCD with Arduino using I2C protocol AIM:: 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…
Hari Krishna
updated on 21 Sep 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 Hari Krishna (13)
Project 1
#include #include #include #include // `M × N` matrix for storing data #define M 5 #define N 3 using namespace std; int main() { string* A = new string[M * N]; // dynamically allocate memory of size `M × N` // declarations int Laptop[3], Mouse[3], Headset[3], Laptop_Bag[3], Adapter[3]; int s; int vendor1_total,…
19 Jul 2023 04:52 AM IST
Project 2
#include <iostream>#include <vector>#include <string>#include <sstream>#include <assert.h>#include "Vehicle.h"#include "ElectricCar.h"#include "GasCar.h"#include "DieselCar.h"using namespace std;vector<Vehicle*> VehicleInventory;/*Function prototype*/void…
19 Jul 2023 04:36 AM IST
Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter
Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving …
06 Oct 2022 05:44 AM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Interfacing a 16*2 LCD with Arduino using I2C protocol AIM:: 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…
21 Sep 2022 03:29 AM IST
Project 2 - V&V SW Analysis II
1. static code review analysis 2. white box test dynamic report analysis 4. integration test report analysis
30 Apr 2022 07:32 AM IST
Project 1 - V&V SW Analysis - I
if(owner long press the power button) { open the company logo at centre; } else if(customer press the power button) { open the apps in grid; } else if(owner power on the phone) { shows call the phone icon on first position at bottom; } else if(owner power on the phone) { shows Dictionary…
30 Apr 2022 05:05 AM IST
Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)
project 2 - Measuring dostance of an object using ultrasonic sensor (HC-SR04)
15 Apr 2022 06:16 AM IST
Project 1 - Controlling a DC motor using PWM and monitoring its Running status
project 1- controlling a DC motor using PWM and monitoring its running status
14 Apr 2022 03:32 PM IST
Project
AIM: To prepare a technical report of simulation of an All-Terrain Vehicle (ATV) under different conditions. By giving break input ,throttle input through input block(Signal Builder,Step,Constant) and CVT ratio through (Signal Builder,LookUpTable) we should observe the velocity, displacement of vehicle and speed of engine(Driver…
12 Apr 2022 10:21 AM IST
Week - 4
1. 2.
09 Apr 2022 07:54 AM IST
Week -2
1. 2.
09 Apr 2022 06:39 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)
::
01 Apr 2022 01:49 PM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
project 2..
01 Apr 2022 10:48 AM IST