Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dejvino 18f8bcb178 Hardware build instructions 3 anos atrás
video-terminal Hardware build instructions 3 anos atrás
Hardware.md Hardware build instructions 3 anos atrás
README.md Hardware build instructions 3 anos atrás

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.

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