Templarian / nfc-terminal

Vintage Holotape Computer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFC Terminal

Goal: Vintage cartridge computer that stores data via NFC key fobs.

Holotape Computer
...

Guides

Guide Description
Holotape Step by step guide for making a Holotape cartridge.
Computer Step by step guide for building the computer.
Software Customization / development instructions.
FAQ Troubleshooting and general answers.

Hardware

Software

  • Express for handling requests.
  • HTML Canvas + JS
  • Will try to use Consolas font if found.

NFC Lifecycle

  • LED (5 Brightness)
  • Ready
    • Cartridge slot LED Solid
    • Wait for cartridge
      • Cartridge Inserted
        • Cartridge slot LED Pulses
        • Read cartridge data
          • Process Data
        • Data Modified
          • Write Data
          • LED (255 Brightness)
      • Cartridge Removed
    • Repeat Wait for Cartridge
  • Error
    • Logo Red

Data

All records must exist for the cartridge to be properally read.

All 5 records are written in order.

  • Type
    • text, javascript
  • Total Writes
    • 42
  • Created Date
    • 2021-05-09T19:31:31Z
  • Modified Date
    • 2021-05-09T19:31:31Z
  • Text (~2k/4k/8k minus)
    • All text data.

About

Vintage Holotape Computer

License:MIT License


Languages

Language:JavaScript 91.9%Language:HTML 8.1%Language:CSS 0.1%