Skip to content

Simple retro calculator using NSA1166 bubble LED display.

License

Notifications You must be signed in to change notification settings

Andy4495/retro-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages