AS Asmamushtaq CCP Module and PWM of PIC18 The CCP (Capture/Compare/PWM) module is an important peripheral available in many PIC microcontrollers, especially the PIC18 series. It is…
ART AS Asmamushtaq Types of Addressing Modes for 8086 Microprocessor The 8086 microprocessor, which is the base of the widely used x86 architecture, provides different ways to access data and instructions…
AS Asmamushtaq Manipulating Stack Memory in PIC18 Microcontroller? The stack memory is a general read/write (RAM) that is used to store the critical information temporarily in a PIC microcontroller. This…
LIF AS Asmamushtaq Find the minterms of the Boolean Function from k-map A Karnaugh map (K-map) is a graphical method used to simplify Boolean functions and visualize the relationship between input variables and…
SCI AS Asmamushtaq Find the Value of c so that the system Ax=b is consistent and then solve it 🎯 In this video, we solve a classic linear algebra problem: Find the value of ‘c’ so that the system Ax = b is consistent, and then solve…
SCI AS Asmamushtaq Simplification of Boolean Function Using Boolean Algebra and K-MAP In this video, we simplify a Boolean function labeled T2 using two powerful techniques: Boolean Algebra and the Karnaugh Map (K-Map)…
AS Asmamushtaq Interfacing a Buzzer with PIC18F4550 Microcontroller || Development Board https://youtu.be/lfOuF5DmPdU
AS Asmamushtaq Digital Indicator with Seven Segment Display In this article we have discussed the design and implementation of a digital system that uses a 7- segment display to indicate the number…