Menu

Executive 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 2 - Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter

poovarasankumar offline batch01 Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter: 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…

    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 Poovarasan Kumar (10)

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

    Objective:

    offline batch01   #include <avr/io.h> #include <avr/interrupt.h> #define F_CPU 8000000 #include <util/delay.h> #include <string.h> #include <stdlib.h>   #define LCD_data_dir DDRD                         //LCD data port…

    calendar

    22 Sep 2022 07:52 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:

      poovarasankumar offline batch01 Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter: 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

      21 Sep 2022 07:38 AM IST

        Read more

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

        Objective:

        poovarasankumar offline batch01  Interfacing a 16*2 LCD with Arduino using I2C protocol: //MASTER #include#includevoid setup(){LiquidCrystal lcd(12,11,5,4,3,2);lcd.begin(16,2);Serial.begin(9600);Wire.begin(8);Wire.onReceive(display);} void loop(){delay(30);}void display(int x){LiquidCrystal lcd(12,11,5,4,3,2);int y=Wire.read();Serial.println(y);lcd.setCursor(1,0);lcd.print("the…

        calendar

        21 Sep 2022 07:37 AM IST

          Read more

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

          Objective:

          offline batch01 #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 lcd_port PORTB#define…

          calendar

          20 Sep 2022 05:56 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:

            poovarasankumar offline batch01 Measuring the distance of an object using ultrasonic sensor and also smoothen the sensor data using moving average filter: 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

            14 Sep 2022 07:10 AM IST

              Read more

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

              Objective:

              poovarasankumar offline batch01  Interfacing a 16*2 LCD with Arduino using I2C protocol: //MASTER #include<Wire.h>#include<LiquidCrystal.h>void setup(){LiquidCrystal lcd(12,11,5,4,3,2);lcd.begin(16,2);Serial.begin(9600);Wire.begin(8);Wire.onReceive(display);} void loop(){delay(30);}void display(int x){LiquidCrystal…

              calendar

              14 Sep 2022 06:11 AM IST

                Read more

                Project 1 - V&V SW Analysis - I

                Objective:

                poovarasankumar chennai offline batch01 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…

                calendar

                06 Sep 2022 10:34 AM IST

                  Read more

                  Project 2 - V&V SW Analysis II

                  Objective:

                  poovarasankumar chennnai offline batch01 Let A, B,C, D be atomic conditions , write MCDC Pairs for A && B || C A || B && C (A && B) || (C && D) (A || B) && (C || D) ANSWER: A && B || C Atomic conditions: 3(A,B,C)    MCDC pairs:(0,1,1)(1,1,1)(1,0,1)(1,1,0)-4 pairs…

                  calendar

                  06 Sep 2022 09:49 AM IST

                    Read more

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

                    Objective:

                    poovarasankumar embd offline batch01  

                    calendar

                    19 Aug 2022 09:38 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:

                      poovarasankumar embd offline batch o1  

                      calendar

                      19 Aug 2022 09:37 AM IST

                        Read more
                        Showing 1 of 10 projects