what is an ideal voltage source? what is an ideal voltage source? In ideal voltage source the terminal voltages are completely independent of the current through it. Practically it is not possible to have an ideal voltage source since it Read More …
What is the CCP module of PIC microcontroller?
What is the CCP module of PIC microcontroller? What is the CCP module of PIC microcontroller? CCP stands for capture, compare pulse width. It is specially used for modulation of waveforms in general applications. Time delays can also be generated Read More …
what is a computer program?
what is a computer program? what is a computer program? Computer programs can be interpreted as a set of commands that can be used to direct computer to perform a certain task. There are many types of software or programs Read More …
How to interface Stepper Motor with PIC ?
How to interface Stepper Motor with PIC ? How to interface Stepper Motor with PIC ? First of all, here we discuss the stepper motor, PIC Micro-Controller and then their Interface with each other. Stepper Motor A stepper motor is Read More …
What are the timer interrupts of PIC microcontroller?
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 …
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 …