Searched Projects

Tags: Digital Electronics

project.name
0 Stars     95 Views
User:

XOR with NOR

XOR with NOR
An circuit with just NOR ports to simulate an XOR port.
Created for an exercise of ARQC in Information System Degree in IFCE campus Cedro.

project.name
0 Stars     89 Views
User:

Controle de Bomba de agua

Controle de Bomba de agua
Construa um circuito para controlar uma bomba que enche uma caixa d’água na cobertura de um prédio a partir de outra caixa, localizada no térreo, usada como reservatório (figura abaixo). O circuito, através de sensores convenientemente dispostos nas caixas, deve atuar na bomba e em uma eletroválvula (responsável por abastecer a caixa da cobertura) ligada à canalização de entrada. Encontre a expressão característica (simplificada) para o problema e em seguida, conforme descrito, construa o circuito lógico.

project.name
0 Stars     92 Views

Making a Mealy FSM


project.name
0 Stars     182 Views

Estudiar FSM

Estudiar FSM

This is just a practice machine for the FSM test and sequential logic


project.name
1 Stars     107 Views

Alternative Gates

Alternative Gates

Here, I've done Alternate Gates of all Gates that we have in Alternative Gates. For proving it, I need to get 1 in each and every gate for glowing LED light by giving same inputs in original and alternative gates.

In these alternative gates, 

  1. The NOR gate is an alternative gate to the AND gate, when we give NOT gate to both two inputs. Here, in input, I've given 1 to both inputs. So, in both the AND gate and the alternative gate, output is succeeded in glowing the light.
  2. The OR gate is an alternative gate to the NAND gate, when we give NOT gate to both two inputs. Here, in input, I've given 0 to both inputs. So, in both the NAND gate and the alternative gate, output is succeeded in glowing the light.
  3. The NAND gate is an alternative gate to the OR gate, when we give NOT gate to both two inputs. Here, in input, I've given 1 to both inputs. So, in both the OR gate and the alternative gate, output is succeeded in glowing light.
  4. The AND gate is an alternative gate to the NOR gate, when we give NOT gate to both two input. Here, in input, I've given 0 to both the inputs. So, in both the NOR and the alternative gate, output is succeeded in glowing light. 
  5. Ex-NOR gate is an alternative gate to the Ex-OR gate, when we give NOT gate to any one of the input. Here, in input, I've given 1 as 1st input and 0 as the second input to get output as 1. So, in both the Ex-OR and alternative gates are succeeded in glowing the light.
  6. Ex-OR gate is an alternative gate to the Ex-NOR gate, when we give NOT  gate to any one of the input. Here, in input, I've given 0 to both the inputs. So, in both the Ex-NOR and alternative gates are succeeded in glowing the light. 

project.name
0 Stars     47 Views

SR Latch using NAND

SR Latch using NAND

project.name
0 Stars     89 Views

project.name
0 Stars     39 Views

XOR, XNOR using NAND

XOR, XNOR using NAND

Digital Electronics


project.name
0 Stars     51 Views
User:

Group 21 DE lab 2


project.name
1 Stars     42 Views
User:

EDE1102 Lab 2 Group 12

EDE1102 Lab 2 Group 12

DE Lab Sim


project.name
0 Stars     252 Views
User:

project.name
0 Stars     122 Views
User:

4-Bit Asynchronous Down Counter

4-Bit Asynchronous Down Counter

project.name
0 Stars     36 Views

Harshvardhan Gupta

Harshvardhan Gupta

project.name
0 Stars     14 Views
User:

Untitled

Untitled

project.name
0 Stars     57 Views
User:

Full Adder by Souvik Ghosh

Full Adder by Souvik Ghosh

project.name
0 Stars     144 Views
User:

3 X 8 Decoder by Souvik Ghosh

3 X 8 Decoder by Souvik Ghosh

project.name
0 Stars     18 Views
User:

Adder Circuits Class

Adder Circuits Class

Digital Electronics Summer School Lectures


project.name
1 Stars     55 Views

Mini Project- Dice Roller

Mini Project- Dice Roller

Implemented a Dice Roller circuit using a 3-bit asynchronous down counter and clock signals. 

The circuit, activated by a push button, generates non-repeating random sequences, simulating the roll of a standard six-sided die. 

LEDs display the rolled number, providing a hands-on exploration of digital electronics.