https://github.com/yasnakateb/arduinocalculator
🔢 Arduino Calculator using 4x4 Keypad
https://github.com/yasnakateb/arduinocalculator
arduino-calculator
Last synced: 7 months ago
JSON representation
🔢 Arduino Calculator using 4x4 Keypad
- Host: GitHub
- URL: https://github.com/yasnakateb/arduinocalculator
- Owner: yasnakateb
- Created: 2019-08-13T20:15:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T20:20:41.000Z (about 6 years ago)
- Last Synced: 2025-01-20T00:56:33.782Z (9 months ago)
- Topics: arduino-calculator
- Language: C++
- Homepage:
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 divideYou can change these, according to you by changing in [Arduino IDE](https://www.arduino.cc/en/main/software) 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](https://www.youtube.com/watch?v=QO_Jlz1qpDw&list=PLGLfVvz_LVvSzj85mDoDm_DTOADEY_5c5&ytbChannel=null)
2. See [ How to Build a Simple Arduino Calculator](https://www.youtube.com/watch?v=XXonpVubg94&ytbChannel=null)