[go: up one dir, main page]

0% found this document useful (0 votes)
76 views9 pages

Arduino Calculator With Keypad

The document describes a calculator project using an Arduino Uno, keypad, and LCD display. It explains the components, circuit, code, and working principle of how the calculator performs arithmetic operations like addition, subtraction, multiplication, and division based on key presses on the 4x4 keypad and displays the output on the LCD screen.

Uploaded by

Farida Nusrat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
76 views9 pages

Arduino Calculator With Keypad

The document describes a calculator project using an Arduino Uno, keypad, and LCD display. It explains the components, circuit, code, and working principle of how the calculator performs arithmetic operations like addition, subtraction, multiplication, and division based on key presses on the 4x4 keypad and displays the output on the LCD screen.

Uploaded by

Farida Nusrat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 9

Simulation of Calculator

Keypad using Arduino


Introduction

In this project, I have explained Arduino UNO based calculator with


keypad . The values input in keypad(4*4 keypad) & output will be
LCD display. It can be used for calculate for Arithmetic operation
such as addition , subtraction , multiplication , division etc.
Components Required

 Arduino uno  Jumped Wires


 4*4 Keypad  Arduino Cable
 Bread Board  9V Battery
 16*2 LCD display with
pin
Circuit
Code
Working Principle

In this project, a calculator is designed


using arduino uno, keypad &
battery .The working process of
arduino based calculator is described
here.
The keypad in the project consists of
4 rows and 4 columns and the
structure is similar to the image
shown below.
Working Principle

A special library called “keypad.h” is used in order to find out


which key is pressed. This library must be downloaded
separately and must be added to Arduino IDE.

When the key is determined, arithmetic operations like addition,


subtraction, multiplication and division can be performed . The
Arduino IDE has a LiquidCrystal.h that is the key to easily using
LCDs with Arduino.
Working Principle
Daily Life Use

• An office or counting money at the bank.


• You are buying your daily grocery or doing shopping
online.
• Students use calculators while doing mathematics.

You might also like