Other

“Some time ago, I hatched a plan to introduce my kids to a handful of classic computer games. This wasn’t a matter of misplaced nostalgia: I’m not overly sentimental and I’d rather play Horizon Zero Dawn than …

“A 16x16 Red/Green/Blue matrix display driven by shift registers, MOSFETs and a Arduino Pro Micro (old school electronics). This is an extension to my previous Red/Green Disco Tile. By using Red/Green/Blue 8x8 matrixes, more colors …

“A custom pc based on 8085 with custom assembler and EEPROM programmer. This project consist of an assembler project written in Python in order to translate the assembly code into machine code recognizable from the 8085 microprocessor, acustom EEPROM writer …

“Vectron VGA Plus Text Mode simplifies displaying text with retro computers and microcontrollers by hiding the pixel-level details. Supply only row and column positions, and an ASCII character code, to write text to a 40x30 character VGA display. How It …

“Project to simulate, design, and build a 16-bit breadboard computer. The breadboards are installed in a 3-layer plastic enclosure for circuit stabilization and protection. I designed my own hardware architecture and instruction set architecture (ISA) loosely based on RISC-V …

“32 bit RISC-V homemade In this article I will describe how I designed and made a functional 32 bit RISC-V CPU at home. Specifications: “Max” clock speed: 500 kHz Program memory: 512 kB RAM size: 512 kB VGA …