Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.7 KB

README.md

File metadata and controls

55 lines (40 loc) · 2.7 KB

Retro Calculator

Arduino Compile Sketches Check Markdown Links

Retro Calculator Image

After seeing an Arduino Project Hub article, I purchased a handful of NSA1166 bubble LED displays from Jameco and decided to build a retro calculator.

The calculator uses an MSP430G2553 microcontroller and ICM7228 LED driver along with a generic 4x4 matrix keypad.

To make the project as small as possible and to simplify the wiring, I created created a PCB design and ordered it from OshPark.

Due to limitations of my keypad and the display (6 characters with a single fixed decimal point), the calculator only supports limited functions and integer math.

Hardware

The Eagle BRD and SCH files can be found in the hardware folder, along with a PDF of the schematic.

External Libraries

The calculator uses my matrix keypad library and ICM7218 LED driver library.

References

License

The software and other files in this repository are released under what is commonly called the MIT License. See the file LICENSE in this repository.