Yantra 8.0 Science | Tech | Entrepreneurship Festival 2020

yantra 8.0

After the successful completion of Yantra 7.0, RAN (Robotics Association of Nepal) is back again with another innovative event with the platform to learn and exchange knowledge in the field of Science, Technology, and Robotics. This year RAN and the Ministry of Education, Science and Technology will be jointly organizing this event making it bigger and better than the previous one. The History of Yantra  Yantra was first initiated by the Robotics Association of Nepal in 2012 as a National Robotics competition, but over the years the event has taken…

Read More

Multiplexer IC Interfacing | CD4051

author prototype of multiplexer cd4051

In this article, we will discuss Multiplexer IC interfacing and different type of multiplexers like Quad 2-input Multiplexer, Dual 4-input Multiplexer, and 8-input multiplexer. We will also show you how to interface with 8-channel multiplexer IC CD4051. Quad 2-Input Multiplexer | Multiplexer IC Interfacing | CD4051 Description: One of the most widely used digital multiplexer configurations is the quad, 2 -input version illustration in figure 1. This particular IC is non-inverting and consists of eight AND and four OR circuits, arranged so that two sets of 4-bit inputs can be…

Read More

Excess-3 Gray to Decimal Decoder

Excess-3 Gray to Decimal Decoder

In the article “Excess-3 Gray to Decimal Decoder” we will discuss about its key parameters, application and other details. As illustrated in figure 1(a), this type of decoder has a 4-bit input and a straight decimal output. The 4-bit input, however, is not encoded according to the BCD system but rather according to the excess-3 (gray) code. The difference becomes apparent in the truth table of table 1. This type of code is usually used in special military or industrial applications and is not frequently found in digital computers. In…

Read More

BCD to Decimal and 7-Segment Decoder

bcd to decimal decoder

In this article, we will discuss BCD to the decimal decoder and BCD to 7 segment decoder its key parameters, application, and comments. BCD to Decimal Description: This type of decoder is probably the most widely used in all digital systems because it changes the inherent binary codes used within the system to the decimal code used by the human operators. Figure 1 illustrates the function block of a basic BCD-to-decimal decoder. Four input lines represent the decimal numbers 0 through 9. This type of decoder is often used in…

Read More

Noise Free Dual Polarity 12V Power Supply Circuit

author prototype of noise free power supply unit

Power supply has been considered a role in an electronic circuit. Power supply furnishes the voltage and current requirements for electronics circuit operation but the problem is most of the electric power is generated as AC power. But for the operation of most of the electronics circuits, we need a DC power supply. Sometimes the output of the power supply consisting unwanted ripple components i.e. component of supply frequency and its harmonics. We should take care of this unwanted noise or harmonic components because this might cause problems (especially in…

Read More

Arduino Based multiple Device Control using Interrupt

device-control-using-interupt

In the project “Arduino Based multiple Device Control using Interrupt” you will learn how to control multiple appliance with two switches by using the concept of interrupt. In this prototype we are going to control four devices using two interrupt pin (switch). You can increase or decrease the number of devices according to your requirement but number of switches is same (two). When button is pressed, interrupt sun-routine is called and control algorithm runs. Features of Arduino Based multiple Device Control using Interrupt: Only two button switches are used to…

Read More

Decoder and Encoder IC

Decoder and Encoder IC

In this article we will discuss about decoder and encoder IC, its key parameter and its application. Let’s start with its description Description Decoder and Encoder IC Decoders are essentially an arrangement of logic elements that are combined to change from one digital code to another. The term “decoder” is most frequently used but, depending on the point of view, the term “encoder” is equally correct. Figure 1 shows the logic diagram of a 3-bit binary-to-1-of-8 decoder. The inputs A, B, and C can represent any logic function, and the…

Read More

5-Decade Counter with Multiplexed Output

5-Decade Counter with Multiplexed Output

In the article 5-Decade Counter with Multiplexed Output we will discuss about decade counter it’s key parameter and its applications. Let’s start with description. 5-Decade Counter with Multiplexed Output Description This IC is an example of a specific system function implementation. As illustrated in figure 1, the IC contains five-decade counters in cascade. In effect, then, the first counter, 100, will count from 0through 9, the second counter 101, will count from 10 to 90, and so on. The total maximum count of this unit is 99,999. The output of…

Read More

Programmable and Up Down Counter

Programmable Divide by N Counter

In this article we will discuss about two different counter IC, Programmable and Up Down Counter IC. Programmable divide by N counter IC (F4526) and UP Down counter (SN74192). We will discuss about key parameter and applications. At first we will discuss about programmable divide by N counter and then Up Down Counter. Programmable Divide by N Counter Description Each flip-flop (FF) in this counter can be programmed for either 0 or 1, allowing the user to determined the desired division of the input (clock) frequency. A set of program…

Read More

Asynchronous Counter IC | SN74196

Asynchronous Counter IC logic diagram

In the article “Asynchronous Counter IC | SN74196”, we will discuss key parameters and applications of asynchronous counter IC SN74196. Let’s start with a description. Description of Asynchronous Counter IC | SN74196 This type of counter can be accepting data that occur at any time. Whenever a new transition appears at the input, the effect of this change ripples down through the series of flip-flops (FF). Because there is no clock input to control the transition of each FF, an asynchronous counter is more subjected to ransom noise than the…

Read More