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 - Controlling a DC motor using PWM and monitoring its Running status

OFFLINE BATCH-PG EMBEDDED   CODING #include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include <util/delay.h>#define sw_dir (PIND&(1<<1))#define sw_spd (PIND&(1<<2))#define pw (PINC&(1<<3))#define…

    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 Sridhar Gopal (8)

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

    Objective:

    OFFLINE BATCH-PG EMBEDDED     CODING #include <avr/io.h> #include <avr/interrupt.h> #define F_CPU 8000000 #include <util/delay.h> #include #include   #define LCD_data_dir DDRD                         //LCD data port direction…

    calendar

    21 Sep 2022 11:10 AM IST

      Read more

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

      Objective:

      OFFLINE BATCH-PG EMBEDDED   CODING #include <avr/io.h> //preprocessor directive#define F_CPU 16000000ul#include "avr/interrupt.h"//Preprocessor directive of an avr interrupt#include <util/delay.h>#define sw_dir (PIND&(1<<1))#define sw_spd (PIND&(1<<2))#define pw (PINC&(1<<3))#define…

      calendar

      19 Sep 2022 12:42 PM IST

        Read more

        Project 1 - V&V SW Analysis - I

        Objective:

        OFFLINE BATCH-PG EMBEDDED   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…

        calendar

        06 Sep 2022 12:23 PM IST

          Read more

          Project 2 - V&V SW Analysis II

          Objective:

          OFFLINE BATCH Please Find the Attached Files for Q1 Q2

          calendar

          06 Sep 2022 12:09 PM 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:

            EMBEDDED OFFLINE BATCH: TITLE:Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter CODING int trigPin = 11; // Triggerint echoPin = 12; // Echolong duration, cm, inches;long sum=0;long avg;int i; void setup() {//Serial Port beginSerial.begin (9600);//Define…

            calendar

            19 Aug 2022 11:59 AM IST

              Read more

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

              Objective:

                EMBEDDED OFFLINE BATCH:  TITLE:Interfacing a 16*2 LCD with Arduino using I2C protocol   CODING //MASTER #include<Wire.h>\\Header File for Wire Transmission on Arduino#include<LiquidCrystal.h>\\Header File for LCD Cofigurationvoid setup(){LiquidCrystal lcd(12,11,5,4,3,2);\\Configuration of LCD…

              calendar

              19 Aug 2022 11:57 AM IST

                Read more

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

                Objective:

                OFFLINE EMBEDDED BATCH   CODING #include void Initiate_State_Machine(); void GearDown(); void CheckingBeforeTakeOFF(); void RaisingGear(); void GearUp(); void CheckBeforeLanding(); void LoweringGear(); static void(*statetable[])(void)={GearDown, CheckingBeforeTakeOFF, RaisingGear, GearUp, CheckBeforeLanding, LoweringGear};…

                calendar

                18 Aug 2022 09:12 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:

                                                                          PG PROGRAM IN EMBEDDED EV APPLICATION-OFFLINE BATCH Project 1. Creation of user defined data type to implement the user…

                  calendar

                  07 Aug 2022 11:18 AM IST

                    Read more
                    Showing 1 of 8 projects