Menu

IIT Certification Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

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…

    Project Details

    Loading...

    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.

    Please  login to add a comment

    Other comments...

    No comments yet!
    Be the first to add a comment

    Read more Projects by Hari Krishna (13)

    Project 1

    Objective:

    #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,…

    calendar

    19 Jul 2023 04:52 AM IST

      Read more

      Project 2

      Objective:

      #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…

      calendar

      19 Jul 2023 04:36 AM IST

        Read more

        Project 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

        Objective:

            Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving                                                       …

        calendar

        06 Oct 2022 05:44 AM IST

          Read more

          Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol

          Objective:

                                                 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…

          calendar

          21 Sep 2022 03:29 AM IST

            Read more

            Project 2 - V&V SW Analysis II

            Objective:

            1. static code review analysis      2. white box test  dynamic report analysis       4. integration test report analysis  

            calendar

            30 Apr 2022 07:32 AM IST

              Read more

              Project 1 - V&V SW Analysis - I

              Objective:

                       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…

              calendar

              30 Apr 2022 05:05 AM IST

                Read more

                Project 2 - Measuring distance of an object using ultrasonic sensor (HC-SR04)

                Objective:

                                    project 2 - Measuring dostance of an object using ultrasonic sensor (HC-SR04)       

                calendar

                15 Apr 2022 06:16 AM IST

                  Read more

                  Project 1 - Controlling a DC motor using PWM and monitoring its Running status

                  Objective:

                                  project 1- controlling a DC motor using PWM and monitoring its running status    

                  calendar

                  14 Apr 2022 03:32 PM IST

                    Read more

                    Project

                    Objective:

                    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…

                    calendar

                    12 Apr 2022 10:21 AM IST

                      Read more

                      Week - 4

                      Objective:

                      1.               2.

                      calendar

                      09 Apr 2022 07:54 AM IST

                        Read more

                        Week -2

                        Objective:

                        1.                   2.

                        calendar

                        09 Apr 2022 06:39 AM IST

                          Read more

                          Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory)

                          Objective:

                            ::   

                          calendar

                          01 Apr 2022 01:49 PM IST

                            Read more

                            Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear

                            Objective:

                            project 2..  

                            calendar

                            01 Apr 2022 10:48 AM IST

                              Read more
                              Showing 1 of 13 projects