您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dejvino 3fb7479856 Screenshots 3 年前
screenshots Screenshots 3 年前
video-terminal Hardware build instructions 3 年前
Hardware.md Screenshots 3 年前
README.md Screenshots 3 年前

README.md

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.

logo

Hardware

  • ESP32 as the main processing board
  • Display with a composite video input (ideally a CRT)
  • LK201 terminal keyboard

Software

Building

  1. Connect up the hardware. See Hardware.md
  2. Get the Arduino IDE, Install ESP32 board package, Install ESP32Lib library.
  3. Compile and upload the sketch in video-terminal/video-terminal.ino

Resources