My next steps in this project will be converting the Binary Output to a Decimal output using LCD. I Also plan on making input easier to use. (NOTE: I recently had issues with timing. If you find an issue, LMK in the comments please and thank you!)
Comments
-
Thanks for the feedback guys, i got a little bored after making this project so i moved onto making a node.js twitter bot but now that's done so i can focus on this again. My plans are to make it have switches and an actual reset button as well as a segment LCD display with decimal decoder as you both have mentioned already. Stay tuned as i will make these real soon :)
-
... Or add decoder to SWCHes and 7segment displays and it will be binary calc with number displays :D
-
Nice calculator +1 . Add a switches and = button like csavas said , it will make that calc better
-
Make the input buttons activate SWCH, and add a "=" button which sends SPRK through the 8 SWCH. (or make the input create a single pixel of conductor with CRAY, and a "=" button would SPRK all of them with CRAY(SPRK), which then sends a signal at the same time to these adders.) And take a look at other adders, for example ID:927733 X=400 Y=240.