Skip to content

Add two 3 bit binary numbers and output it on an LCD display

Notifications You must be signed in to change notification settings

JezwinThomas/bin_cal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Binary Adder And Decimal Converter

Made a binary calculator using Arduino Uno, LCD display and push buttons.

WhatsApp Image 2022-02-12 at 20 36 31 (1)




There are five pushbuttons connected to the Arduino device.
🔅 The first three are used to enter the binary digits. br> 🔅 Forth is used to go to the next screen.
🔅 Fifth is to turn the LCD backlight ON/OFF.

Opera Snapshot_2022-02-13_003815_www tinkercad com


🔅 When we first turn the device on, 'bin_cal' is displayed and screen turns blank.
🔅 Press button 4 to start. Screen to enter first binary digit appears.


WhatsApp Image 2022-02-13 at 00 58 11

The top line shows binary version and bottom line shows decimal version.

🔅 Using first three buttons toggle between the individual bits to get required 3-bit binary digit.
🔅 Press button four to enter next digit. Repeat same method as before.
🔅 Then press button four again to get the sum.

WhatsApp Image 2022-02-13 at 01 07 02

Sum is also displayed in both binary and decimal form.

🔅 Press button four to add next set of binary digits.
🔅 If you would love to contribute to the project, please feel free to contact me incase of any queries

This is my contribution.

About

Add two 3 bit binary numbers and output it on an LCD display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages