8 LED Cube ( NO Microcontroller )

by simpletronic in Circuits > Electronics

2656 Views, 21 Favorites, 0 Comments

8 LED Cube ( NO Microcontroller )

8 LED CUBE ( random flash - NO microcontroller )

This simple "Led Cube" circuit generates a random sequence without the use of microcontrollers. It uses a shift register in a configuration called Linear Feedback Shift Register ( LFSR ) .

8 LED Cube at Work

atwork.png
atwork2.png

You can arrange the LEDs in any any other configuration you like.

Main Components:

01 thecircuit.png

IC1: CD4001 ( cmos quad nor gate )

IC2: CD4015 ( cmos dual 4 stage shift register )

IC3: CD4070 ( cmos quad XOR gate )

LED 1-8: any color, any size LEDs.

1 Mhz Oscillator, Shifts the Random Pattern.

02 multi2.png

Differentiator Circuit

03 multi.png

enables the 1Mhz oscillator for 150uS (150 microseconds)

Linear Feedback Shift Register

04lfsr.png

This circuit generates random numbers. It is also often used to generate white noise ( a sea-wave type of sound ) which contains all audio frequencies in equal levels. Can be expanded by adding more stages.

Multivibrator 1 - Sets the Pattern Change Rate.

02 multi1.png

Anti-lock

05 lock.png

If all stages are "0" the LFSR will lock in that state. These 2 components will prevent this by inserting a "1" into stage 1 if this happens.

Led Outs

06 led.png

Leds are driven directly from CD4015 outs through current limiting resistors. Value is not critical.

For More Details, Watch Video. Thanks!

8 LED CUBE ( random flash - NO microcontroller )