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

offline Interfacing 2*16 LCD with Arduino using I2C protocol. Program: // Master//Name8 #include<Wire.h>                         //Library void setup(){ Wire.begin(); Serial.begin(9600); pinMode(A0,INPUT);} void loop(){ float x=analogRead(A0); signed…

    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 Priyanka Lale (13)

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

    Objective:

    Offline Measuring distance of an object using ultrasonic sensor (HC-SR04). Program:     #define F_CPU 8000000UL#include <avr/io.h>#include <avr/interrupt.h>#include <util/delay.h>#include <string.h>#include <stdlib.h> #define LCD_Data_Dir DDRD           …

    calendar

    26 Sep 2022 09:08 AM IST

      Read more

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

      Objective:

      Offline Implement a system on the simulator for controlling a DC motor using L293 motor driver, monitor its status and print the running status of motor on the LCD Display. Program #include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include…

      calendar

      20 Sep 2022 07:55 AM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        Offline Write a Test plan to test features of a new mobile phone (Blackbox test) that needs to be implemented based on the following requirements. (The product is still under development stage and is yet to be UA (User Acceptance ) tested…

        calendar

        06 Sep 2022 12:23 PM IST

          Read more

          Project 2 - V&V SW Analysis II

          Objective:

          Offline Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them.   Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…

          calendar

          06 Sep 2022 06:41 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:

            Offline Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter. Program: // Measuring the distance using ultrasonic sensor void US_Tx();unsigned int US_Rx(); float mov_Avg();float MicroToinches(float); void setup(){ Serial.begin(9600);     …

            calendar

            18 Aug 2022 07:07 AM IST

              Read more

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

              Objective:

              offline Interfacing 2*16 LCD with Arduino using I2C protocol. Program: // Master//Name8 #include<Wire.h>                         //Library void setup(){ Wire.begin(); Serial.begin(9600); pinMode(A0,INPUT);} void loop(){ float x=analogRead(A0); signed…

              calendar

              18 Aug 2022 05:09 AM IST

                Read more

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

                Objective:

                Offline Implement the code for controlling the retraction and extension of Airplane's landing gear Program: /* Program for Airplanes landing gear */#include #includetypedef enum { gear_down, checking_before_take_off, rising_gear, gear_up, checking_before_landing, lowering_gear //checking_before_landing, //raising_gear…

                calendar

                09 Aug 2022 04:53 AM IST

                  Read more

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

                  Objective:

                  AIM: To create user defined data type to implement the user interfaces for working with 'Set' (Mathematical Set Theory). Objective: Using c programming implementation of interface for mathematical set theory Using linked list method give two list of data as a input to get the output as union and intersection for given…

                  calendar

                  03 Aug 2022 05:04 AM IST

                    Read more

                    Week 1 Understanding Different Battery Chemistry

                    Objective:

                    Understanding Different Battery Chemistry Lithium Ion Battery How does it work ?     A lithium-ion (Li-ion) battery is an advanced battery technology that uses lithium ions as a key component of its electrochemistry. During a discharge cycle, lithium atoms in the anode are ionized and separated from their electrons.…

                    calendar

                    20 Jan 2022 08:34 AM IST

                      Read more

                      Week-4 Challenge WOT Condition Part-2

                      Objective:

                      AIM To study Powertrain Blockset in MATLAB OBJECTIVE To understand the difference between mapped and dynamic model of engine, motor and generator. Fuel Economy- Miles per gallon and its calculation. Run the HEV Reference Application with WOT drive cycle. Change the grade and wind velocity in the environment block and compare…

                      calendar

                      13 Jun 2021 10:14 AM IST

                      • HEV
                      • MATLAB
                      Read more

                      Week-3 Challenge: ADVISOR Tool

                      Objective:

                      USE  OF  ADVISOR  TOOL  FOR  SIMULATION  OF  VEHICLES AIM To use Advisor Tool and Simulate the given vehicle. OBJECTIVE Concluding observations for EV_defaults_in file, can the vehicle travel for 45 km with FTP drive cycle if the vehicle carrying cargo mass of 500 kg. Repeat the simulation…

                      calendar

                      14 Feb 2021 07:03 PM IST

                      Read more

                      Week - 4

                      Objective:

                      SIMULINK  MODEL  FOR  WASHING  MACHINE  USING  STATE FLOW AIM Implement control logic of a washing machine using stateflow according to the given condition for power input & water input. As per this machine operates. OBJECTIVE Given sequence to implement control logic of a washing machine…

                      calendar

                      13 Jan 2021 11:12 AM IST

                        Read more

                        Week -2

                        Objective:

                        SIMULINK MODEL OF DOORBELL USING SOLENOID BLOCK AIM Create a Simulink model of Doorbell using Solenoid Block. Operate the Door bell simulink model system  and plot the results. OBJECTIVE Create a situation where the switch is closed for 2 secs and then released. Observe the physical movemet of parameter. EXPLANATION…

                        calendar

                        08 Dec 2020 11:54 AM IST

                          Read more
                          Showing 1 of 13 projects