You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 862 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
12345678910111213141516171819202122
  1. # Video Terminal Revival
  2. 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.
  3. ![logo](screenshots/logo.png)
  4. ## Hardware
  5. - ESP32 as the main processing board
  6. - Display with a composite video input (ideally a CRT)
  7. - LK201 terminal keyboard
  8. ## Software
  9. - [TinTTY](https://github.com/unframework/tintty) for VT100 emulation
  10. - [ESP32Lib](https://github.com/bitluni/ESP32Lib/tree/development) for composite video output
  11. ## Building
  12. 1. Connect up the hardware. See [Hardware.md](Hardware.md)
  13. 2. Get the Arduino IDE, Install ESP32 board package, Install ESP32Lib library.
  14. 3. Compile and upload the sketch in `video-terminal/video-terminal.ino`
  15. ## Resources
  16. - [LK201 Interface](http://www.netbsd.org/docs/Hardware/Machines/DEC/lk201.html) for keyboard specification