Contactless Door opening system

July 23, 2021

Contactless Door opening system

July 23, 2021

Created By

Krish Chauhan

I am a 9th class student who loves programming and is interested in technology. I also love to solve logical and math problems.

About This Project

https://drive.google.com/file/d/1G5LK4tLmDgeGSqF3DImGs7fqgG0H3EmK/view?usp=sharing


Hello friends, This is the first time I am posting a project on Arduino Project Hub.


My name is Krish Chauhan, I am 11 years old. I am student of MECHATRON ROBOTICS, New Delhi. I have completed a course on Arduino and Electronics in just 2 months. I have learned this new skill during this quarantine period. I have always been fascinated towards the field of electronics and automation. I have made a project using Arduino which will help people prevent the further spread of COVID-19 Virus. This project can be used to open door automatically from a distance of 1 metre. We can also use this project to turn ON or OFF the switches at our home and offices.


Contactless Door opening system uses an ultrasonic sensor which can measure the distance between objects, we can use this functionality to rotate a servo motor to open a door or turn ON a switch. We can also use a DC Pump to take out sanitizer from a bottle. This project will only cost around 900 INR, but surely can save you and your family from this deadly virus.


I desire to contribute something big and useful to this world. I am still at a very early age of learning. Looking for more ideas from Arduino Project Hub.


Thanks Everyone !


Stay Safe and Happy.

Components Required

  • Arduino UNO
  • Ultrasonic Sensor
  • SG90 Micro-Servo Motor
  • Buzzer
  • Jumper Wires
  • 9V 1A switching Wall Supply

Schematics

In this image all the components with the connections are given

Code Of Project

  int 
cm ; 
 int 
time ; 
 int 
e ; 
  # 
 include 
 <Servo.h> 
  ; 
 
 
 Servo 
krish ; 
 void 
 setup 
 ( 
 ) 
 { 
 pinMode 
 ( 
 13 
 , 
 OUTPUT 
 ) 
 ; 
 pinMode 
 ( 
 12 
 , 
 INPUT 
 ) 
 ; 
krish . 
 attach 
 ( 
 10 
 ) 
 ; 
 Serial 
 . 
 begin 
 ( 
 9600 
 ) 
 ; 
 pinMode 
 ( 
 11 
 , 
 OUTPUT 
 ) 
 ; 
 } 
 //this will help people to open doors without touch 
 // price 500 for the arduino uno r3 
 // price 300 for the servo motor 
 // price 200 for the ultrasonic sensor 
 // price 121 for the breadboard 
 // total 1121 
 void 
 loop 
 ( 
 ) 
 { 
 long 
Distance ; 
 digitalWrite 
 ( 
 13 
 , 
 LOW 
 ) 
 ; 
 delayMicroseconds 
 ( 
 2 
 ) 
 ; 
 digitalWrite 
 ( 
 13 
 , 
 HIGH 
 ) 
 ; 
 delayMicroseconds 
 ( 
 5 
 ) 
 ; 
 digitalWrite 
 ( 
 13 
 , 
 LOW 
 ) 
 ; 
 pinMode 
 ( 
 12 
 , 
 INPUT 
 ) 
 ; 
time = 
 pulseIn 
 ( 
 12 
 , 
 HIGH 
 ) 
 ; 
cm = 
 q 
 ( 
time ) 
 ; 
 if 
 ( 
cm < 
 100 
 ) 
 { 
 while 
 ( 
e < 
 1 
 ) 
 { 
krish . 
 write 
 ( 
 90 
 ) 
 ; 
 analogWrite 
 ( 
 11 
 , 
 255 
 ) 
 ; 
 delay 
 ( 
 1000 
 ) 
 ; 
krish . 
 write 
 ( 
 0 
 ) 
 ; 
 digitalWrite 
 ( 
 11 
 , 
 LOW 
 ) 
 ; 
 delay 
 ( 
 2000 
 ) 
 ; 
e += 
 1 
 ; 
 } 
 } 
 else 
 { 
e = 
 0 
 ; 
 } 
 Serial 
 . 
 println 
 ( 
cm ) 
 ; 
 delay 
 ( 
 10 
 ) 
 ; 
 } 
 long 
 q 
 ( 
 long 
w ) 
 { 
 return 
w / 
 2 
 / 
 29 
 ; 
 } 
  
 
A person is using a laptop computer next to a robot.
By Siddhartha Kumar January 5, 2022
Robotics: Blessing and Curse? Robots have improved healthcare , surveillance, delivery of goods (drones), spacecraft, travel, logistics, etc.
A man is wearing a virtual reality headset and touching a screen.
By Tahreem Jamadar December 28, 2021
Is it time for 3D Printing to Adopt Blockchain Technology? Research has already shown 3D printing has a growing need for cybersecurity.
A group of children are sitting at a table making a robot.
By Dr. Heath Kirby-Miller December 25, 2021
Why STEM Education in Australia The Australian industries to be benefited from STEM include advanced information and communication technology
A red rc truck is sitting on top of a remote control.
December 12, 2021
Arduino IR remote controlled Car The project is arduino based project. the Links pf the projects are given below
A laptop computer is on a tripod on a table.
November 30, 2021
Animation Studios Mechatron Robotics project uses an Arduino uno R3 a LCD and push buttons. It is based on the concept of arduino and LCD
A young boy wearing headphones is using a laptop computer.
By Kiran Gupta November 30, 2021
Machine Learning for Disables can help those disabled people to improve their lives. With the marvel of machine learning doctors
A man wearing a virtual reality headset is working on a robotic arm.
By Kiran Gupta November 7, 2021
What are the Consequences of Not Embracing Robotics & AI? We won’t be able to go ahead as these are the next big things.
A person is holding a remote control in a living room.
November 4, 2021
Home Automation System is made because today's light bulbs tend to heat and this can cause blast in the house.
A close up of a bottle of vaccine with a virus in the background.
By Rajesh Sharma November 1, 2021
Robotics and the Pandemic 2020. This is where Robotics can come in, robots can help reduce the human contact.
A person is playing with a robotic head on a table.
By Siddhartha Kumar November 1, 2021
Key Elements Most of the Schools are Missing. Everyone has different criteria but one key element remains the same:” The quality of teaching
Show More
A person is using a laptop computer next to a robot.
By Siddhartha Kumar January 5, 2022
Robotics: Blessing and Curse? Robots have improved healthcare , surveillance, delivery of goods (drones), spacecraft, travel, logistics, etc.
A man is wearing a virtual reality headset and touching a screen.
By Tahreem Jamadar December 28, 2021
Is it time for 3D Printing to Adopt Blockchain Technology? Research has already shown 3D printing has a growing need for cybersecurity.
A group of children are sitting at a table making a robot.
By Dr. Heath Kirby-Miller December 25, 2021
Why STEM Education in Australia The Australian industries to be benefited from STEM include advanced information and communication technology
A red rc truck is sitting on top of a remote control.
December 12, 2021
Arduino IR remote controlled Car The project is arduino based project. the Links pf the projects are given below
A laptop computer is on a tripod on a table.
November 30, 2021
Animation Studios Mechatron Robotics project uses an Arduino uno R3 a LCD and push buttons. It is based on the concept of arduino and LCD
A young boy wearing headphones is using a laptop computer.
By Kiran Gupta November 30, 2021
Machine Learning for Disables can help those disabled people to improve their lives. With the marvel of machine learning doctors
A man wearing a virtual reality headset is working on a robotic arm.
By Kiran Gupta November 7, 2021
What are the Consequences of Not Embracing Robotics & AI? We won’t be able to go ahead as these are the next big things.
A person is holding a remote control in a living room.
November 4, 2021
Home Automation System is made because today's light bulbs tend to heat and this can cause blast in the house.
A close up of a bottle of vaccine with a virus in the background.
By Rajesh Sharma November 1, 2021
Robotics and the Pandemic 2020. This is where Robotics can come in, robots can help reduce the human contact.
Show More