video-terminal-revival/README.md

21 lines
831 B
Markdown
Raw Normal View History

2021-03-11 21:53:44 +00:00
# Video Terminal Revival
Physical recreation of a video terminal device for connecting to a serial console. Emulates a VT100 terminal using an ESP32, a keyboard and a TV.
## Hardware
- ESP32 as the main processing board
- Display with a composite video input (ideally a CRT)
- LK201 terminal keyboard
## Software
- [TinTTY](https://github.com/unframework/tintty) for VT100 emulation
- [ESP32Lib](https://github.com/bitluni/ESP32Lib/tree/development) for composite video output
2021-03-13 17:25:12 +00:00
## Building
2021-03-14 11:54:25 +00:00
1. Connect up the hardware. See [Hardware.md](Hardware.md)
2021-03-13 17:25:12 +00:00
2. Get the Arduino IDE, Install ESP32 board package, Install ESP32Lib library.
3. Compile and upload the sketch in `video-terminal/video-terminal.ino`
2021-03-11 21:53:44 +00:00
## Resources
- [LK201 Interface](http://www.netbsd.org/docs/Hardware/Machines/DEC/lk201.html) for keyboard specification