[Project] KIM-1 LCD Trivia Game
HARDWARE
ASSEMBLY
KIM-1
MICROCOMPUTER
CIRCUITS
Finished
![[Project] KIM-1 LCD Trivia Game](/assets/img/KIM1Trivia/fullPic.jpg)
This project marks my first attempt at physical computing involving low-level programming and circuit design. The project showcases a Trivia game that is displayed on an LCD. By pressing the buttons on the keypad, the user can choose an answer to the displayed question and play the game.
Here is a quick demonstration of the project.
For my tech friends
The project runs on the vintage computer KIM-1, which is based on the 6502-CPU. The program is written in ASM and sent to the KIM-1 via Tera Term. The source code of the project can be found here.
Materials used for this project:
- Corsham Tech KIM-1 clone
- 4*20 LCD screen NHD-0420D3Z-NSW-BBW-V3
- Membrane 1x4 Keypad
- Resistor 9X-1-103LF
SPI is used for data transmission between the LCD and KIM-1. The schematics are shown below