SlideShare a Scribd company logo
1 of 3
In this fast moving world people come and go from one place to another, greeting all
who meet on the way and answering the strangers in the most polite manner possible.
But the same world proves very difficult for those in our society who cannot hear: the deaf. When a
person visits a place, we first ring the bell on the doorpost. This cannot be heard by an old man or a deaf
person who resides at his home.
Here comes the action of our application:
When a visitor comes, a sensor which is attached to the gate detects the presence of a person and alerts
the deaf man inside by either lighting a bulb or through a computer message, if the person is working on a
computer.
How does it work?
The technological aspect is as follows:
 Arduino Uno
 IR Distance Sensor
 Wires and Printed circuits boards
 Led Red
 Arduino Compiler
Working:
Arduino Uno takes the signal from IR Distance sensor , IR distance sensor sense the object . In Arduino
Uno Board there is input pin and and analog pin , IR distance sensor connect with analog pin to read the
signal from sensor and leds are coonected to input pin A9.When an object come near to the sensor the
sensor send the signal to the analog pin and it converted into digital signal,when the signal is 1 the led will
blink when the signal is 0 it will not blink.
DOOR ALERT SYSTEM FOR DEAF PEOPLE “DAD”
Source Code:
const int ledPin = 13; // led connected to digital pin 13
const int knockSensor = A0; // the piezo is connected to analog pin 0
const int threshold = 100; // threshold value to decide when the detected sound is a knock or not
// these variables will change:
int sensorReading = 0; // variable to store the value read from the sensor pin
int ledState = LOW; // variable used to store the last LED status, to toggle the light
void setup() {
pinMode(ledPin, OUTPUT); // declare the ledPin as as OUTPUT
Serial.begin(9600); // use the serial port
}
void loop() {
// read the sensor and store it in the variable sensorReading:
sensorReading = analogRead(knockSensor);
// if the sensor reading is greater than the threshold:
if (sensorReading >= threshold) {
// toggle the status of the ledPin:
ledState = !ledState;
// update the LED pin itself:
digitalWrite(ledPin, ledState);
// send the string "Knock!" back to the computer, followed by newline
Serial.println("Hey You Deaf Open the Door .");
}
delay(100); // delay to avoid overloading the serial port buffer
}

More Related Content

What's hot

IOTC08 The Arduino Platform
IOTC08 The Arduino PlatformIOTC08 The Arduino Platform
IOTC08 The Arduino PlatformEoin Brazil
 
Arduino Workshop
Arduino WorkshopArduino Workshop
Arduino Workshopatuline
 
Robotics Session day 1
Robotics Session day 1Robotics Session day 1
Robotics Session day 1Afzal Ahmad
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbookFelipe Belarmino
 
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009Eoin Brazil
 
04 Arduino Peripheral Interfacing
04   Arduino Peripheral Interfacing04   Arduino Peripheral Interfacing
04 Arduino Peripheral InterfacingWingston
 
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1Felipe Belarmino
 
Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)handymg
 
برمجة الأردوينو - اليوم الأول
برمجة الأردوينو - اليوم الأولبرمجة الأردوينو - اليوم الأول
برمجة الأردوينو - اليوم الأولAhmed Sakr
 
Porte à puce - Smart Safety Door based on Arduino UNO R3
Porte à puce - Smart Safety Door based on Arduino UNO R3Porte à puce - Smart Safety Door based on Arduino UNO R3
Porte à puce - Smart Safety Door based on Arduino UNO R3Meifani Sumadijaya
 
Porte à puce - Automatic Door based on Arduino UNO R3
Porte à puce - Automatic Door based on Arduino UNO R3Porte à puce - Automatic Door based on Arduino UNO R3
Porte à puce - Automatic Door based on Arduino UNO R3Meifani Sumadijaya
 
Home automationusing ir remote
Home automationusing ir remote Home automationusing ir remote
Home automationusing ir remote Rohith Kilkile
 
Arduino for Beginners
Arduino for BeginnersArduino for Beginners
Arduino for BeginnersSarwan Singh
 
Arduino Intro Guide 2
Arduino Intro Guide 2Arduino Intro Guide 2
Arduino Intro Guide 2elketeaches
 
Buy arduino zero by robomart
Buy arduino zero by robomartBuy arduino zero by robomart
Buy arduino zero by robomartchauhan786
 
Basic arduino sketch example
Basic arduino sketch exampleBasic arduino sketch example
Basic arduino sketch examplemraziff2009
 

What's hot (20)

IOTC08 The Arduino Platform
IOTC08 The Arduino PlatformIOTC08 The Arduino Platform
IOTC08 The Arduino Platform
 
Arduino Workshop
Arduino WorkshopArduino Workshop
Arduino Workshop
 
Presentation S4A
Presentation S4A Presentation S4A
Presentation S4A
 
Robotics Session day 1
Robotics Session day 1Robotics Session day 1
Robotics Session day 1
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
 
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
Arduino Lecture 2 - Interactive Media CS4062 Semester 2 2009
 
04 Arduino Peripheral Interfacing
04   Arduino Peripheral Interfacing04   Arduino Peripheral Interfacing
04 Arduino Peripheral Interfacing
 
Arduino spooky projects_class1
Arduino spooky projects_class1Arduino spooky projects_class1
Arduino spooky projects_class1
 
Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)Project Instrumentation (Smart Trashbin)
Project Instrumentation (Smart Trashbin)
 
برمجة الأردوينو - اليوم الأول
برمجة الأردوينو - اليوم الأولبرمجة الأردوينو - اليوم الأول
برمجة الأردوينو - اليوم الأول
 
Porte à puce - Smart Safety Door based on Arduino UNO R3
Porte à puce - Smart Safety Door based on Arduino UNO R3Porte à puce - Smart Safety Door based on Arduino UNO R3
Porte à puce - Smart Safety Door based on Arduino UNO R3
 
Lec 5
Lec 5Lec 5
Lec 5
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Porte à puce - Automatic Door based on Arduino UNO R3
Porte à puce - Automatic Door based on Arduino UNO R3Porte à puce - Automatic Door based on Arduino UNO R3
Porte à puce - Automatic Door based on Arduino UNO R3
 
Home automationusing ir remote
Home automationusing ir remote Home automationusing ir remote
Home automationusing ir remote
 
Arduino for Beginners
Arduino for BeginnersArduino for Beginners
Arduino for Beginners
 
Arduino Intro Guide 2
Arduino Intro Guide 2Arduino Intro Guide 2
Arduino Intro Guide 2
 
Arduino workshop sensors
Arduino workshop sensorsArduino workshop sensors
Arduino workshop sensors
 
Buy arduino zero by robomart
Buy arduino zero by robomartBuy arduino zero by robomart
Buy arduino zero by robomart
 
Basic arduino sketch example
Basic arduino sketch exampleBasic arduino sketch example
Basic arduino sketch example
 

Viewers also liked

Abc finanzas para emprender
Abc finanzas para emprenderAbc finanzas para emprender
Abc finanzas para emprenderMaria Laura Cuya
 
Educación
EducaciónEducación
EducaciónRocio_mc
 
Aprendizaje colaborativo
Aprendizaje colaborativoAprendizaje colaborativo
Aprendizaje colaborativoDiego Bogado
 
Donnchadh cullinanstartup gathering waterford oct 2015 [recovered]
Donnchadh cullinanstartup gathering waterford  oct 2015 [recovered]Donnchadh cullinanstartup gathering waterford  oct 2015 [recovered]
Donnchadh cullinanstartup gathering waterford oct 2015 [recovered]Walton Institute
 
Séquence 5 préao
Séquence 5   préaoSéquence 5   préao
Séquence 5 préao19982355
 
Presentacion ana ceci- bitacora
Presentacion ana ceci- bitacoraPresentacion ana ceci- bitacora
Presentacion ana ceci- bitacoraanacecicm
 
Inventario tecnico y minutas
Inventario tecnico y minutasInventario tecnico y minutas
Inventario tecnico y minutasigmanalviares
 
My first IKEA assembly
My first IKEA assemblyMy first IKEA assembly
My first IKEA assemblyJoo-Haeng Lee
 
Libel as a crime
Libel as a crimeLibel as a crime
Libel as a crimeagsvillegas
 
영어 논문 단어수 줄이는 10가지 방법
영어 논문 단어수 줄이는 10가지 방법영어 논문 단어수 줄이는 10가지 방법
영어 논문 단어수 줄이는 10가지 방법에디티지(Editage Korea)
 
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena Gunnar
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena GunnarMaakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena Gunnar
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena GunnarMaa- ja metsätalousministeriö
 

Viewers also liked (16)

qitmonok
qitmonokqitmonok
qitmonok
 
Abc finanzas para emprender
Abc finanzas para emprenderAbc finanzas para emprender
Abc finanzas para emprender
 
Educación
EducaciónEducación
Educación
 
Aprendizaje colaborativo
Aprendizaje colaborativoAprendizaje colaborativo
Aprendizaje colaborativo
 
Donnchadh cullinanstartup gathering waterford oct 2015 [recovered]
Donnchadh cullinanstartup gathering waterford  oct 2015 [recovered]Donnchadh cullinanstartup gathering waterford  oct 2015 [recovered]
Donnchadh cullinanstartup gathering waterford oct 2015 [recovered]
 
Séquence 5 préao
Séquence 5   préaoSéquence 5   préao
Séquence 5 préao
 
Presentacion ana ceci- bitacora
Presentacion ana ceci- bitacoraPresentacion ana ceci- bitacora
Presentacion ana ceci- bitacora
 
David_HAHN_CV
David_HAHN_CVDavid_HAHN_CV
David_HAHN_CV
 
Inventario tecnico y minutas
Inventario tecnico y minutasInventario tecnico y minutas
Inventario tecnico y minutas
 
My first IKEA assembly
My first IKEA assemblyMy first IKEA assembly
My first IKEA assembly
 
Desarrollo del dibujo
Desarrollo del dibujoDesarrollo del dibujo
Desarrollo del dibujo
 
Libel as a crime
Libel as a crimeLibel as a crime
Libel as a crime
 
Elfreda Chatman
Elfreda ChatmanElfreda Chatman
Elfreda Chatman
 
Conducta y personalidad
Conducta y personalidadConducta y personalidad
Conducta y personalidad
 
영어 논문 단어수 줄이는 10가지 방법
영어 논문 단어수 줄이는 10가지 방법영어 논문 단어수 줄이는 10가지 방법
영어 논문 단어수 줄이는 10가지 방법
 
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena Gunnar
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena GunnarMaakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena Gunnar
Maakuntiin siirtyvät ruoka- ja luonnonvarasektorin tehtävät / Leena Gunnar
 

Similar to Documentation

Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorRAGHUVARMA09
 
Arduino projects & tutorials
Arduino projects & tutorialsArduino projects & tutorials
Arduino projects & tutorialsAnshu Pandey
 
Color Sensor.pptx
Color Sensor.pptxColor Sensor.pptx
Color Sensor.pptxRituSachan2
 
Robotics and Automation Using Arduino
Robotics and Automation Using ArduinoRobotics and Automation Using Arduino
Robotics and Automation Using ArduinoABHISHEKJAISWAL282
 
Smart Safety Door based on Arduino Uno R3
Smart Safety Door based on Arduino Uno R3Smart Safety Door based on Arduino Uno R3
Smart Safety Door based on Arduino Uno R3Ziddan Kundrat
 
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors B...
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors  B...Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors  B...
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors B...Faqih Fadhila Ardiansyah
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)inventionjournals
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) inventionjournals
 
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAayush Sharma
 
Obstacle and edge detector report.
Obstacle and edge detector report.Obstacle and edge detector report.
Obstacle and edge detector report.Himanshu Kumar Singh
 
Electronz_Chapter_6.pptx
Electronz_Chapter_6.pptxElectronz_Chapter_6.pptx
Electronz_Chapter_6.pptxMokete5
 
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNOPOWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNOMarcheryAlingal
 
Arduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsArduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsShubham Bhattacharya
 
Analog data transmission on rf module using arduino
Analog data transmission on rf module using arduinoAnalog data transmission on rf module using arduino
Analog data transmission on rf module using arduinoSagar Srivastav
 

Similar to Documentation (20)

Arduino
ArduinoArduino
Arduino
 
ir sensor.docx
ir sensor.docxir sensor.docx
ir sensor.docx
 
Automatic Door Opener using PIR Sensor
Automatic Door Opener using PIR SensorAutomatic Door Opener using PIR Sensor
Automatic Door Opener using PIR Sensor
 
Arduino projects & tutorials
Arduino projects & tutorialsArduino projects & tutorials
Arduino projects & tutorials
 
UEE PPT.pptx
UEE PPT.pptxUEE PPT.pptx
UEE PPT.pptx
 
Color Sensor.pptx
Color Sensor.pptxColor Sensor.pptx
Color Sensor.pptx
 
Robotics and Automation Using Arduino
Robotics and Automation Using ArduinoRobotics and Automation Using Arduino
Robotics and Automation Using Arduino
 
Arduino
ArduinoArduino
Arduino
 
Smart Safety Door based on Arduino Uno R3
Smart Safety Door based on Arduino Uno R3Smart Safety Door based on Arduino Uno R3
Smart Safety Door based on Arduino Uno R3
 
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors B...
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors  B...Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors  B...
Smart Safety Door with Servo Motors as Actuators, Passcode and DHT Sensors B...
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI) International Journal of Engineering and Science Invention (IJESI)
International Journal of Engineering and Science Invention (IJESI)
 
sensors.pptx
sensors.pptxsensors.pptx
sensors.pptx
 
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptxAUTOMATIC ROOM LIGHTING SYSTEM.pptx
AUTOMATIC ROOM LIGHTING SYSTEM.pptx
 
Obstacle and edge detector report.
Obstacle and edge detector report.Obstacle and edge detector report.
Obstacle and edge detector report.
 
Electronz_Chapter_6.pptx
Electronz_Chapter_6.pptxElectronz_Chapter_6.pptx
Electronz_Chapter_6.pptx
 
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNOPOWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO
POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO
 
Arduino embedded systems and advanced robotics
Arduino embedded systems and advanced roboticsArduino embedded systems and advanced robotics
Arduino embedded systems and advanced robotics
 
Analog data transmission on rf module using arduino
Analog data transmission on rf module using arduinoAnalog data transmission on rf module using arduino
Analog data transmission on rf module using arduino
 
Arduino based Applications-part 5
Arduino based Applications-part 5Arduino based Applications-part 5
Arduino based Applications-part 5
 

Documentation

  • 1. In this fast moving world people come and go from one place to another, greeting all who meet on the way and answering the strangers in the most polite manner possible. But the same world proves very difficult for those in our society who cannot hear: the deaf. When a person visits a place, we first ring the bell on the doorpost. This cannot be heard by an old man or a deaf person who resides at his home. Here comes the action of our application: When a visitor comes, a sensor which is attached to the gate detects the presence of a person and alerts the deaf man inside by either lighting a bulb or through a computer message, if the person is working on a computer. How does it work? The technological aspect is as follows:  Arduino Uno  IR Distance Sensor  Wires and Printed circuits boards  Led Red  Arduino Compiler Working: Arduino Uno takes the signal from IR Distance sensor , IR distance sensor sense the object . In Arduino Uno Board there is input pin and and analog pin , IR distance sensor connect with analog pin to read the signal from sensor and leds are coonected to input pin A9.When an object come near to the sensor the sensor send the signal to the analog pin and it converted into digital signal,when the signal is 1 the led will blink when the signal is 0 it will not blink. DOOR ALERT SYSTEM FOR DEAF PEOPLE “DAD”
  • 2. Source Code: const int ledPin = 13; // led connected to digital pin 13 const int knockSensor = A0; // the piezo is connected to analog pin 0 const int threshold = 100; // threshold value to decide when the detected sound is a knock or not // these variables will change: int sensorReading = 0; // variable to store the value read from the sensor pin int ledState = LOW; // variable used to store the last LED status, to toggle the light void setup() { pinMode(ledPin, OUTPUT); // declare the ledPin as as OUTPUT Serial.begin(9600); // use the serial port } void loop() { // read the sensor and store it in the variable sensorReading: sensorReading = analogRead(knockSensor); // if the sensor reading is greater than the threshold: if (sensorReading >= threshold) { // toggle the status of the ledPin:
  • 3. ledState = !ledState; // update the LED pin itself: digitalWrite(ledPin, ledState); // send the string "Knock!" back to the computer, followed by newline Serial.println("Hey You Deaf Open the Door ."); } delay(100); // delay to avoid overloading the serial port buffer }