Top Banner
Instrumentatio n: Smart Door Knocker Authorized by: Berlin Richad Simanjuntak Dinda Eka Pratiwi Rifqi Nugraha 2A-Refrigeration and Air Conditioning Polytechnic State of Bandung
10

Smart Door Knocker based on Arduino Uno R3

Jan 24, 2017

Download

Technology

Dinda Pratiwi
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Smart Door Knocker based on Arduino Uno R3

Instrumentation:Smart Door KnockerAuthorized by:

Berlin Richad SimanjuntakDinda Eka PratiwiRifqi Nugraha

2A-Refrigeration and Air Conditioning

Polytechnic State of Bandung

Page 2: Smart Door Knocker based on Arduino Uno R3

Source:http://www.instructables.com/id/Secret-Knock-Detecting-Door-Lock/

with title:Secret Knock Detecting Door Lock

Page 3: Smart Door Knocker based on Arduino Uno R3

The Equipments 1. Arduino UNO R3 2. Servo 3. LED 4. Resistors 5. Buzzer 6. Piezoelectric 7. Push Button 8. Cable for jumper 9. Protoboard 10. PCB

Page 4: Smart Door Knocker based on Arduino Uno R3

Original Wiring

Page 5: Smart Door Knocker based on Arduino Uno R3

Wiring with Modification

Page 6: Smart Door Knocker based on Arduino Uno R3

Process

Piezoelectric receive a knock

signal

The Signal received by

microcontroller

The microcontroller processed the

actuator

Page 7: Smart Door Knocker based on Arduino Uno R3

Software and Program

Page 8: Smart Door Knocker based on Arduino Uno R3

If we want to control the arduino, we must input the program by using software Arduino IDE. First we should adapt the COM of the Arduino with our software. Then, we should choose the same board between the Arduino and the software (example: Board Arduino Genuino Uno, COM 11).

Page 9: Smart Door Knocker based on Arduino Uno R3

The trouble when making “Smart Door Knocker”

1. To adjust the signal input into the piezoelectric in order to compare with frequency of a knock.

2. The function of push button sometimes didn’t work.

Page 10: Smart Door Knocker based on Arduino Uno R3

For more info, visit: