what is the difference between Macros and Modules? what is the difference between Macros and Modules? What is Macros? A Macros may be a piece of programming code that runs in ms excel environment, and it helps to automate daily Read More …
How temperature sensor is interfaced with PIC micro controller?
How temperature sensor is interfaced with PIC micro controller? How temperature sensor is interfaced with PIC micro controller? Combining an analog temperature sensor LM35 with PIC microcontroller is very simple, the require thing is an analog-to-digital module (ADC) compatible with Read More …
What is DAC interfacing?
What is DAC interfacing? What is DAC interfacing? The definition of Digital to Analog Converter (DAC) is that it a device that converts a digital input signal into an analog output signal. Basically, the digital signal is usually represented by Read More …
Explain how to calculate A/D conversion timings?
Explain how to calculate A/D conversion timings? Explain how to calculate A/D conversion timings? ADC means analog to digital converter. Basically, it is a data converter that allows digital circuits to communicate with real world and it change analog signal Read More …
How keypad is interfaced with PIC Controller?
How keypad is interfaced with PIC Controller? How keypad is interfaced with PIC Controller? A keypad is a group of buttons arranged in a block or pad with numbers, symbols, or alphabets. The panels that most often contain numbers and Read More …
Briefly write about all pins of LCD for connecting with the PIC microcontroller
Briefly write about all pins of LCD for connecting with the PIC microcontroller Briefly write about all pins of LCD for connecting with the PIC microcontroller. In this article, you’ll learn to interface associate liquid crystal display with a pic Read More …
Interrupt priority of PIC18 microcontroller
Interrupt priority of PIC18 microcontroller Interrupt priority of PIC18 microcontroller. An interrupt is a signal sent to a processor that interrupts the current process. It can be created by hardware or software. For example, if a program expects the variable Read More …
What are negative edge triggered interrupts?
What are negative edge triggered interrupts? How to sample them? What are negative edge triggered interrupts? How to sample them? What is INTERRUPT? In pic18 interrupt, whenever any device need service of microcontroller the device notifies microcontroller by sending an Read More …
What are the external hardware interrupts?
What are the external hardware interrupts? What are the external hardware interrupts? There are two types of external hardware interrupts: INTO INT1 ACTIVATION OF EXTERNAL INTERRUPTS The 8051 has 2 external hardware interrupts. Pin (P3.2) and pin thirteen (P3.3) Read More …
Registers that are used for serial communication in PIC
Brief Introduction to registers that are used for serial communication in PIC PIC MICROCONTROLLER : Registers that are used for serial communication in PIC. PIC is a family of microcontrollers developed by Microchip Technology, available at PIC1650. was first developed Read More …