项目作者: Andy4495

项目描述 :
Simple retro calculator using NSA1166 bubble LED display.
高级语言: C++
项目地址: git://github.com/Andy4495/retro-calculator.git
创建时间: 2019-12-03T18:29:28Z
项目社区:https://github.com/Andy4495/retro-calculator

开源协议:MIT License

下载


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.