Skip to content

yasnakateb/ArduinoCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Arduino Calculator

This calculator will be able to perform simple mathematical operations like addition, subtraction, multiplication, and division. It will also be able to give you the answer in float.

How it works

In this project, 4Γ—4 Keypad matrix is used as Calculator Keypad. On which, number buttons are used to write numbers and for arithmetic operator.

The buttons, other than the numerical ones, will perform the following tasks:

  • β€˜A’ is for addition
  • β€˜B’ is for subtraction
  • β€˜C’ is for multiply
  • β€˜D’ is for divide

You can change these, according to you by changing in Arduino IDE code.

Required Hardware

Following Hardware will be required to perform this circuit.

  1. Arduino UNO
  2. 8 by 2 LCD screen
  3. 4X4 Keypad Matrix
  4. Male to Female Jumper
  5. Male to Male Jumper
  6. USB A to B cable (cable differs between arduino models)
  7. 9v battery power plug

Complete circuit diagram

Tutorial

  1. See Arduino Tutorial
  2. See How to Build a Simple Arduino Calculator

About

πŸ”’ Arduino Calculator using 4x4 Keypad

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages