You are on page 1of 1

Lahore College For Women University

Department of Electrical Engineering

ABSTRACT Introduction Arduino UNO Hardware project

Automated Teller Machine(ATM) enables the clients have access to their How to Program Arduino UNO?
This report attempts to understand
account without going to the bank. This is achieved only by development Arduino UNO is easy to program and a person with little or no technical
the design of an Automated Teller knowledge can get hands-on experience with this board. The Arduino UNO
the application using online concepts.
Machine (ATM) system, a device When the product is implemented, the user who uses this product will be board is programmed using Arduino IDE software which is an official
used by bank customers to process able to see all the information and services provided by the ATM, when software introduced by Arduino.cc to program the board. The Arduino
account transactions. Typically, a he enters the necessary option and arguments. The product also provides program is called a sketch which you need to unload into the board. The
user inserts into the ATM a special services like request for cheques, deposit cash and other advanced sketch is nothing but a set of instructions that allow the board to perform
plastic card that is encoded with requirement of the user. The data is stored in the database and is retrieved certain functions as per your requirements.
information. The strip contains an whenever necessary. The implementation needs ATM machine hardware Each Arduino sketch comes with two main parts:
identification code that is to operate or similar simulated conditions can also be used to successfully void setup() – this sets up the things that need to be done once and they don’t
transmitted. To prevent unauthorized use the developed product. The program is designed in such a way that happen again in the running program.
transactions, a personal identification the user has to card and pin number. Once verified, he is provided a menu void loop() – this part comes with the instructions that get repeated again
number (PIN) must also be entered and he/she had to enter the option provided in the menu. For example, and again until the board is turned off.
by the user using a keypad. The when the user wants to view the list of payment history than he/she had to
computer then permits the ATM to enter the option for payment history provided in the main menu. When
the option is entered alone with the respective argument, then the
complete the transaction; most
machines can dispense cash, accept
payment history is displayed on the screen. Block Diagram. Results
deposits, transfer funds.

Components  ATMs often conveniently provide access to cash on a 24/7 basis,


without the need to see a teller or other bank representative. They
also commonly offer the ability to deposit funds, check your balance and
transfer money between accounts. Quick and prompt service is possible
with fewer human errors. Withdraw cash at any time or in urgent without
• RFID Sensor
the help of a bank. It ensures privacy to the customers.
• LCD Display
• Key pad
• Buzzer
• Servo Motor Conclusion
• Breadboard
• 220 ohm resistor
• Arduino UNO The project of ATM system has been developed as the best flexible
and efficient project within available resources and time as this
Software Stimulation. allows people to collect cash by just giving a number. In future new
feature can be added like Finger print reader and eye detection

Working system for users security and authentication.

Project Title: Join all the components together with the help of circuit diagram using Reference
Homemade ATM Machine jumper wires. After completing the circuit we will upload code in Arduino
Group Members: and then it will work smoothly. First we power it. As soon as power is
Nayyab Malik supplied the LCD display will turn ON and ATM is starting. Now we will [1] S. V. Devika, SK. Khamuruddeen et aI., "Arduino based ATM
Maryam Tariq use RFID card that we will use it like ATM card and Now scan the card on Machine" in International Journal of Advanced Research in
Zainab Ashraf RFID.As card is scanned you are asked on LCD display to enter pin code Computer Science and Software Engineering, Volume 4, Issue 10,
Shafaq Younis with the help of keypad. After entering the pin code processing will start October 2014.
Semester: V and money will start coming out.
Section: B [2] Jonathan Gana Kolo, "Design and Construction of an Homemade
By scanning the card once and giving the password once only one note will
Session: 2020-24 ATM Machine" in AU Journal of Technology, 11(2): (Oct. 2007).
come out, which means money will come out one by one. Servo has be
[3] S. Darshna et aI., "Smart ATM Machine" in IOSR Journal of
installed that will jam the money. The servo will move up a bit whenever
the first penny comes out.. After that money will come upwards and motor Electronics and Communication Engineering (IOSR JECE),
key will be jam and after that second money will come out again. Volume 10, Issue 3, Ver. II (May -Jun.2015).

You might also like