Content for 74HC574

74HC574

The 74HC574; 74HCT574 is an 8-bit positive-edge triggered D-type flip-flop with 3-state outputs. The device features a clock (CP) and output enable (OE) inputs. The flip-flops will store the state of their individual D-inputs that meet the set-up and hold time requirements on the LOW-to-HIGH clock (CP) transition. A HIGH on OE causes the outputs to assume a high-impedance OFF-state. Operation of the OE input does not affect the state of the flip-flops. Inputs include clamp diodes. This enables the use of current limiting resistors to interface inputs to voltages in excess of VCC.

16-bit Serial Homebrew CPU - 2023

“Building a homebrew CPU from scratch takes a large number of logic chips. It is understandable, that implementing registers, program counter, ALU, and other components of the CPU in TTL or CMOS logic does require a substantial amount of chips …

8x8x8 LED Cube Using Arduino

“I made a 8x8x8 LED cube by myself with using Arduino. It was a big project, it took almost a month to finish it, but it worth every time. The cube has 8 types of flash and you can switch …

BreadBin computer

“After various experiments and failed attempts to design a 7400-based computer, I came to a quite minimalistic 8-bit approach which is nevertheless pretty versatile and can utilize a surprisingly large amount of memory resources. The CPU core itself executes its …

How to Build 8x8x8 LED Cube

“An 8x8x8 LED cube is a visual treat with 3D effects and patterns. It works on the concept of Persistence of Vision, a feature of the human eye which tricks our brain in to thinking that an object is present …

Pineapple ONE

“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 …

1 Square Inch TTL CPU

“A microprocessor built with TTL chips. In one square inch. What would be cool for the square inch contest or Hackaday prize…. How about a homebrew CPU with TTL chips ? This is the smallest TTL Homebrew CPU in the world …

Radical brad hacks - vulcan-74 retro game computer

“This project rewinds the clock all the way back to the mid 1970’s, when electronic video games consisted of nothing more than a few moving black and white pixels, and the home computer was still a vision only shared …

LED Cube 7x7x7

“How to make a 7x7x7 LED cube with Arduino. Story I always wanted to make my own LED cube, and now I share with you my project. Step 1 The first thing to do is create the LED matrix. In …