commit 02deaf49ba6dd582b2017491d382808ecf4d857f Author: Dejvino Date: Thu Mar 11 22:53:44 2021 +0100 Readme diff --git a/README.md b/README.md new file mode 100644 index 0000000..37d1e65 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# 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 + +## Resources + - [LK201 Interface](http://www.netbsd.org/docs/Hardware/Machines/DEC/lk201.html) for keyboard specification +