Browse Source

Screenshots

master
Dejvino 3 years ago
parent
commit
3fb7479856
9 changed files with 18 additions and 0 deletions
  1. +16
    -0
      Hardware.md
  2. +2
    -0
      README.md
  3. BIN
      screenshots/keyboard.jpg
  4. BIN
      screenshots/logo.png
  5. BIN
      screenshots/tv_and_keyboard.jpg
  6. BIN
      screenshots/tv_back.jpg
  7. BIN
      screenshots/tv_bottom.jpg
  8. BIN
      screenshots/tv_front.jpg
  9. BIN
      screenshots/tv_modified_back.jpg

+ 16
- 0
Hardware.md View File

@@ -58,6 +58,8 @@ on the ESP32-side (i.e. DEC)
![LK201 connection](http://www.netbsd.org/docs/Hardware/Machines/DEC/LK201_connector.jpg)
Source: [LK201 Interface](http://www.netbsd.org/docs/Hardware/Machines/DEC/lk201.html)

![LK201](screenshots/keyboard.jpg)

### TTY
This part depends on what serial port you are connecting to. Most SBCs (e.g. Orange Pi) provide pins for TTL serial port, alternatively you can use a USB-Serial dongle. Either way you can connect the ESP32 directly to this:

@@ -77,6 +79,20 @@ For development (or at least the first flashing), all that remains is to connect

For production use, connect it to a 5V power source.

![electronics](screenshots/tv_bottom.jpg)

### Finishing
For bonus points, place everything on a PCB, solder it, put it into a cool enclosure and go impress your friends!

Following is a gallery of one possible solution.

#### TV (original)
![TV front](screenshots/tv_front.jpg)
![TV back](screenshots/tv_back.jpg)

#### TV (modified)
![TV modified back](screenshots/tv_modified_back.jpg)

#### TV + Keyboard
![TV and Keyboard](screenshots/tv_and_keyboard.jpg)


+ 2
- 0
README.md View File

@@ -1,6 +1,8 @@
# 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](screenshots/logo.png)

## Hardware
- ESP32 as the main processing board
- Display with a composite video input (ideally a CRT)


BIN
screenshots/keyboard.jpg View File

Before After
Width: 1024  |  Height: 503  |  Size: 104 KiB

BIN
screenshots/logo.png View File

Before After
Width: 980  |  Height: 636  |  Size: 501 KiB

BIN
screenshots/tv_and_keyboard.jpg View File

Before After
Width: 1024  |  Height: 768  |  Size: 139 KiB

BIN
screenshots/tv_back.jpg View File

Before After
Width: 1024  |  Height: 1155  |  Size: 118 KiB

BIN
screenshots/tv_bottom.jpg View File

Before After
Width: 900  |  Height: 1200  |  Size: 207 KiB

BIN
screenshots/tv_front.jpg View File

Before After
Width: 1024  |  Height: 1125  |  Size: 101 KiB

BIN
screenshots/tv_modified_back.jpg View File

Before After
Width: 1024  |  Height: 1210  |  Size: 129 KiB

Loading…
Cancel
Save