A.T.M (Anti Transmission Mechanism)

June 30, 2021

A.T.M (Anti Transmission Mechanism)

June 30, 2021

Created By

Adhrit Choudhary

My name is Roshan; I am 13 years old and I am in 7th standard. My hobbies are horse riding, robotics, and computer programming.

About This Project

Hello everyone !



My name is Adhrit Choudhary, I am 10 years old. I am a student of MECHATRON ROBOTICS, New Delhi. I have completed a fully fledged Arduino and Electronics course in just 2 months. I have always been fascinated towards Coding and Automation. I want to become a Pokemon Trainer, Hehe, I want to make my own Pokeball to catch pokemons. I know it sounds childish but i’m 10. I want to use Arduino programming to create a replica of Pokeball.I would also love to contribute towards the INDIAN DEFENCE SERVICES.


A.T.M (Anti Transmission Mechanism) will help people withdraw cash from any ATM without actually making a physical contact with the switches. An ultrasonic sensor is used to provide input to the ATM Machine. For ex- If your input pin if 4578, then you will put your hand at 40cm, 50cm, 70cm, and 80cm for a moment of time. Depending on the distance, any person can input his pin. The buttons on the machine will be pressed by the Servo Motors attached.


This project can also be used to turn ON and OFF any switch at home or offices.


Looking forward for more innovative ideas at 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

   # 
 include 
 <Servo.h> 
 
 int 
trigger = 
 9 
 ; 
 int 
sensor = 
 0 
 ; 
 int 
echo = 
 10 
 ; 
 Servo 
servo1 ; 
 Servo 
servo2 ; 
 Servo 
servo3 ; 
 Servo 
servo4 ; 
 Servo 
servo5 ; 
 long 
 calibration 
 ( 
 int 
trigger , 
 int 
echo ) 
 { 
 pinMode 
 ( 
trigger , 
 OUTPUT 
 ) 
 ; 
 digitalWrite 
 ( 
trigger , 
 LOW 
 ) 
 ; 
 delayMicroseconds 
 ( 
 2 
 ) 
 ; 
 digitalWrite 
 ( 
trigger , 
 HIGH 
 ) 
 ; 
 delayMicroseconds 
 ( 
 10 
 ) 
 ; 
 digitalWrite 
 ( 
trigger , 
 LOW 
 ) 
 ; 
 pinMode 
 ( 
trigger , 
 INPUT 
 ) 
 ; 
 return 
 pulseIn 
 ( 
echo , 
 HIGH 
 ) 
 ; 
 } 
 void 
 setup 
 ( 
 ) 
 { 
servo1 . 
 attach 
 ( 
 2 
 ) 
 ; 
servo2 . 
 attach 
 ( 
 3 
 ) 
 ; 
servo3 . 
 attach 
 ( 
 4 
 ) 
 ; 
servo4 . 
 attach 
 ( 
 5 
 ) 
 ; 
servo5 . 
 attach 
 ( 
 6 
 ) 
 ; 
 } 
 void 
 loop 
 ( 
 ) 
 { 
sensor = 
 0.01723 
 * 
 calibration 
 ( 
 9 
 , 
 10 
 ) 
 ; 
 Serial 
 . 
 println 
 ( 
sensor ) 
 ; 
 delay 
 ( 
 500 
 ) 
 ; 
 if 
 ( 
sensor < 
 100 
 && 
sensor > 
 90 
 ) 
 { 
servo1 . 
 write 
 ( 
 90 
 ) 
 ; 
 delay 
 ( 
 400 
 ) 
 ; 
servo1 . 
 write 
 ( 
 0 
 ) 
 ; 
 } 
 if 
 ( 
sensor < 
 90 
 && 
sensor > 
 80 
 ) 
 { 
servo2 . 
 write 
 ( 
 90 
 ) 
 ; 
 delay 
 ( 
 400 
 ) 
 ; 
servo2 . 
 write 
 ( 
 0 
 ) 
 ; 
 } 
 if 
 ( 
sensor < 
 80 
 && 
sensor > 
 70 
 ) 
 { 
servo3 . 
 write 
 ( 
 90 
 ) 
 ; 
 delay 
 ( 
 400 
 ) 
 ; 
servo3 . 
 write 
 ( 
 0 
 ) 
 ; 
 } 
 if 
 ( 
sensor < 
 70 
 && 
sensor > 
 60 
 ) 
 { 
servo4 . 
 write 
 ( 
 90 
 ) 
 ; 
 delay 
 ( 
 400 
 ) 
 ; 
servo4 . 
 write 
 ( 
 0 
 ) 
 ; 
 } 
 if 
 ( 
sensor < 
 60 
 && 
sensor > 
 50 
 ) 
 { 
servo5 . 
 write 
 ( 
 90 
 ) 
 ; 
 delay 
 ( 
 400 
 ) 
 ; 
servo5 . 
 write 
 ( 
 0 
 ) 
 ; 
 } 
 } 
  
 
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