What are the timer interrupts of PIC microcontroller? What are the timer interrupts of PIC microcontroller? Timer interrupts enable you to do a task at precise intervals, regardless of what else is going on in your code. Timer Interrupts can Read More …
Category: PIC16f4550 Microcontroller
what is the serial communication?
what is the serial communication? what is the serial communication? Unlike parallel communication, where several bits are send at one time, Serial Communication is a process of transmitting data bit by bit. In this tutorial, you will learn how to Read More …
What is the difference between interrupt and polling?
What is the difference between interrupt and polling? What is the difference between interrupt and polling? A solitary microcontroller can serve a few gadgets. There are two techniques by which devices get administration from the microcontroller: interrupt and polling. In Read More …
what are the assembler directives in PIC?
what are the assembler directives in PIC? what are the assembler directives in PIC? Assembler directives are the instructions used by the compiler or assembler while assembling a source program .As from the name we come to know the these Read More …
How to control the direction of DC motor with PIC ?
How to control the direction of DC motor with PIC ? How to control the direction of DC motor with PIC ? PIC is a family of microcontrollers made by Microchip Technology, gotten from the PIC1650 originally developed by General Read More …
How to control the speed of DC motor using PWM ?
How to control the speed of DC motor using PWM ? How to control the speed of DC motor using PWM ?A DC motor is a type of rotary electric motor that converts electricity into electric current. It is usually 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 …