Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dejvino ac389b602c Improved keyboard il y a 3 ans
video-terminal Improved keyboard il y a 3 ans
README.md Initial commit il y a 3 ans

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 (TODO).
  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