Hello Mentees!, I hope you have a productive day. Welcome to The Engineering Projects. In the previous lecture, we discussed the XOR Logic Gate and designed its circuit using basic logic gates i.e. AND, OR and NOT. Today, I am going to explain another Logic Gate named XNOR Gate in detail.We are going to discuss these concepts in today's lecture:
What are Exclusive NOR Gates
Experimental Proof in Proteus ISIS.
How Truth Table of Exclusive NOR Gate is designed.
How is its Timing Diagram?
Circuit of Exclusive NOR Gate in Proteus Simulation
Applications of Exclusive NOR Gates
XNOR Gate
The exclusive NOR Gate(also called XNOR Gate) simply inverts the output of the XOR Gate(we discussed in the last lecture).So, if we simply place a NOT Gate in front of the XOR Gate, we wi ...
Hi Learners! I hope you are having a productive Day. Welcome from the Team of The Engineering Projects. The digital logic circuit that we are learning today is 4-Bit Full Adder. In our previous tutorial, we designed 2-Bit Full Adder using Logic Gates in Proteus software. Today, we are going to design & simulate 4-Bit Full Adder using Logic Gates in Proteus.
We will discuss the following topics in today's lecture:
What is Adder?
What is Full Adder?
Working Principle of 4-bit Full Adder.
Simulation of four-bit full Adder in Proteus ISIS.
What is Adder?
Let's recall the Adder Definition from our previous lectures:
Adders are Digital Logical Circuits, specially designed to add two or more binary numbers or bits.In the world o ...
Hello Learners! I hope you are doing great. Welcome to The Engineering Projects. In our previous lecture, we discussed How to design Half Adder with Universal Gates. In today's tutorial, we are going to design Full Adder with Logical Gates.
In today's tutorial, we will learn the complete information about:
What is Adder?
What is Full Adder?
How is the Truth Table of Full Adder?
How can we design Full Adder in Proteus ISIS?
What are the uses of Full Adder?
What is Adder?
Recalling from our previous lectures:The Adders are simple Logical Circuits that take the bits in as the input, sum the bits together and generate the sum and the carry at the output.Adders are present in computer architecture, mainly to control the ...
Hi Guys! Hope you’re well today. I welcome you on board. In this post today, I’ll walk you through the Introduction to Arduino Nano 33 BLE.
Arduino Nano 33 BLE is an advanced version of Arduino Nano board that is based on a robust and powerful processor the nRF52840 from Nordic Semiconductors, a 32-bit ARM® Cortex™-M4 CPU. It comes with a crystal oscillator frequency of around 64MHz. It features 32 times bigger program memory than the Arduino Uno board, helping you store programs with much larger memory. With this device, you can produce a lot more variable as it comes with RAM that is 128 times bigger than the RAM of Arduino Uno.
Before you move further, I recommend you read this article on the Introduction to Arduino Nano which we have publish ...
Hi Guys! I welcome you on board. Happy to see you around. In this post today, I’ll give you a detailed Introduction to Arduino MKR WiFi 1010.
The Arduino MKR Wifi 1010 is a solution to your basic IoT applications. Using this device, you can develop a WiFi-connected sensors network or can produce a BLE device connected to your cell phone. This board is based on the SAMD21 microcontroller and comes with a clock speed of around 32.768 kHz (RTC), 48 MHz. There are 8 digital pins, 13 PWM pins, and 7 analog pins incorporated on the board. The operating voltage is 3.3V while the voltage through USB or Vin is 5V.
I suggest you read this post all the way through, as I’ll detail the complete introduction to Arduino MKR Wifi 1010 covering pinout, pin descr ...