Components and supplies
Jumper wires (generic)
9V battery (generic)
Breadboard (generic)
RGB LCD Shield Kit, 16x2 Character Display
Arduino UNO
Project description
Code
untitled
arduino
untitled
arduino
Downloadable files
Arduino-Calculator-circuit-diagram
Arduino-Calculator-circuit-diagram
Arduino-Calculator-circuit-diagram
Arduino-Calculator-circuit-diagram
Comments
Only logged in users can leave comments
louie12345678
a month ago
it dosent work. nothing appears on the screen. how do i fix this?
Aswinth
a month ago
I was able to follow the main tutorial and get it working you can find it here https://circuitdigest.com/microcontroller-projects/arduino-calculator-using-4x4-keypad
xinxin0205
a month ago
How to change the 4x4 keyboard to 5x4?
xinxin0205
a month ago
How to change the 4x4 keyboard to 5x4?
heibai777
a year ago
thank you so much o.0
Thamanoon_K
a year ago
Thank you very much, sir.
a-dude
2 years ago
would this work with Arduino Mega?
grantron5000
2 years ago
yes its what I used
a-dude
2 years ago
would this work with Arduino Mega?
grantron5000
2 years ago
yes
a-dude
2 years ago
would this work with Arduino Mega?
grantron5000
2 years ago
yes
a-dude
2 years ago
would this work with Arduino Mega?
grantron5000
2 years ago
yes
a-dude
2 years ago
would this work with Arduino Mega?
grantron5000
2 years ago
yes
shassandanish1
2 years ago
The code is not working.
littlefalcon9
2 years ago
Hi, it wasnt working for me but i fixed it you need to delete the following: of the code: * * Arduino Keypad calculator Program */ delete this then it should work but there is still a problem i cant fix because 7 is 1 and 1 is 7 wich is wierd but i cant fix it tell me if you can fix it thx
Anonymous user
2 years ago
Hello, you just need to switch the code from : {'7','8','9','D'}, {'4','5','6','C'}, {'1','2','3','B'}, {'*','0','#','A'} to : {'1','2','3','A'}, {'4','5','6','B'}, {'7','8','9','C'}, {'*','0','#','D'}
arduinow_1
2 years ago
The code is not working. Can u plz help me...
littlefalcon9
2 years ago
hi there few problems: you need to delete this from the code its wrong : * * Arduino Keypad calculator Program */ and 7 on keypad is 1 and 1 is 7 ?! pls fix
Anonymous user
2 years ago
NICE!
Anonymous user
2 years ago
YOU need a library called liquidcrystal right?
123samridhgarg
2 years ago
YES
Anonymous user
2 years ago
what did you use to run a single line from the Grd on the board to 3 points on the LCD and the Grd from the potentiometer and the single line from the Pwr on the board to two points on the LCD and the Pwr from the potentiometer?
Anonymous user
2 years ago
Hi Guys, I am getting the following error message when i try compile the code: Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno" 'LiquidCrystal' does not name a type; did you mean 'LiquidCrystal_h'? I have checked and my libraries are updated and when I try compile a basic lcd code it works. Any help would be greatly apricated. Thanks in advance.
littlefalcon9
3 years ago
hi there few problems: you need to delete this from the code its wrong : * * Arduino Keypad calculator Program */ and 7 on keypad is 1 and 1 is 7 ?! pls fix
shassandanish1
5 years ago
The code is not working.
Anonymous user
2 years ago
Hello, you just need to switch the code from : {'7','8','9','D'}, {'4','5','6','C'}, {'1','2','3','B'}, {'*','0','#','A'} to : {'1','2','3','A'}, {'4','5','6','B'}, {'7','8','9','C'}, {'*','0','#','D'}
littlefalcon9
2 years ago
Hi, it wasnt working for me but i fixed it you need to delete the following: of the code: * * Arduino Keypad calculator Program */ delete this then it should work but there is still a problem i cant fix because 7 is 1 and 1 is 7 wich is wierd but i cant fix it tell me if you can fix it thx
Anonymous user
5 years ago
could the output with 4 bit seven segment? drop the tutorial please
Anonymous user
5 years ago
what did you use to run a single line from the Grd on the board to 3 points on the LCD and the Grd from the potentiometer and the single line from the Pwr on the board to two points on the LCD and the Pwr from the potentiometer?
Anonymous user
5 years ago
YOU need a library called liquidcrystal right?
123samridhgarg
2 years ago
YES
Anonymous user
5 years ago
NICE!
123samridhgarg
4 Followers
•0 Projects
36
Aswinth
a month ago
For people who are trying to build this i would suggest to follow the main tutorial (https://circuitdigest.com/microcontroller-projects/arduino-calculator-using-4x4-keypad) also the contrast of LCD has to be adjusted if you are not seeing anything on the screen there is also a whatsapp group where you can discuss this project link for the group is in the above article (scroll to bottom) hope this helps